Class com.bridgelabs.api.RestApiAutomation

20

tests

0

failures

0

ignored

11.785s

duration

100%

successful

Tests

Test Duration Result
CreatePlaylist 0.503s passed
SearchForItemQuery 0.582s passed
addItemstoPlaylist 0.416s passed
changePlaylistDetails 0.409s passed
getCurrentUserProfile 2.079s passed
getCurrentUsersPlaylists 0.369s passed
getPlaylist 0.875s passed
getPlaylistCoverImage 0.355s passed
getPlaylistItems 0.691s passed
getSeveralShows 0.342s passed
getSeveralTracks 0.679s passed
getShow 0.534s passed
getShowEpisodes 0.462s passed
getTrack 0.437s passed
getTracksAudioAnalysis 1.168s passed
getTracksAudioFeatures 0.333s passed
getUsersPlaylists 0.423s passed
getUsersProfile 0.364s passed
removePlaylistItems 0.373s passed
updatePlaylistItems 0.391s passed

Standard output

my user id: 31qaalsc2vmfxn7bncvgax7z26gy
{
    "country": "IN",
    "display_name": "Ekta/LTWT",
    "email": "ektamo0123@gmail.com",
    "explicit_content": {
        "filter_enabled": false,
        "filter_locked": false
    },
    "external_urls": {
        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
    },
    "followers": {
        "href": null,
        "total": 7
    },
    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
    "images": [
        {
            "height": null,
            "url": "https://i.scdn.co/image/ab6775700000ee85c9a445a970aeb28024f2220c",
            "width": null
        }
    ],
    "product": "free",
    "type": "user",
    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
}
UserName: Ekta/LTWT
163
{
    "display_name": "Ekta/LTWT",
    "external_urls": {
        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
    },
    "followers": {
        "href": null,
        "total": 7
    },
    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
    "images": [
        {
            "height": null,
            "url": "https://i.scdn.co/image/ab6775700000ee85c9a445a970aeb28024f2220c",
            "width": null
        }
    ],
    "type": "user",
    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=14400
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:35 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "display_name": "Ekta/LTWT",
    "external_urls": {
        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
    },
    "followers": {
        "href": null,
        "total": 7
    },
    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
    "images": [
        {
            "height": null,
            "url": "https://i.scdn.co/image/ab6775700000ee85c9a445a970aeb28024f2220c",
            "width": null
        }
    ],
    "type": "user",
    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
}
172
{
    "collaborative": false,
    "description": "New playlist description",
    "external_urls": {
        "spotify": "https://open.spotify.com/playlist/0g8OH9xeDuR3dXu8Xc3RN9"
    },
    "followers": {
        "href": null,
        "total": 0
    },
    "href": "https://api.spotify.com/v1/playlists/0g8OH9xeDuR3dXu8Xc3RN9",
    "id": "0g8OH9xeDuR3dXu8Xc3RN9",
    "images": [
        
    ],
    "name": "Sam Playlist",
    "owner": {
        "display_name": "Ekta/LTWT",
        "external_urls": {
            "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
        },
        "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
        "id": "31qaalsc2vmfxn7bncvgax7z26gy",
        "type": "user",
        "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
    },
    "primary_color": null,
    "public": false,
    "snapshot_id": "MSxkMThjZDI2MjQxZjdiMGU3OWUxNDcwMDBiZTBiZGVkMGU2MDAzYmNi",
    "tracks": {
        "href": "https://api.spotify.com/v1/playlists/0g8OH9xeDuR3dXu8Xc3RN9/tracks",
        "items": [
            
        ],
        "limit": 100,
        "next": null,
        "offset": 0,
        "previous": null,
        "total": 0
    },
    "type": "playlist",
    "uri": "spotify:playlist:0g8OH9xeDuR3dXu8Xc3RN9"
}
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
cache-control: private, max-age=0
location: https://api.spotify.com/v1/playlists/0g8OH9xeDuR3dXu8Xc3RN9
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:36 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "collaborative": false,
    "description": "New playlist description",
    "external_urls": {
        "spotify": "https://open.spotify.com/playlist/0g8OH9xeDuR3dXu8Xc3RN9"
    },
    "followers": {
        "href": null,
        "total": 0
    },
    "href": "https://api.spotify.com/v1/playlists/0g8OH9xeDuR3dXu8Xc3RN9",
    "id": "0g8OH9xeDuR3dXu8Xc3RN9",
    "images": [
        
    ],
    "name": "Sam Playlist",
    "owner": {
        "display_name": "Ekta/LTWT",
        "external_urls": {
            "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
        },
        "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
        "id": "31qaalsc2vmfxn7bncvgax7z26gy",
        "type": "user",
        "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
    },
    "primary_color": null,
    "public": false,
    "snapshot_id": "MSxkMThjZDI2MjQxZjdiMGU3OWUxNDcwMDBiZTBiZGVkMGU2MDAzYmNi",
    "tracks": {
        "href": "https://api.spotify.com/v1/playlists/0g8OH9xeDuR3dXu8Xc3RN9/tracks",
        "items": [
            
        ],
        "limit": 100,
        "next": null,
        "offset": 0,
        "previous": null,
        "total": 0
    },
    "type": "playlist",
    "uri": "spotify:playlist:0g8OH9xeDuR3dXu8Xc3RN9"
}
157
{
    "snapshot_id": "NDAsODNjYWZjZDg3MzBlZTcxNDA2N2NiMGI0NDgxMDY1MzVkMjBhZjRkYw=="
}
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
cache-control: private, max-age=0
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:36 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "snapshot_id": "NDAsODNjYWZjZDg3MzBlZTcxNDA2N2NiMGI0NDgxMDY1MzVkMjBhZjRkYw=="
}
180
{
    "snapshot_id": "NDEsMWY1ZjVmN2E2NmRiNTI3Y2Y5OWRmMzEyNzVhYTMxMGY5ZGMxNTE2Nw=="
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: private, max-age=0
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:36 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "snapshot_id": "NDEsMWY1ZjVmN2E2NmRiNTI3Y2Y5OWRmMzEyNzVhYTMxMGY5ZGMxNTE2Nw=="
}
154

HTTP/1.1 200 OK
cache-control: private, max-age=0
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
Content-Length: 0
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:37 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
170
{
    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy/playlists?offset=0&limit=20",
    "items": [
        {
            "collaborative": false,
            "description": "",
            "external_urls": {
                "spotify": "https://open.spotify.com/playlist/1lYnMWJMuSUMTF53UtGIqs"
            },
            "href": "https://api.spotify.com/v1/playlists/1lYnMWJMuSUMTF53UtGIqs",
            "id": "1lYnMWJMuSUMTF53UtGIqs",
            "images": [
                {
                    "height": 640,
                    "url": "https://mosaic.scdn.co/640/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://mosaic.scdn.co/300/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 300
                },
                {
                    "height": 60,
                    "url": "https://mosaic.scdn.co/60/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 60
                }
            ],
            "name": "OTB STREAMS",
            "owner": {
                "display_name": "Ekta/LTWT",
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "primary_color": null,
            "public": true,
            "snapshot_id": "NDYsYzdmNTJkMjM5NDBmNTcxODJhNTNkOWZhODY4NmU0YzkzNDY1MGZlMw==",
            "tracks": {
                "href": "https://api.spotify.com/v1/playlists/1lYnMWJMuSUMTF53UtGIqs/tracks",
                "total": 45
            },
            "type": "playlist",
            "uri": "spotify:playlist:1lYnMWJMuSUMTF53UtGIqs"
        },
        {
            "collaborative": false,
            "description": "",
            "external_urls": {
                "spotify": "https://open.spotify.com/playlist/0T0yasXwu1sRpEK6gUM4Zb"
            },
            "href": "https://api.spotify.com/v1/playlists/0T0yasXwu1sRpEK6gUM4Zb",
            "id": "0T0yasXwu1sRpEK6gUM4Zb",
            "images": [
                {
                    "height": 640,
                    "url": "https://mosaic.scdn.co/640/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://mosaic.scdn.co/300/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 300
                },
                {
                    "height": 60,
                    "url": "https://mosaic.scdn.co/60/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 60
                }
            ],
            "name": "?",
            "owner": {
                "display_name": "Ekta/LTWT",
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "primary_color": null,
            "public": true,
            "snapshot_id": "NzIsMDEwYzg3YjExNjYzMGE2YTVmNzVkZTQ3YjlkYmI1NDhlZmVkMzhlYg==",
            "tracks": {
                "href": "https://api.spotify.com/v1/playlists/0T0yasXwu1sRpEK6gUM4Zb/tracks",
                "total": 68
            },
            "type": "playlist",
            "uri": "spotify:playlist:0T0yasXwu1sRpEK6gUM4Zb"
        }
    ],
    "limit": 20,
    "next": null,
    "offset": 0,
    "previous": null,
    "total": 2
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=0
etag: "MC-ImVjNDFjNmE3ZjNjZDgyM2U2OTU0ZDliMmYxYzc0NDNmIg=="
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:38 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy/playlists?offset=0&limit=20",
    "items": [
        {
            "collaborative": false,
            "description": "",
            "external_urls": {
                "spotify": "https://open.spotify.com/playlist/1lYnMWJMuSUMTF53UtGIqs"
            },
            "href": "https://api.spotify.com/v1/playlists/1lYnMWJMuSUMTF53UtGIqs",
            "id": "1lYnMWJMuSUMTF53UtGIqs",
            "images": [
                {
                    "height": 640,
                    "url": "https://mosaic.scdn.co/640/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://mosaic.scdn.co/300/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 300
                },
                {
                    "height": 60,
                    "url": "https://mosaic.scdn.co/60/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 60
                }
            ],
            "name": "OTB STREAMS",
            "owner": {
                "display_name": "Ekta/LTWT",
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "primary_color": null,
            "public": true,
            "snapshot_id": "NDYsYzdmNTJkMjM5NDBmNTcxODJhNTNkOWZhODY4NmU0YzkzNDY1MGZlMw==",
            "tracks": {
                "href": "https://api.spotify.com/v1/playlists/1lYnMWJMuSUMTF53UtGIqs/tracks",
                "total": 45
            },
            "type": "playlist",
            "uri": "spotify:playlist:1lYnMWJMuSUMTF53UtGIqs"
        },
        {
            "collaborative": false,
            "description": "",
            "external_urls": {
                "spotify": "https://open.spotify.com/playlist/0T0yasXwu1sRpEK6gUM4Zb"
            },
            "href": "https://api.spotify.com/v1/playlists/0T0yasXwu1sRpEK6gUM4Zb",
            "id": "0T0yasXwu1sRpEK6gUM4Zb",
            "images": [
                {
                    "height": 640,
                    "url": "https://mosaic.scdn.co/640/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://mosaic.scdn.co/300/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 300
                },
                {
                    "height": 60,
                    "url": "https://mosaic.scdn.co/60/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 60
                }
            ],
            "name": "?",
            "owner": {
                "display_name": "Ekta/LTWT",
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "primary_color": null,
            "public": true,
            "snapshot_id": "NzIsMDEwYzg3YjExNjYzMGE2YTVmNzVkZTQ3YjlkYmI1NDhlZmVkMzhlYg==",
            "tracks": {
                "href": "https://api.spotify.com/v1/playlists/0T0yasXwu1sRpEK6gUM4Zb/tracks",
                "total": 68
            },
            "type": "playlist",
            "uri": "spotify:playlist:0T0yasXwu1sRpEK6gUM4Zb"
        }
    ],
    "limit": 20,
    "next": null,
    "offset": 0,
    "previous": null,
    "total": 2
}
161
{
    "collaborative": false,
    "description": "Updated playlist description",
    "external_urls": {
        "spotify": "https://open.spotify.com/playlist/57StehxjgYCGJe5E7RGjAM"
    },
    "followers": {
        "href": null,
        "total": 0
    },
    "href": "https://api.spotify.com/v1/playlists/57StehxjgYCGJe5E7RGjAM",
    "id": "57StehxjgYCGJe5E7RGjAM",
    "images": [
        {
            "height": 640,
            "url": "https://mosaic.scdn.co/640/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
            "width": 640
        },
        {
            "height": 300,
            "url": "https://mosaic.scdn.co/300/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
            "width": 300
        },
        {
            "height": 60,
            "url": "https://mosaic.scdn.co/60/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
            "width": 60
        }
    ],
    "name": "UpdatedSam Playlist Name",
    "owner": {
        "display_name": "Ekta/LTWT",
        "external_urls": {
            "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
        },
        "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
        "id": "31qaalsc2vmfxn7bncvgax7z26gy",
        "type": "user",
        "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
    },
    "primary_color": null,
    "public": false,
    "snapshot_id": "NDEsMWY1ZjVmN2E2NmRiNTI3Y2Y5OWRmMzEyNzVhYTMxMGY5ZGMxNTE2Nw==",
    "tracks": {
        "href": "https://api.spotify.com/v1/playlists/57StehxjgYCGJe5E7RGjAM/tracks?offset=0&limit=100",
        "items": [
            {
                "added_at": "2022-12-30T19:35:03Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-23T16:26:01Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "album",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/3BmGtnKgCSGYIUhmivXKWX"
                                },
                                "href": "https://api.spotify.com/v1/artists/3BmGtnKgCSGYIUhmivXKWX",
                                "id": "3BmGtnKgCSGYIUhmivXKWX",
                                "name": "Kelly Clarkson",
                                "type": "artist",
                                "uri": "spotify:artist:3BmGtnKgCSGYIUhmivXKWX"
                            }
                        ],
                        "available_markets": [
                            "US"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/album/1MNvMtEmMMdBXZBDcFNcWj"
                        },
                        "href": "https://api.spotify.com/v1/albums/1MNvMtEmMMdBXZBDcFNcWj",
                        "id": "1MNvMtEmMMdBXZBDcFNcWj",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/ab67616d0000b273253e3f8fce535f72a6b2c4ba",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/ab67616d00001e02253e3f8fce535f72a6b2c4ba",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/ab67616d00004851253e3f8fce535f72a6b2c4ba",
                                "width": 64
                            }
                        ],
                        "name": "Stronger (Deluxe Version)",
                        "release_date": "2011-10-24",
                        "release_date_precision": "day",
                        "total_tracks": 17,
                        "type": "album",
                        "uri": "spotify:album:1MNvMtEmMMdBXZBDcFNcWj"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/3BmGtnKgCSGYIUhmivXKWX"
                            },
                            "href": "https://api.spotify.com/v1/artists/3BmGtnKgCSGYIUhmivXKWX",
                            "id": "3BmGtnKgCSGYIUhmivXKWX",
                            "name": "Kelly Clarkson",
                            "type": "artist",
                            "uri": "spotify:artist:3BmGtnKgCSGYIUhmivXKWX"
                        }
                    ],
                    "available_markets": [
                        "US"
                    ],
                    "disc_number": 1,
                    "duration_ms": 221946,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "isrc": "GBCTA1100364"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/track/6D60klaHqbCl9ySc8VcRss"
                    },
                    "href": "https://api.spotify.com/v1/tracks/6D60klaHqbCl9ySc8VcRss",
                    "id": "6D60klaHqbCl9ySc8VcRss",
                    "is_local": false,
                    "name": "Stronger (What Doesn't Kill You)",
                    "popularity": 63,
                    "preview_url": "https://p.scdn.co/mp3-preview/4ead28f7aba41146c185d3386fdb762d6ee96eef?cid=774b29d4f13844c495f206cafdad9c86",
                    "track": true,
                    "track_number": 2,
                    "type": "track",
                    "uri": "spotify:track:6D60klaHqbCl9ySc8VcRss"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-27T10:46:46Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "album",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                                },
                                "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                                "id": "12Chz98pHFMPJEknJQMWvI",
                                "name": "Muse",
                                "type": "artist",
                                "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BD",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BY",
                            "BZ",
                            "CA",
                            "CD",
                            "CG",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "ET",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IQ",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KG",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "KZ",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LK",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "LY",
                            "MA",
                            "MC",
                            "MD",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PK",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TJ",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "UG",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VE",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/album/0eFHYz8NmK75zSplL5qlfM"
                        },
                        "href": "https://api.spotify.com/v1/albums/0eFHYz8NmK75zSplL5qlfM",
                        "id": "0eFHYz8NmK75zSplL5qlfM",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2",
                                "width": 64
                            }
                        ],
                        "name": "The Resistance",
                        "release_date": "2009-09-10",
                        "release_date_precision": "day",
                        "total_tracks": 11,
                        "type": "album",
                        "uri": "spotify:album:0eFHYz8NmK75zSplL5qlfM"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                            },
                            "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                            "id": "12Chz98pHFMPJEknJQMWvI",
                            "name": "Muse",
                            "type": "artist",
                            "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 1,
                    "duration_ms": 304840,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "isrc": "GBAHT0900320"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/track/4VqPOruhp5EdPBeR92t6lQ"
                    },
                    "href": "https://api.spotify.com/v1/tracks/4VqPOruhp5EdPBeR92t6lQ",
                    "id": "4VqPOruhp5EdPBeR92t6lQ",
                    "is_local": false,
                    "name": "Uprising",
                    "popularity": 73,
                    "preview_url": "https://p.scdn.co/mp3-preview/904176ea758e40523f23d0542cfe66423c7caad4?cid=774b29d4f13844c495f206cafdad9c86",
                    "track": true,
                    "track_number": 1,
                    "type": "track",
                    "uri": "spotify:track:4VqPOruhp5EdPBeR92t6lQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-27T10:46:53Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "album",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                                },
                                "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                                "id": "12Chz98pHFMPJEknJQMWvI",
                                "name": "Muse",
                                "type": "artist",
                                "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BD",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BY",
                            "BZ",
                            "CA",
                            "CD",
                            "CG",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "ET",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IQ",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KG",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "KZ",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LK",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "LY",
                            "MA",
                            "MC",
                            "MD",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PK",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TJ",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "UG",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VE",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/album/0HcHPBu9aaF1MxOiZmUQTl"
                        },
                        "href": "https://api.spotify.com/v1/albums/0HcHPBu9aaF1MxOiZmUQTl",
                        "id": "0HcHPBu9aaF1MxOiZmUQTl",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/ab67616d0000b2738cb690f962092fd44bbe2bf4",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/ab67616d00001e028cb690f962092fd44bbe2bf4",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/ab67616d000048518cb690f962092fd44bbe2bf4",
                                "width": 64
                            }
                        ],
                        "name": "Absolution",
                        "release_date": "2004-03-23",
                        "release_date_precision": "day",
                        "total_tracks": 15,
                        "type": "album",
                        "uri": "spotify:album:0HcHPBu9aaF1MxOiZmUQTl"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                            },
                            "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                            "id": "12Chz98pHFMPJEknJQMWvI",
                            "name": "Muse",
                            "type": "artist",
                            "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 1,
                    "duration_ms": 237039,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "isrc": "GBCVT0300078"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/track/2takcwOaAZWiXQijPHIx7B"
                    },
                    "href": "https://api.spotify.com/v1/tracks/2takcwOaAZWiXQijPHIx7B",
                    "id": "2takcwOaAZWiXQijPHIx7B",
                    "is_local": false,
                    "name": "Time is Running Out",
                    "popularity": 66,
                    "preview_url": "https://p.scdn.co/mp3-preview/b3d0abcaa2a1553347025e98205c9013b61d8391?cid=774b29d4f13844c495f206cafdad9c86",
                    "track": true,
                    "track_number": 3,
                    "type": "track",
                    "uri": "spotify:track:2takcwOaAZWiXQijPHIx7B"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T15:24:40Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T16:24:28Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T16:26:18Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T16:32:44Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T17:41:59Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-01T06:44:27Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-01T07:52:08Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-03T16:56:19Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-03T18:23:36Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "album",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/7y97mc3bZRFXzT2szRM4L4"
                                },
                                "href": "https://api.spotify.com/v1/artists/7y97mc3bZRFXzT2szRM4L4",
                                "id": "7y97mc3bZRFXzT2szRM4L4",
                                "name": "Frédéric Chopin",
                                "type": "artist",
                                "uri": "spotify:artist:7y97mc3bZRFXzT2szRM4L4"
                            },
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/71kYWgqr6eHLOZj6u3JTuJ"
                                },
                                "href": "https://api.spotify.com/v1/artists/71kYWgqr6eHLOZj6u3JTuJ",
                                "id": "71kYWgqr6eHLOZj6u3JTuJ",
                                "name": "Evgeny Kissin",
                                "type": "artist",
                                "uri": "spotify:artist:71kYWgqr6eHLOZj6u3JTuJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AZ",
                            "BA",
                            "BB",
                            "BD",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BY",
                            "BZ",
                            "CA",
                            "CD",
                            "CG",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "ET",
                            "FI",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IQ",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KG",
                            "KH",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "KZ",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LK",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "LY",
                            "MA",
                            "MC",
                            "MD",
                            "ME",
                            "MG",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "OM",
                            "PA",
                            "PE",
                            "PH",
                            "PK",
                            "PL",
                            "PS",
                            "PT",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TJ",
                            "TL",
                            "TN",
                            "TT",
                            "TW",
                            "TZ",
                            "UA",
                            "UG",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VE",
                            "VN",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/album/4b3t4n2VPy3swNN3STuUTc"
                        },
                        "href": "https://api.spotify.com/v1/albums/4b3t4n2VPy3swNN3STuUTc",
                        "id": "4b3t4n2VPy3swNN3STuUTc",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/ab67616d0000b27366437708f58fc26c93c6d6e8",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/ab67616d00001e0266437708f58fc26c93c6d6e8",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/ab67616d0000485166437708f58fc26c93c6d6e8",
                                "width": 64
                            }
                        ],
                        "name": "Chopin: 24 Preludes; Sonata No.2, Op.35; Polonaise, Op.53",
                        "release_date": "1999-02-01",
                        "release_date_precision": "day",
                        "total_tracks": 29,
                        "type": "album",
                        "uri": "spotify:album:4b3t4n2VPy3swNN3STuUTc"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/7y97mc3bZRFXzT2szRM4L4"
                            },
                            "href": "https://api.spotify.com/v1/artists/7y97mc3bZRFXzT2szRM4L4",
                            "id": "7y97mc3bZRFXzT2szRM4L4",
                            "name": "Frédéric Chopin",
                            "type": "artist",
                            "uri": "spotify:artist:7y97mc3bZRFXzT2szRM4L4"
                        },
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/71kYWgqr6eHLOZj6u3JTuJ"
                            },
                            "href": "https://api.spotify.com/v1/artists/71kYWgqr6eHLOZj6u3JTuJ",
                            "id": "71kYWgqr6eHLOZj6u3JTuJ",
                            "name": "Evgeny Kissin",
                            "type": "artist",
                            "uri": "spotify:artist:71kYWgqr6eHLOZj6u3JTuJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "OM",
                        "PA",
                        "PE",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TT",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 1,
                    "duration_ms": 327733,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "isrc": "USBC19901798"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/track/1301WleyT98MSxVHPZCA6M"
                    },
                    "href": "https://api.spotify.com/v1/tracks/1301WleyT98MSxVHPZCA6M",
                    "id": "1301WleyT98MSxVHPZCA6M",
                    "is_local": false,
                    "name": "Piano Sonata No. 2 in B-Flat Minor, Op. 35: Grave; Doppio movimento",
                    "popularity": 5,
                    "preview_url": "https://p.scdn.co/mp3-preview/db6d0943b610c70568af1feed5b48ba9efe69f35?cid=774b29d4f13844c495f206cafdad9c86",
                    "track": true,
                    "track_number": 25,
                    "type": "track",
                    "uri": "spotify:track:1301WleyT98MSxVHPZCA6M"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-03T18:23:36Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            }
        ],
        "limit": 100,
        "next": null,
        "offset": 0,
        "previous": null,
        "total": 14
    },
    "type": "playlist",
    "uri": "spotify:playlist:57StehxjgYCGJe5E7RGjAM"
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=0
etag: "MC-IjQ5OWY1MDEyNDZiMWQwMzkyNGVkOTlkNWViOTI4MWQ4Ig=="
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:38 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "collaborative": false,
    "description": "Updated playlist description",
    "external_urls": {
        "spotify": "https://open.spotify.com/playlist/57StehxjgYCGJe5E7RGjAM"
    },
    "followers": {
        "href": null,
        "total": 0
    },
    "href": "https://api.spotify.com/v1/playlists/57StehxjgYCGJe5E7RGjAM",
    "id": "57StehxjgYCGJe5E7RGjAM",
    "images": [
        {
            "height": 640,
            "url": "https://mosaic.scdn.co/640/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
            "width": 640
        },
        {
            "height": 300,
            "url": "https://mosaic.scdn.co/300/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
            "width": 300
        },
        {
            "height": 60,
            "url": "https://mosaic.scdn.co/60/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
            "width": 60
        }
    ],
    "name": "UpdatedSam Playlist Name",
    "owner": {
        "display_name": "Ekta/LTWT",
        "external_urls": {
            "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
        },
        "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
        "id": "31qaalsc2vmfxn7bncvgax7z26gy",
        "type": "user",
        "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
    },
    "primary_color": null,
    "public": false,
    "snapshot_id": "NDEsMWY1ZjVmN2E2NmRiNTI3Y2Y5OWRmMzEyNzVhYTMxMGY5ZGMxNTE2Nw==",
    "tracks": {
        "href": "https://api.spotify.com/v1/playlists/57StehxjgYCGJe5E7RGjAM/tracks?offset=0&limit=100",
        "items": [
            {
                "added_at": "2022-12-30T19:35:03Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-23T16:26:01Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "album",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/3BmGtnKgCSGYIUhmivXKWX"
                                },
                                "href": "https://api.spotify.com/v1/artists/3BmGtnKgCSGYIUhmivXKWX",
                                "id": "3BmGtnKgCSGYIUhmivXKWX",
                                "name": "Kelly Clarkson",
                                "type": "artist",
                                "uri": "spotify:artist:3BmGtnKgCSGYIUhmivXKWX"
                            }
                        ],
                        "available_markets": [
                            "US"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/album/1MNvMtEmMMdBXZBDcFNcWj"
                        },
                        "href": "https://api.spotify.com/v1/albums/1MNvMtEmMMdBXZBDcFNcWj",
                        "id": "1MNvMtEmMMdBXZBDcFNcWj",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/ab67616d0000b273253e3f8fce535f72a6b2c4ba",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/ab67616d00001e02253e3f8fce535f72a6b2c4ba",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/ab67616d00004851253e3f8fce535f72a6b2c4ba",
                                "width": 64
                            }
                        ],
                        "name": "Stronger (Deluxe Version)",
                        "release_date": "2011-10-24",
                        "release_date_precision": "day",
                        "total_tracks": 17,
                        "type": "album",
                        "uri": "spotify:album:1MNvMtEmMMdBXZBDcFNcWj"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/3BmGtnKgCSGYIUhmivXKWX"
                            },
                            "href": "https://api.spotify.com/v1/artists/3BmGtnKgCSGYIUhmivXKWX",
                            "id": "3BmGtnKgCSGYIUhmivXKWX",
                            "name": "Kelly Clarkson",
                            "type": "artist",
                            "uri": "spotify:artist:3BmGtnKgCSGYIUhmivXKWX"
                        }
                    ],
                    "available_markets": [
                        "US"
                    ],
                    "disc_number": 1,
                    "duration_ms": 221946,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "isrc": "GBCTA1100364"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/track/6D60klaHqbCl9ySc8VcRss"
                    },
                    "href": "https://api.spotify.com/v1/tracks/6D60klaHqbCl9ySc8VcRss",
                    "id": "6D60klaHqbCl9ySc8VcRss",
                    "is_local": false,
                    "name": "Stronger (What Doesn't Kill You)",
                    "popularity": 63,
                    "preview_url": "https://p.scdn.co/mp3-preview/4ead28f7aba41146c185d3386fdb762d6ee96eef?cid=774b29d4f13844c495f206cafdad9c86",
                    "track": true,
                    "track_number": 2,
                    "type": "track",
                    "uri": "spotify:track:6D60klaHqbCl9ySc8VcRss"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-27T10:46:46Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "album",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                                },
                                "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                                "id": "12Chz98pHFMPJEknJQMWvI",
                                "name": "Muse",
                                "type": "artist",
                                "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BD",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BY",
                            "BZ",
                            "CA",
                            "CD",
                            "CG",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "ET",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IQ",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KG",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "KZ",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LK",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "LY",
                            "MA",
                            "MC",
                            "MD",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PK",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TJ",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "UG",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VE",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/album/0eFHYz8NmK75zSplL5qlfM"
                        },
                        "href": "https://api.spotify.com/v1/albums/0eFHYz8NmK75zSplL5qlfM",
                        "id": "0eFHYz8NmK75zSplL5qlfM",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2",
                                "width": 64
                            }
                        ],
                        "name": "The Resistance",
                        "release_date": "2009-09-10",
                        "release_date_precision": "day",
                        "total_tracks": 11,
                        "type": "album",
                        "uri": "spotify:album:0eFHYz8NmK75zSplL5qlfM"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                            },
                            "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                            "id": "12Chz98pHFMPJEknJQMWvI",
                            "name": "Muse",
                            "type": "artist",
                            "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 1,
                    "duration_ms": 304840,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "isrc": "GBAHT0900320"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/track/4VqPOruhp5EdPBeR92t6lQ"
                    },
                    "href": "https://api.spotify.com/v1/tracks/4VqPOruhp5EdPBeR92t6lQ",
                    "id": "4VqPOruhp5EdPBeR92t6lQ",
                    "is_local": false,
                    "name": "Uprising",
                    "popularity": 73,
                    "preview_url": "https://p.scdn.co/mp3-preview/904176ea758e40523f23d0542cfe66423c7caad4?cid=774b29d4f13844c495f206cafdad9c86",
                    "track": true,
                    "track_number": 1,
                    "type": "track",
                    "uri": "spotify:track:4VqPOruhp5EdPBeR92t6lQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-27T10:46:53Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "album",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                                },
                                "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                                "id": "12Chz98pHFMPJEknJQMWvI",
                                "name": "Muse",
                                "type": "artist",
                                "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BD",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BY",
                            "BZ",
                            "CA",
                            "CD",
                            "CG",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "ET",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IQ",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KG",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "KZ",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LK",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "LY",
                            "MA",
                            "MC",
                            "MD",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PK",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TJ",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "UG",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VE",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/album/0HcHPBu9aaF1MxOiZmUQTl"
                        },
                        "href": "https://api.spotify.com/v1/albums/0HcHPBu9aaF1MxOiZmUQTl",
                        "id": "0HcHPBu9aaF1MxOiZmUQTl",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/ab67616d0000b2738cb690f962092fd44bbe2bf4",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/ab67616d00001e028cb690f962092fd44bbe2bf4",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/ab67616d000048518cb690f962092fd44bbe2bf4",
                                "width": 64
                            }
                        ],
                        "name": "Absolution",
                        "release_date": "2004-03-23",
                        "release_date_precision": "day",
                        "total_tracks": 15,
                        "type": "album",
                        "uri": "spotify:album:0HcHPBu9aaF1MxOiZmUQTl"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                            },
                            "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                            "id": "12Chz98pHFMPJEknJQMWvI",
                            "name": "Muse",
                            "type": "artist",
                            "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 1,
                    "duration_ms": 237039,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "isrc": "GBCVT0300078"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/track/2takcwOaAZWiXQijPHIx7B"
                    },
                    "href": "https://api.spotify.com/v1/tracks/2takcwOaAZWiXQijPHIx7B",
                    "id": "2takcwOaAZWiXQijPHIx7B",
                    "is_local": false,
                    "name": "Time is Running Out",
                    "popularity": 66,
                    "preview_url": "https://p.scdn.co/mp3-preview/b3d0abcaa2a1553347025e98205c9013b61d8391?cid=774b29d4f13844c495f206cafdad9c86",
                    "track": true,
                    "track_number": 3,
                    "type": "track",
                    "uri": "spotify:track:2takcwOaAZWiXQijPHIx7B"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T15:24:40Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T16:24:28Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T16:26:18Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T16:32:44Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-01-31T17:41:59Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-01T06:44:27Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-01T07:52:08Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-03T16:56:19Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-03T18:23:36Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "album",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/7y97mc3bZRFXzT2szRM4L4"
                                },
                                "href": "https://api.spotify.com/v1/artists/7y97mc3bZRFXzT2szRM4L4",
                                "id": "7y97mc3bZRFXzT2szRM4L4",
                                "name": "Frédéric Chopin",
                                "type": "artist",
                                "uri": "spotify:artist:7y97mc3bZRFXzT2szRM4L4"
                            },
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/artist/71kYWgqr6eHLOZj6u3JTuJ"
                                },
                                "href": "https://api.spotify.com/v1/artists/71kYWgqr6eHLOZj6u3JTuJ",
                                "id": "71kYWgqr6eHLOZj6u3JTuJ",
                                "name": "Evgeny Kissin",
                                "type": "artist",
                                "uri": "spotify:artist:71kYWgqr6eHLOZj6u3JTuJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AZ",
                            "BA",
                            "BB",
                            "BD",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BY",
                            "BZ",
                            "CA",
                            "CD",
                            "CG",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "ET",
                            "FI",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IQ",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KG",
                            "KH",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "KZ",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LK",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "LY",
                            "MA",
                            "MC",
                            "MD",
                            "ME",
                            "MG",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "OM",
                            "PA",
                            "PE",
                            "PH",
                            "PK",
                            "PL",
                            "PS",
                            "PT",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TJ",
                            "TL",
                            "TN",
                            "TT",
                            "TW",
                            "TZ",
                            "UA",
                            "UG",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VE",
                            "VN",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/album/4b3t4n2VPy3swNN3STuUTc"
                        },
                        "href": "https://api.spotify.com/v1/albums/4b3t4n2VPy3swNN3STuUTc",
                        "id": "4b3t4n2VPy3swNN3STuUTc",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/ab67616d0000b27366437708f58fc26c93c6d6e8",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/ab67616d00001e0266437708f58fc26c93c6d6e8",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/ab67616d0000485166437708f58fc26c93c6d6e8",
                                "width": 64
                            }
                        ],
                        "name": "Chopin: 24 Preludes; Sonata No.2, Op.35; Polonaise, Op.53",
                        "release_date": "1999-02-01",
                        "release_date_precision": "day",
                        "total_tracks": 29,
                        "type": "album",
                        "uri": "spotify:album:4b3t4n2VPy3swNN3STuUTc"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/7y97mc3bZRFXzT2szRM4L4"
                            },
                            "href": "https://api.spotify.com/v1/artists/7y97mc3bZRFXzT2szRM4L4",
                            "id": "7y97mc3bZRFXzT2szRM4L4",
                            "name": "Frédéric Chopin",
                            "type": "artist",
                            "uri": "spotify:artist:7y97mc3bZRFXzT2szRM4L4"
                        },
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/71kYWgqr6eHLOZj6u3JTuJ"
                            },
                            "href": "https://api.spotify.com/v1/artists/71kYWgqr6eHLOZj6u3JTuJ",
                            "id": "71kYWgqr6eHLOZj6u3JTuJ",
                            "name": "Evgeny Kissin",
                            "type": "artist",
                            "uri": "spotify:artist:71kYWgqr6eHLOZj6u3JTuJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "OM",
                        "PA",
                        "PE",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TT",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 1,
                    "duration_ms": 327733,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "isrc": "USBC19901798"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/track/1301WleyT98MSxVHPZCA6M"
                    },
                    "href": "https://api.spotify.com/v1/tracks/1301WleyT98MSxVHPZCA6M",
                    "id": "1301WleyT98MSxVHPZCA6M",
                    "is_local": false,
                    "name": "Piano Sonata No. 2 in B-Flat Minor, Op. 35: Grave; Doppio movimento",
                    "popularity": 5,
                    "preview_url": "https://p.scdn.co/mp3-preview/db6d0943b610c70568af1feed5b48ba9efe69f35?cid=774b29d4f13844c495f206cafdad9c86",
                    "track": true,
                    "track_number": 25,
                    "type": "track",
                    "uri": "spotify:track:1301WleyT98MSxVHPZCA6M"
                },
                "video_thumbnail": {
                    "url": null
                }
            },
            {
                "added_at": "2023-02-03T18:23:36Z",
                "added_by": {
                    "external_urls": {
                        "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                    },
                    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                    "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                    "type": "user",
                    "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "is_local": false,
                "primary_color": null,
                "track": {
                    "album": {
                        "album_type": "compilation",
                        "artists": [
                            {
                                "external_urls": {
                                    "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                                },
                                "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                                "id": "38bS44xjbVVZ3No3ByF1dJ",
                                "name": "Vetenskapsradion Historia",
                                "type": "show",
                                "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                            }
                        ],
                        "available_markets": [
                            "AD",
                            "AE",
                            "AG",
                            "AL",
                            "AM",
                            "AO",
                            "AR",
                            "AT",
                            "AU",
                            "AZ",
                            "BA",
                            "BB",
                            "BE",
                            "BF",
                            "BG",
                            "BH",
                            "BI",
                            "BJ",
                            "BN",
                            "BO",
                            "BR",
                            "BS",
                            "BT",
                            "BW",
                            "BZ",
                            "CA",
                            "CH",
                            "CI",
                            "CL",
                            "CM",
                            "CO",
                            "CR",
                            "CV",
                            "CW",
                            "CY",
                            "CZ",
                            "DE",
                            "DJ",
                            "DK",
                            "DM",
                            "DO",
                            "DZ",
                            "EC",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FJ",
                            "FM",
                            "FR",
                            "GA",
                            "GB",
                            "GD",
                            "GE",
                            "GH",
                            "GM",
                            "GN",
                            "GQ",
                            "GR",
                            "GT",
                            "GW",
                            "GY",
                            "HK",
                            "HN",
                            "HR",
                            "HT",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IS",
                            "IT",
                            "JM",
                            "JO",
                            "JP",
                            "KE",
                            "KH",
                            "KI",
                            "KM",
                            "KN",
                            "KR",
                            "KW",
                            "LA",
                            "LB",
                            "LC",
                            "LI",
                            "LR",
                            "LS",
                            "LT",
                            "LU",
                            "LV",
                            "MA",
                            "MC",
                            "ME",
                            "MG",
                            "MH",
                            "MK",
                            "ML",
                            "MN",
                            "MO",
                            "MR",
                            "MT",
                            "MU",
                            "MV",
                            "MW",
                            "MX",
                            "MY",
                            "MZ",
                            "NA",
                            "NE",
                            "NG",
                            "NI",
                            "NL",
                            "NO",
                            "NP",
                            "NR",
                            "NZ",
                            "OM",
                            "PA",
                            "PE",
                            "PG",
                            "PH",
                            "PL",
                            "PS",
                            "PT",
                            "PW",
                            "PY",
                            "QA",
                            "RO",
                            "RS",
                            "RW",
                            "SA",
                            "SB",
                            "SC",
                            "SE",
                            "SG",
                            "SI",
                            "SK",
                            "SL",
                            "SM",
                            "SN",
                            "SR",
                            "ST",
                            "SV",
                            "SZ",
                            "TD",
                            "TG",
                            "TH",
                            "TL",
                            "TN",
                            "TO",
                            "TR",
                            "TT",
                            "TV",
                            "TW",
                            "TZ",
                            "UA",
                            "US",
                            "UY",
                            "UZ",
                            "VC",
                            "VN",
                            "VU",
                            "WS",
                            "XK",
                            "ZA",
                            "ZM",
                            "ZW"
                        ],
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "images": [
                            {
                                "height": 640,
                                "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                                "width": 640
                            },
                            {
                                "height": 300,
                                "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                                "width": 300
                            },
                            {
                                "height": 64,
                                "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                                "width": 64
                            }
                        ],
                        "is_playable": false,
                        "name": "Vetenskapsradion Historia",
                        "release_date": null,
                        "release_date_precision": null,
                        "restrictions": {
                            "reason": "product"
                        },
                        "total_tracks": 1,
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "disc_number": 0,
                    "duration_ms": 1502795,
                    "episode": false,
                    "explicit": false,
                    "external_ids": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "external_urls": {
                        "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                    },
                    "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                    "id": "512ojhOuo1ktJprKbVcKyQ",
                    "is_local": false,
                    "is_playable": false,
                    "name": "Tredje rikets knarkande granskas",
                    "popularity": 0,
                    "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                    "track": true,
                    "track_number": 0,
                    "type": "episode",
                    "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
                },
                "video_thumbnail": {
                    "url": null
                }
            }
        ],
        "limit": 100,
        "next": null,
        "offset": 0,
        "previous": null,
        "total": 14
    },
    "type": "playlist",
    "uri": "spotify:playlist:57StehxjgYCGJe5E7RGjAM"
}
192
{
    "href": "https://api.spotify.com/v1/playlists/57StehxjgYCGJe5E7RGjAM/tracks?offset=0&limit=100",
    "items": [
        {
            "added_at": "2022-12-30T19:35:03Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-23T16:26:01Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/3BmGtnKgCSGYIUhmivXKWX"
                            },
                            "href": "https://api.spotify.com/v1/artists/3BmGtnKgCSGYIUhmivXKWX",
                            "id": "3BmGtnKgCSGYIUhmivXKWX",
                            "name": "Kelly Clarkson",
                            "type": "artist",
                            "uri": "spotify:artist:3BmGtnKgCSGYIUhmivXKWX"
                        }
                    ],
                    "available_markets": [
                        "US"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1MNvMtEmMMdBXZBDcFNcWj"
                    },
                    "href": "https://api.spotify.com/v1/albums/1MNvMtEmMMdBXZBDcFNcWj",
                    "id": "1MNvMtEmMMdBXZBDcFNcWj",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273253e3f8fce535f72a6b2c4ba",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02253e3f8fce535f72a6b2c4ba",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851253e3f8fce535f72a6b2c4ba",
                            "width": 64
                        }
                    ],
                    "name": "Stronger (Deluxe Version)",
                    "release_date": "2011-10-24",
                    "release_date_precision": "day",
                    "total_tracks": 17,
                    "type": "album",
                    "uri": "spotify:album:1MNvMtEmMMdBXZBDcFNcWj"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/3BmGtnKgCSGYIUhmivXKWX"
                        },
                        "href": "https://api.spotify.com/v1/artists/3BmGtnKgCSGYIUhmivXKWX",
                        "id": "3BmGtnKgCSGYIUhmivXKWX",
                        "name": "Kelly Clarkson",
                        "type": "artist",
                        "uri": "spotify:artist:3BmGtnKgCSGYIUhmivXKWX"
                    }
                ],
                "available_markets": [
                    "US"
                ],
                "disc_number": 1,
                "duration_ms": 221946,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "isrc": "GBCTA1100364"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/6D60klaHqbCl9ySc8VcRss"
                },
                "href": "https://api.spotify.com/v1/tracks/6D60klaHqbCl9ySc8VcRss",
                "id": "6D60klaHqbCl9ySc8VcRss",
                "is_local": false,
                "name": "Stronger (What Doesn't Kill You)",
                "popularity": 63,
                "preview_url": "https://p.scdn.co/mp3-preview/4ead28f7aba41146c185d3386fdb762d6ee96eef?cid=774b29d4f13844c495f206cafdad9c86",
                "track": true,
                "track_number": 2,
                "type": "track",
                "uri": "spotify:track:6D60klaHqbCl9ySc8VcRss"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-27T10:46:46Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                            },
                            "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                            "id": "12Chz98pHFMPJEknJQMWvI",
                            "name": "Muse",
                            "type": "artist",
                            "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/0eFHYz8NmK75zSplL5qlfM"
                    },
                    "href": "https://api.spotify.com/v1/albums/0eFHYz8NmK75zSplL5qlfM",
                    "id": "0eFHYz8NmK75zSplL5qlfM",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2",
                            "width": 64
                        }
                    ],
                    "name": "The Resistance",
                    "release_date": "2009-09-10",
                    "release_date_precision": "day",
                    "total_tracks": 11,
                    "type": "album",
                    "uri": "spotify:album:0eFHYz8NmK75zSplL5qlfM"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                        },
                        "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                        "id": "12Chz98pHFMPJEknJQMWvI",
                        "name": "Muse",
                        "type": "artist",
                        "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 304840,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "isrc": "GBAHT0900320"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/4VqPOruhp5EdPBeR92t6lQ"
                },
                "href": "https://api.spotify.com/v1/tracks/4VqPOruhp5EdPBeR92t6lQ",
                "id": "4VqPOruhp5EdPBeR92t6lQ",
                "is_local": false,
                "name": "Uprising",
                "popularity": 73,
                "preview_url": "https://p.scdn.co/mp3-preview/904176ea758e40523f23d0542cfe66423c7caad4?cid=774b29d4f13844c495f206cafdad9c86",
                "track": true,
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:4VqPOruhp5EdPBeR92t6lQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-27T10:46:53Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                            },
                            "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                            "id": "12Chz98pHFMPJEknJQMWvI",
                            "name": "Muse",
                            "type": "artist",
                            "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/0HcHPBu9aaF1MxOiZmUQTl"
                    },
                    "href": "https://api.spotify.com/v1/albums/0HcHPBu9aaF1MxOiZmUQTl",
                    "id": "0HcHPBu9aaF1MxOiZmUQTl",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b2738cb690f962092fd44bbe2bf4",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e028cb690f962092fd44bbe2bf4",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d000048518cb690f962092fd44bbe2bf4",
                            "width": 64
                        }
                    ],
                    "name": "Absolution",
                    "release_date": "2004-03-23",
                    "release_date_precision": "day",
                    "total_tracks": 15,
                    "type": "album",
                    "uri": "spotify:album:0HcHPBu9aaF1MxOiZmUQTl"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                        },
                        "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                        "id": "12Chz98pHFMPJEknJQMWvI",
                        "name": "Muse",
                        "type": "artist",
                        "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 237039,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "isrc": "GBCVT0300078"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/2takcwOaAZWiXQijPHIx7B"
                },
                "href": "https://api.spotify.com/v1/tracks/2takcwOaAZWiXQijPHIx7B",
                "id": "2takcwOaAZWiXQijPHIx7B",
                "is_local": false,
                "name": "Time is Running Out",
                "popularity": 66,
                "preview_url": "https://p.scdn.co/mp3-preview/b3d0abcaa2a1553347025e98205c9013b61d8391?cid=774b29d4f13844c495f206cafdad9c86",
                "track": true,
                "track_number": 3,
                "type": "track",
                "uri": "spotify:track:2takcwOaAZWiXQijPHIx7B"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T15:24:40Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T16:24:28Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T16:26:18Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T16:32:44Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T17:41:59Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-01T06:44:27Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-01T07:52:08Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-03T16:56:19Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-03T18:23:36Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/7y97mc3bZRFXzT2szRM4L4"
                            },
                            "href": "https://api.spotify.com/v1/artists/7y97mc3bZRFXzT2szRM4L4",
                            "id": "7y97mc3bZRFXzT2szRM4L4",
                            "name": "Frédéric Chopin",
                            "type": "artist",
                            "uri": "spotify:artist:7y97mc3bZRFXzT2szRM4L4"
                        },
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/71kYWgqr6eHLOZj6u3JTuJ"
                            },
                            "href": "https://api.spotify.com/v1/artists/71kYWgqr6eHLOZj6u3JTuJ",
                            "id": "71kYWgqr6eHLOZj6u3JTuJ",
                            "name": "Evgeny Kissin",
                            "type": "artist",
                            "uri": "spotify:artist:71kYWgqr6eHLOZj6u3JTuJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "OM",
                        "PA",
                        "PE",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TT",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/4b3t4n2VPy3swNN3STuUTc"
                    },
                    "href": "https://api.spotify.com/v1/albums/4b3t4n2VPy3swNN3STuUTc",
                    "id": "4b3t4n2VPy3swNN3STuUTc",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27366437708f58fc26c93c6d6e8",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0266437708f58fc26c93c6d6e8",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485166437708f58fc26c93c6d6e8",
                            "width": 64
                        }
                    ],
                    "name": "Chopin: 24 Preludes; Sonata No.2, Op.35; Polonaise, Op.53",
                    "release_date": "1999-02-01",
                    "release_date_precision": "day",
                    "total_tracks": 29,
                    "type": "album",
                    "uri": "spotify:album:4b3t4n2VPy3swNN3STuUTc"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/7y97mc3bZRFXzT2szRM4L4"
                        },
                        "href": "https://api.spotify.com/v1/artists/7y97mc3bZRFXzT2szRM4L4",
                        "id": "7y97mc3bZRFXzT2szRM4L4",
                        "name": "Frédéric Chopin",
                        "type": "artist",
                        "uri": "spotify:artist:7y97mc3bZRFXzT2szRM4L4"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/71kYWgqr6eHLOZj6u3JTuJ"
                        },
                        "href": "https://api.spotify.com/v1/artists/71kYWgqr6eHLOZj6u3JTuJ",
                        "id": "71kYWgqr6eHLOZj6u3JTuJ",
                        "name": "Evgeny Kissin",
                        "type": "artist",
                        "uri": "spotify:artist:71kYWgqr6eHLOZj6u3JTuJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "OM",
                    "PA",
                    "PE",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TT",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 327733,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "isrc": "USBC19901798"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/1301WleyT98MSxVHPZCA6M"
                },
                "href": "https://api.spotify.com/v1/tracks/1301WleyT98MSxVHPZCA6M",
                "id": "1301WleyT98MSxVHPZCA6M",
                "is_local": false,
                "name": "Piano Sonata No. 2 in B-Flat Minor, Op. 35: Grave; Doppio movimento",
                "popularity": 5,
                "preview_url": "https://p.scdn.co/mp3-preview/db6d0943b610c70568af1feed5b48ba9efe69f35?cid=774b29d4f13844c495f206cafdad9c86",
                "track": true,
                "track_number": 25,
                "type": "track",
                "uri": "spotify:track:1301WleyT98MSxVHPZCA6M"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-03T18:23:36Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        }
    ],
    "limit": 100,
    "next": null,
    "offset": 0,
    "previous": null,
    "total": 14
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=0
etag: "MC-IjU1M2NhYmFiYTAxMDU3MDM2NzIyNjBlZWI1MjYzZjg1Ig=="
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:39 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "href": "https://api.spotify.com/v1/playlists/57StehxjgYCGJe5E7RGjAM/tracks?offset=0&limit=100",
    "items": [
        {
            "added_at": "2022-12-30T19:35:03Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-23T16:26:01Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/3BmGtnKgCSGYIUhmivXKWX"
                            },
                            "href": "https://api.spotify.com/v1/artists/3BmGtnKgCSGYIUhmivXKWX",
                            "id": "3BmGtnKgCSGYIUhmivXKWX",
                            "name": "Kelly Clarkson",
                            "type": "artist",
                            "uri": "spotify:artist:3BmGtnKgCSGYIUhmivXKWX"
                        }
                    ],
                    "available_markets": [
                        "US"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1MNvMtEmMMdBXZBDcFNcWj"
                    },
                    "href": "https://api.spotify.com/v1/albums/1MNvMtEmMMdBXZBDcFNcWj",
                    "id": "1MNvMtEmMMdBXZBDcFNcWj",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273253e3f8fce535f72a6b2c4ba",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02253e3f8fce535f72a6b2c4ba",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851253e3f8fce535f72a6b2c4ba",
                            "width": 64
                        }
                    ],
                    "name": "Stronger (Deluxe Version)",
                    "release_date": "2011-10-24",
                    "release_date_precision": "day",
                    "total_tracks": 17,
                    "type": "album",
                    "uri": "spotify:album:1MNvMtEmMMdBXZBDcFNcWj"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/3BmGtnKgCSGYIUhmivXKWX"
                        },
                        "href": "https://api.spotify.com/v1/artists/3BmGtnKgCSGYIUhmivXKWX",
                        "id": "3BmGtnKgCSGYIUhmivXKWX",
                        "name": "Kelly Clarkson",
                        "type": "artist",
                        "uri": "spotify:artist:3BmGtnKgCSGYIUhmivXKWX"
                    }
                ],
                "available_markets": [
                    "US"
                ],
                "disc_number": 1,
                "duration_ms": 221946,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "isrc": "GBCTA1100364"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/6D60klaHqbCl9ySc8VcRss"
                },
                "href": "https://api.spotify.com/v1/tracks/6D60klaHqbCl9ySc8VcRss",
                "id": "6D60klaHqbCl9ySc8VcRss",
                "is_local": false,
                "name": "Stronger (What Doesn't Kill You)",
                "popularity": 63,
                "preview_url": "https://p.scdn.co/mp3-preview/4ead28f7aba41146c185d3386fdb762d6ee96eef?cid=774b29d4f13844c495f206cafdad9c86",
                "track": true,
                "track_number": 2,
                "type": "track",
                "uri": "spotify:track:6D60klaHqbCl9ySc8VcRss"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-27T10:46:46Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                            },
                            "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                            "id": "12Chz98pHFMPJEknJQMWvI",
                            "name": "Muse",
                            "type": "artist",
                            "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/0eFHYz8NmK75zSplL5qlfM"
                    },
                    "href": "https://api.spotify.com/v1/albums/0eFHYz8NmK75zSplL5qlfM",
                    "id": "0eFHYz8NmK75zSplL5qlfM",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2",
                            "width": 64
                        }
                    ],
                    "name": "The Resistance",
                    "release_date": "2009-09-10",
                    "release_date_precision": "day",
                    "total_tracks": 11,
                    "type": "album",
                    "uri": "spotify:album:0eFHYz8NmK75zSplL5qlfM"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                        },
                        "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                        "id": "12Chz98pHFMPJEknJQMWvI",
                        "name": "Muse",
                        "type": "artist",
                        "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 304840,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "isrc": "GBAHT0900320"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/4VqPOruhp5EdPBeR92t6lQ"
                },
                "href": "https://api.spotify.com/v1/tracks/4VqPOruhp5EdPBeR92t6lQ",
                "id": "4VqPOruhp5EdPBeR92t6lQ",
                "is_local": false,
                "name": "Uprising",
                "popularity": 73,
                "preview_url": "https://p.scdn.co/mp3-preview/904176ea758e40523f23d0542cfe66423c7caad4?cid=774b29d4f13844c495f206cafdad9c86",
                "track": true,
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:4VqPOruhp5EdPBeR92t6lQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-27T10:46:53Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                            },
                            "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                            "id": "12Chz98pHFMPJEknJQMWvI",
                            "name": "Muse",
                            "type": "artist",
                            "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/0HcHPBu9aaF1MxOiZmUQTl"
                    },
                    "href": "https://api.spotify.com/v1/albums/0HcHPBu9aaF1MxOiZmUQTl",
                    "id": "0HcHPBu9aaF1MxOiZmUQTl",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b2738cb690f962092fd44bbe2bf4",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e028cb690f962092fd44bbe2bf4",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d000048518cb690f962092fd44bbe2bf4",
                            "width": 64
                        }
                    ],
                    "name": "Absolution",
                    "release_date": "2004-03-23",
                    "release_date_precision": "day",
                    "total_tracks": 15,
                    "type": "album",
                    "uri": "spotify:album:0HcHPBu9aaF1MxOiZmUQTl"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI"
                        },
                        "href": "https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI",
                        "id": "12Chz98pHFMPJEknJQMWvI",
                        "name": "Muse",
                        "type": "artist",
                        "uri": "spotify:artist:12Chz98pHFMPJEknJQMWvI"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 237039,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "isrc": "GBCVT0300078"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/2takcwOaAZWiXQijPHIx7B"
                },
                "href": "https://api.spotify.com/v1/tracks/2takcwOaAZWiXQijPHIx7B",
                "id": "2takcwOaAZWiXQijPHIx7B",
                "is_local": false,
                "name": "Time is Running Out",
                "popularity": 66,
                "preview_url": "https://p.scdn.co/mp3-preview/b3d0abcaa2a1553347025e98205c9013b61d8391?cid=774b29d4f13844c495f206cafdad9c86",
                "track": true,
                "track_number": 3,
                "type": "track",
                "uri": "spotify:track:2takcwOaAZWiXQijPHIx7B"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T15:24:40Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T16:24:28Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T16:26:18Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T16:32:44Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-01-31T17:41:59Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-01T06:44:27Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-01T07:52:08Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-03T16:56:19Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-03T18:23:36Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/7y97mc3bZRFXzT2szRM4L4"
                            },
                            "href": "https://api.spotify.com/v1/artists/7y97mc3bZRFXzT2szRM4L4",
                            "id": "7y97mc3bZRFXzT2szRM4L4",
                            "name": "Frédéric Chopin",
                            "type": "artist",
                            "uri": "spotify:artist:7y97mc3bZRFXzT2szRM4L4"
                        },
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/71kYWgqr6eHLOZj6u3JTuJ"
                            },
                            "href": "https://api.spotify.com/v1/artists/71kYWgqr6eHLOZj6u3JTuJ",
                            "id": "71kYWgqr6eHLOZj6u3JTuJ",
                            "name": "Evgeny Kissin",
                            "type": "artist",
                            "uri": "spotify:artist:71kYWgqr6eHLOZj6u3JTuJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "OM",
                        "PA",
                        "PE",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TT",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/4b3t4n2VPy3swNN3STuUTc"
                    },
                    "href": "https://api.spotify.com/v1/albums/4b3t4n2VPy3swNN3STuUTc",
                    "id": "4b3t4n2VPy3swNN3STuUTc",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27366437708f58fc26c93c6d6e8",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0266437708f58fc26c93c6d6e8",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485166437708f58fc26c93c6d6e8",
                            "width": 64
                        }
                    ],
                    "name": "Chopin: 24 Preludes; Sonata No.2, Op.35; Polonaise, Op.53",
                    "release_date": "1999-02-01",
                    "release_date_precision": "day",
                    "total_tracks": 29,
                    "type": "album",
                    "uri": "spotify:album:4b3t4n2VPy3swNN3STuUTc"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/7y97mc3bZRFXzT2szRM4L4"
                        },
                        "href": "https://api.spotify.com/v1/artists/7y97mc3bZRFXzT2szRM4L4",
                        "id": "7y97mc3bZRFXzT2szRM4L4",
                        "name": "Frédéric Chopin",
                        "type": "artist",
                        "uri": "spotify:artist:7y97mc3bZRFXzT2szRM4L4"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/71kYWgqr6eHLOZj6u3JTuJ"
                        },
                        "href": "https://api.spotify.com/v1/artists/71kYWgqr6eHLOZj6u3JTuJ",
                        "id": "71kYWgqr6eHLOZj6u3JTuJ",
                        "name": "Evgeny Kissin",
                        "type": "artist",
                        "uri": "spotify:artist:71kYWgqr6eHLOZj6u3JTuJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "OM",
                    "PA",
                    "PE",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TT",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 327733,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "isrc": "USBC19901798"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/1301WleyT98MSxVHPZCA6M"
                },
                "href": "https://api.spotify.com/v1/tracks/1301WleyT98MSxVHPZCA6M",
                "id": "1301WleyT98MSxVHPZCA6M",
                "is_local": false,
                "name": "Piano Sonata No. 2 in B-Flat Minor, Op. 35: Grave; Doppio movimento",
                "popularity": 5,
                "preview_url": "https://p.scdn.co/mp3-preview/db6d0943b610c70568af1feed5b48ba9efe69f35?cid=774b29d4f13844c495f206cafdad9c86",
                "track": true,
                "track_number": 25,
                "type": "track",
                "uri": "spotify:track:1301WleyT98MSxVHPZCA6M"
            },
            "video_thumbnail": {
                "url": null
            }
        },
        {
            "added_at": "2023-02-03T18:23:36Z",
            "added_by": {
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "is_local": false,
            "primary_color": null,
            "track": {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                            },
                            "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                            "id": "38bS44xjbVVZ3No3ByF1dJ",
                            "name": "Vetenskapsradion Historia",
                            "type": "show",
                            "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "MA",
                        "MC",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                    },
                    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                    "id": "38bS44xjbVVZ3No3ByF1dJ",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
                            "width": 64
                        }
                    ],
                    "is_playable": false,
                    "name": "Vetenskapsradion Historia",
                    "release_date": null,
                    "release_date_precision": null,
                    "restrictions": {
                        "reason": "product"
                    },
                    "total_tracks": 1,
                    "type": "show",
                    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
                        },
                        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
                        "id": "38bS44xjbVVZ3No3ByF1dJ",
                        "name": "Vetenskapsradion Historia",
                        "type": "show",
                        "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "MA",
                    "MC",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 0,
                "duration_ms": 1502795,
                "episode": false,
                "explicit": false,
                "external_ids": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/512ojhOuo1ktJprKbVcKyQ"
                },
                "href": "https://api.spotify.com/v1/episodes/512ojhOuo1ktJprKbVcKyQ",
                "id": "512ojhOuo1ktJprKbVcKyQ",
                "is_local": false,
                "is_playable": false,
                "name": "Tredje rikets knarkande granskas",
                "popularity": 0,
                "preview_url": "https://p.scdn.co/mp3-preview/566fcc94708f39bcddc09e4ce84a8e5db8f07d4d",
                "track": true,
                "track_number": 0,
                "type": "episode",
                "uri": "spotify:episode:512ojhOuo1ktJprKbVcKyQ"
            },
            "video_thumbnail": {
                "url": null
            }
        }
    ],
    "limit": 100,
    "next": null,
    "offset": 0,
    "previous": null,
    "total": 14
}
157
[
    {
        "height": 640,
        "url": "https://mosaic.scdn.co/640/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
        "width": 640
    },
    {
        "height": 300,
        "url": "https://mosaic.scdn.co/300/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
        "width": 300
    },
    {
        "height": 60,
        "url": "https://mosaic.scdn.co/60/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
        "width": 60
    }
]
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: private, max-age=0
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:39 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

[
    {
        "height": 640,
        "url": "https://mosaic.scdn.co/640/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
        "width": 640
    },
    {
        "height": 300,
        "url": "https://mosaic.scdn.co/300/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
        "width": 300
    },
    {
        "height": 60,
        "url": "https://mosaic.scdn.co/60/ab67616d0000b2738cb690f962092fd44bbe2bf4ab67616d0000b273af384269742c6b04308c1be8ab67616d0000b273b6d4566db0d12894a1a3b7a2de4a5f115ac6f6ca4cae4fb7aaf27bacac7a0b8a",
        "width": 60
    }
]
154
{
    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy/playlists?offset=0&limit=20",
    "items": [
        {
            "collaborative": false,
            "description": "",
            "external_urls": {
                "spotify": "https://open.spotify.com/playlist/1lYnMWJMuSUMTF53UtGIqs"
            },
            "href": "https://api.spotify.com/v1/playlists/1lYnMWJMuSUMTF53UtGIqs",
            "id": "1lYnMWJMuSUMTF53UtGIqs",
            "images": [
                {
                    "height": 640,
                    "url": "https://mosaic.scdn.co/640/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://mosaic.scdn.co/300/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 300
                },
                {
                    "height": 60,
                    "url": "https://mosaic.scdn.co/60/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 60
                }
            ],
            "name": "OTB STREAMS",
            "owner": {
                "display_name": "Ekta/LTWT",
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "primary_color": null,
            "public": true,
            "snapshot_id": "NDYsYzdmNTJkMjM5NDBmNTcxODJhNTNkOWZhODY4NmU0YzkzNDY1MGZlMw==",
            "tracks": {
                "href": "https://api.spotify.com/v1/playlists/1lYnMWJMuSUMTF53UtGIqs/tracks",
                "total": 45
            },
            "type": "playlist",
            "uri": "spotify:playlist:1lYnMWJMuSUMTF53UtGIqs"
        },
        {
            "collaborative": false,
            "description": "",
            "external_urls": {
                "spotify": "https://open.spotify.com/playlist/0T0yasXwu1sRpEK6gUM4Zb"
            },
            "href": "https://api.spotify.com/v1/playlists/0T0yasXwu1sRpEK6gUM4Zb",
            "id": "0T0yasXwu1sRpEK6gUM4Zb",
            "images": [
                {
                    "height": 640,
                    "url": "https://mosaic.scdn.co/640/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://mosaic.scdn.co/300/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 300
                },
                {
                    "height": 60,
                    "url": "https://mosaic.scdn.co/60/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 60
                }
            ],
            "name": "?",
            "owner": {
                "display_name": "Ekta/LTWT",
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "primary_color": null,
            "public": true,
            "snapshot_id": "NzIsMDEwYzg3YjExNjYzMGE2YTVmNzVkZTQ3YjlkYmI1NDhlZmVkMzhlYg==",
            "tracks": {
                "href": "https://api.spotify.com/v1/playlists/0T0yasXwu1sRpEK6gUM4Zb/tracks",
                "total": 68
            },
            "type": "playlist",
            "uri": "spotify:playlist:0T0yasXwu1sRpEK6gUM4Zb"
        }
    ],
    "limit": 20,
    "next": null,
    "offset": 0,
    "previous": null,
    "total": 2
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=0
etag: "MC-ImVjNDFjNmE3ZjNjZDgyM2U2OTU0ZDliMmYxYzc0NDNmIg=="
vary: Authorization
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:40 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy/playlists?offset=0&limit=20",
    "items": [
        {
            "collaborative": false,
            "description": "",
            "external_urls": {
                "spotify": "https://open.spotify.com/playlist/1lYnMWJMuSUMTF53UtGIqs"
            },
            "href": "https://api.spotify.com/v1/playlists/1lYnMWJMuSUMTF53UtGIqs",
            "id": "1lYnMWJMuSUMTF53UtGIqs",
            "images": [
                {
                    "height": 640,
                    "url": "https://mosaic.scdn.co/640/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://mosaic.scdn.co/300/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 300
                },
                {
                    "height": 60,
                    "url": "https://mosaic.scdn.co/60/ab67616d0000b2732168ecd170197e773e98c99aab67616d0000b27368310f89e083ce60216f742aab67616d0000b2737523b7e42168f3122351721bab67616d0000b273f160ff1c91caffd9e24cc736",
                    "width": 60
                }
            ],
            "name": "OTB STREAMS",
            "owner": {
                "display_name": "Ekta/LTWT",
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "primary_color": null,
            "public": true,
            "snapshot_id": "NDYsYzdmNTJkMjM5NDBmNTcxODJhNTNkOWZhODY4NmU0YzkzNDY1MGZlMw==",
            "tracks": {
                "href": "https://api.spotify.com/v1/playlists/1lYnMWJMuSUMTF53UtGIqs/tracks",
                "total": 45
            },
            "type": "playlist",
            "uri": "spotify:playlist:1lYnMWJMuSUMTF53UtGIqs"
        },
        {
            "collaborative": false,
            "description": "",
            "external_urls": {
                "spotify": "https://open.spotify.com/playlist/0T0yasXwu1sRpEK6gUM4Zb"
            },
            "href": "https://api.spotify.com/v1/playlists/0T0yasXwu1sRpEK6gUM4Zb",
            "id": "0T0yasXwu1sRpEK6gUM4Zb",
            "images": [
                {
                    "height": 640,
                    "url": "https://mosaic.scdn.co/640/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://mosaic.scdn.co/300/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 300
                },
                {
                    "height": 60,
                    "url": "https://mosaic.scdn.co/60/ab67616d0000b27310dce8607595c54e4bf1e1e4ab67616d0000b27350a3147b4edd7701a876c6ceab67616d0000b27364bd23d64f90b1910ead95a1ab67616d0000b273ff506190bb9e907e2ecbbb64",
                    "width": 60
                }
            ],
            "name": "?",
            "owner": {
                "display_name": "Ekta/LTWT",
                "external_urls": {
                    "spotify": "https://open.spotify.com/user/31qaalsc2vmfxn7bncvgax7z26gy"
                },
                "href": "https://api.spotify.com/v1/users/31qaalsc2vmfxn7bncvgax7z26gy",
                "id": "31qaalsc2vmfxn7bncvgax7z26gy",
                "type": "user",
                "uri": "spotify:user:31qaalsc2vmfxn7bncvgax7z26gy"
            },
            "primary_color": null,
            "public": true,
            "snapshot_id": "NzIsMDEwYzg3YjExNjYzMGE2YTVmNzVkZTQ3YjlkYmI1NDhlZmVkMzhlYg==",
            "tracks": {
                "href": "https://api.spotify.com/v1/playlists/0T0yasXwu1sRpEK6gUM4Zb/tracks",
                "total": 68
            },
            "type": "playlist",
            "uri": "spotify:playlist:0T0yasXwu1sRpEK6gUM4Zb"
        }
    ],
    "limit": 20,
    "next": null,
    "offset": 0,
    "previous": null,
    "total": 2
}
163
{
    "snapshot_id": "NDIsN2ExZjNkYTlmY2YzNTZjMDgzZWUxOGQxNjBjYWIzMzFmZjVmMmNhMQ=="
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: private, max-age=0
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:40 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "snapshot_id": "NDIsN2ExZjNkYTlmY2YzNTZjMDgzZWUxOGQxNjBjYWIzMzFmZjVmMmNhMQ=="
}
156
{
    "meta": {
        "analyzer_version": "4.0.0",
        "platform": "Linux",
        "detailed_status": "OK",
        "status_code": 0,
        "timestamp": 1495193577,
        "analysis_time": 6.93906,
        "input_process": "libvorbisfile L+R 44100->22050"
    },
    "track": {
        "num_samples": 4585515,
        "duration": 207.95985,
        "sample_md5": "",
        "offset_seconds": 0,
        "window_seconds": 0,
        "analysis_sample_rate": 22050,
        "analysis_channels": 1,
        "end_of_fade_in": 0.0,
        "start_of_fade_out": 201.13705,
        "loudness": -2.743,
        "tempo": 114.944,
        "tempo_confidence": 0.74,
        "time_signature": 4,
        "time_signature_confidence": 0.994,
        "key": 2,
        "key_confidence": 0.408,
        "mode": 1,
        "mode_confidence": 0.485,
        "codestring": "eJxVmgl2LDcOBK_SR-C-3P9ijki2vuSZZ1tkVbO4AIlMgLOPdWaZn_LZd_H_u-enzfWZfczSxx6fccqnz1v7uOt8dl-fs-Zo9OzPKTwb_d7Ji_c2Xtzz0ns_tbbyqaWtW2b-bHV91jxj3nt43Gv7jD5PaWXtT12MtGiutkb_1N3OZ87Z616L5mkM75Nxa_k0xv7UO2-_Z-5Pa6MwVGtlrHk_rTNNPlx7v2N92spv-Wrr43zann53ldV7u59eyvmcWc-6fO5DF8ubjbdWpdlvJnldPStd52eSh_n1w2_rWo2ZsIR-2RpaPB2dCVV-6xLGKD3z819zl-r8xnAupezS3f2xy3Aaq99dK1ve-W1hIHag8tc5Nu9k__ir70zyHg7Db_Db0RmhLF_ei5nuwonUNj_8gA819nm6p6twCux_aXudymKYc2f1hwHmZ3HEbDYnNs6luQ9bdw7L35eXL9vemR9nx27ssp3k3Hxw7M9u2gInVdsY97MHRlR5cPqpmz0ua3zqqLO3wYmezjFwbpxOrdelt8_Z-9y2B38tx-fQeqsXK6PN0Gzl2pw3kx8fLHC0uvnwbRponRw5G_W567182y0X0-GAMT6Mu84Si8Sk2JA2dp9YcC28-WGnmcbd2GVZbNja6w5exczK3S6k9dIan8euWVV-xuPWNHSs6eMpnz27L8x8B1Pn0Icv7DHeCyufwBMy41IwFn7Qmp90PQWLo73YWewZOxxOoelmg3OYte-4jueCGc15pm3GxuznxhAb7_fD3uPEBSutbMEoGNua7v52MaMOVzAO9oZV0KEZ1L0Ztzuhoc9gcDxuTmjEaS42MorHylzeWWPMuAl7j0nPMSYrO-zpxFWdQGe8wgQ8LD_IupigHZMBsSsmpSfVqSthlixpd16d-pIzHPi4S1ij_swwX1g6TF1tczAYPZ_VvHAm_hnsVl1BIz50-gMU8WbeyUc7jo4R9Dxnbpu_6tExTsFqJxv3cSdYMuNiLz6eTNNzYFJ4Bj7CFi46GYANuvrCjbnmBG93VdrLBe1ovw2YHAcmwHRw8xaI2J4trqPjFb2UEwfDsJWvkQ2mb4cuwbGwMXcA0YXN-uBJpWOZU0icrucyg3Y67ckO8nbly2IkHsAy5trMpYgIugHtfsvZzOCLmuPuvXupdOgHrBOcOJMBmyvm-5sJFVG2uW3sDhi0WAwDsIOYojgt7uIO9B7iSBOmMG_2ADjfZ3pYoARGBDwA6p0JDT4EOnM-e2MibWrkxwUVFqE1Cc0MX9gBJjyNCbbb2SAZAM_7TI0THIcNCbQBzJjkwoJcTrwfDzzVAbfgjk3XqzsaF0qOkInwoG1PyG07_Hw7M9HeULbBOG2BRbA7AOIFwdoR0RdzJ5y6wUcL7Xq1TkL7ihI4CRGR6VxRG6wEa3N-d8UKAe6zq21xG8TFtMB54pQ-O4uGx4xpa5-zE3hm8bH2uQl_YBCuWXDtj1-qPhQDiWU83QX3xhPYSiLRnrhzvMCt3vgGdk7TlWMZlbmwJtGGmTtPAhnDNY2VZYIv-M5HQyif6dZg2nzc0EIgLIQGkbG7dIYHU_s1pmqphBLRfFTa2iNxRMByZV0A18tx9kRgrRPoJpTy8aHddl_ChJn7IO4wODi2XPhwxiINVsCy6Lh5vzJLUOwjoLHPrBNL43wIdMetAPfgB7Q14o3x4VXHtkYsriwxTQpQ8FdBbENFPN-E16U1pj31kjOH5KOHMeC2gMLZ4VHLvWBvQC1B2zj93ZvpyQSlQINyXnPqlEy2QCpY_BbYcWGYDmYHAZEIdR0C8sFzANktY27dkNOPTp3N2XKdY6i7BHUYl3sLsvpxbEbIYIgbTJKGwBywLWYMIwCkpEYXLOKYhwhqPCsSnHfMlbA3igZPvCcKQYAYSAtnLgV6sO7Hg8uC8S83nQ9hdSzp3MxuBJFGxQ4xODgQJAwzZKJECBAMxikE437zioijaePPEoi7MCAxGH4AhdpVRmRQwtthRaCqBMytx1wGhjDCPYfj6ytsHiDEgYDArGcZrV9AAe3DGIbPgav9deAxAsiXgw1e4f3_ThY3wtMDyL3AQeUwwBIDuhnsoJ-bGnbHqeATxEjeCs9YjdBI6Bfb5WaAm2H0YxhwPCycffWxhg8FZULZd-0auoD9yTb3iF3CWYAcZrMN_HBPbIeDktM7GgEHizmc-jG-sgE0i4dxnh0vCAknIvn4seMjhIDCWCJOzPpVC1hJKErj5evkbxg7w3KIYE1IWCIVn9i0NUymh6mxnyG45XuWdGFlWuZuI4h0BBcX67kuIv1HvlG0EGIS50g73BtjgxXbbiHfnC2jY4vTYMPvZYRT7GtLiGbwHeozW_j31mQwPQYxIkix93V6PdolXgyKqI12--PFABOmiSFzsKxJWNa0gDSwjbOe7oKmjW070hyastNXefD-kFm3SKXBbk8noMNMmi5naqp4O6CgD84dIr6GzJvhppbL1C62xmyW-MwGoQYY4hMapmWVDWZdO1y9B4nlstpgElvALrIDomELhm1inoe1tWSi7-x6A20BO6sf0nZoJ4cDouwe6hWbklocjIPIy-ziSgsaEIwQU3lNlIWq8kFJBssHC8GMS9Buz9Q5ax7R1nhj6nFZ8UoY67JfBro31AULrKIFGicCVmMpUnz-LRh6-syPpZSdH-B8NeFDgDBcivZwTNr9ofiSRSB8XMz3_OEvtEOw_aJ2vVq4Y624MKrhs8Kl-B6Rb_rzSFB80QHUGrLph-oc-McQwiqa_Nm3u7YP6LAfy9G6ZBo3kayeWLm2jTpZrn5FZ8JyjlbA4wjNFeWAdflDTB9YXOp75h6pyfMpMFzakrG8T2xskYDMhiPG5aoUV1qT4YkftBWfkBpAWaa7oj5BcVkjZGBFfhqbwdhlOzwmw7M_mk0c4Gf4pWf8GX6FvMNdCTJInbXiKdOoXdSrS9CX5xS-qw_KStGnS83OOlTBmjbnXE_QXo6pdBv-PKrUkAVAVtsxqBykqk7BK9uYftyT3ZoWIgXlxtnpVLgKMUzaChCsyFj8XoUM7IFNBmCeOu8o5p_nYqUmpMNgCHqPTiVLV0gSsAEK5WE4M24aCfzEK5ahPqkB8MfakcQclhK8RKhVqT5ttwPmeTh8XButLgEAePlr23b9KmkMGE6-q3QHBdBlJ4j2Gn1ovMYnMJuvMgXKcBbbKlPX1pTitHfyB1OSLrvvOhIwDxIBerQl8YgZrOo9d_16HV82IHVJPeMJi8u2wEkvmzFVByMERgX3xosQXZ73UWPsCFG87po42Jh5qHeXLhGiaLt-lDQHKMXZEaK0hFYN6elhOAX7BvfEduWeRbAD22jrPFMxZWqMtuvdaCCc0_lHdmq5YMvy_TgPhN-U1N7xHWzW3BNPd9C7cBYEEH699Y2XyMlsTjg-mwvIQCl2NCh-fuUMmM-OCpXZIqM9zqu1S-I5DFMw94VJbIUtte3ysCUOa-NNO0ipKB7qSORubXFOJrSTzVOicQTiqLT6iU4s_ZgQAeKMDG43Wg_ReJLjI8bzNgbxOcFJ5Bz7gnXIq6KKES18UzE3o7QxRwHWOMEuQX9gSJCK014a4vq_ajvgTJBUqzG9ro9qbQRMx4sE_VobyKgzOh2ZHgH-c0KCm_k2doCdFhKfZP0OOEbYPtEWH6cpyTkKESSLf4XkgBaoqHdSR-6P7wk4tKUB8OAhZvv-TiKIH1dTb2BakiX1mm7jebAPROKry5TY0kr4B8ZIzDDrpVDiULFLvP1Esi7ku9yT8XbWf4wsabYkDTgsVAvWeaJoGUxaEFWkdx-2CXucCoGYwzL5omVB1brzqRAxQjVv1vu8E5ySD50eirqOYp_5hBTyHE2e_Y2kNZNW2BjeT2YBjqI0cCev-yNDJlr5WOd2zzEJju9G0gpGl3O-H42Z7cWXBHWfm4EAMLqKQ8kowU9mz6D20aZMaUxzFljnjW7FtQCVCfje6FT1Bu6q8Hmk0NheZSy3RZHhRM8c7xN43XwlW8bEtfaQUPMztB8PImCCCCbgDIWwBswRNDAht57gkeowfqTrk9mCCUxS2vUjs2-YZ2cX5st-jdAkxIP08nPDTOSgZpN9LEl6Kju7N9XWvyr7Rsn-U9k3yNZNj0GSmXx0K_gDhJslvhGuqmzD8H2y9Z_KvpGtvyr7Rpf-U9ng305CB6I11Vhxe17GK7CTG5lq8orVyWcJpcm98GFlkh1a-lbx43we-mrjK7O7KQsRsf3KbJMh5Y_MvlGuvzL7Jr_2K7NvgPCXoIN74_zK7HuTXjQJwMmZ8y2mgOjAcbB6O142R6U9zIiWkkj3T2qbUslp_2htOsw4_hPbJo-Nrf_Uto6qSviR26aiIkCBF9zpvhzzy8PoObZDfkz0SitonydD8Pf3QiTvW2YzD4taa-dLxQU48CKJxX9cnA4Zyx8ybrDXa_-xcbOuMkJWYnLL33ylLIyJiJQOLR1CwHastPdLLPA6cjmJTF0XgTUjKTz6_VJOhKKTLLvWLj9iatMxVvKNmkC9L-myvhZ_zOH5ytO4nJqqMR3j_PByUxR0aPW_5w6HKdGtI2Umvxu5ytIBLCiiHQG16VxhT3a8bLt1Ad2WDiBf9DAXF8POf6CEw0htO6xGaZ7yFB3Smn_anHb0wo84R_AnbxOHGWqzGj38zcgR2KsHNNTn67ZrFaMmhxeBbtS3Q2rzq9Bp__OBSPS88NcJ-KYACA9GpBCV7Bhxi1ksNNlOzlIzXCksgDXy0afTU9qI8v0V6hKH9Sf_Vl9tYemPTYbqrAySQUk8xA6t-hcm6djPD744WTmI3f63-CmNV64XIGClIylFJMXOdkUg_wr2WiOJfxU7e1H-l3irlj7aH81Ox3OyhVMtE1buX2T4NYLnmKKEn26XLymvRQXXkhJgrdHCosJW5gkpSclpCku7ryeor3bnFwGhJHJxHPPlfiTqGJ0DwKS0kRz8V7_DSh0kApkPGMFtinYmwvl42qLdw4mThdwQoWLlVTdhN3vqhgSX1MAkYpHwStWZClUsPbgRhGxO9H-40V4FF3etCdcikPVhHOfM1Dhayra4BYEYgmadK8KYzZip4BLa7vqj5KvKSwu1gFA1r_a0MVNgyu5fS1bvZXJG1tKNfn_EfG2vTIst43i6eDMMaR0GD12lPc0c6zjLN77l2K-gpy0V-LtBUcV-FkvPZ6OLMaH1lB8dqcoumTwoZEcy_Hjobhkz7BBp5u4UXwgdlFSsZPToeIRnJDXj6lNxpVM89zxa5K0_Yb4GnbZf6h60F5Jp3yQ9CWjouVc6DAlKKV-DbE-ianVL22iyOOtby1y4p6ZagXz14uqd-H1Wz36bQrBDD_KgRStXEhkbFlRSXGuZDZstk8oQKdZgn8N66ie4EnnbBBpOgK8FiuSyLuTVO2oSONsz66nTalL0GQ36o4cWds_JCDd0TP4ckOhJIkKWdgwqNw66mrRZ4vMXySo6KyjTzS925DPGlsJuf4BJ9KlJutAhawrvRSPlDR3HDFSZwb_ey6vbcMh-vhqR3QHvIxTR7dU34PLjeWtPtRbVMNVdRwKb_BniDfPUUHqYorUgfmV86Vmg6T-UR6YRXYyZw_d2T8erduEV7peDBEPpZYfMfvEkBUGhIAjZ5xc10D-G7J4aLNa4LBL5wqrhmdZHTaPREQjlBOCmaetF15qsVSw7Io8BqV2zkMhj3Gx5LcJJRCEDeCywOu0QSxEGi5JpoGVDDDchCYx3jPP1mmVAd4OViWYm3PCY0lFHYEpsp0jfo5pNi5mHyRCvlFlAU3Vq7Snfjm2xdAlzPfVbuCSgHEu55k2wtGWdLr-I9mgWM8I8Riq4bB5iOWiIqmuvEDeWFLeOl4XkAHCOtCM3LHiYGFQnqjeUV2xQ3khN10xONx2Vun15RUF2VgBVSHqzQMMtWgam4yESzWMKdsSY2L2i-TiI4Ia0h9s2K9mvrlLN_r4LDyOVXxa02w4Ij2QkvX5wTG3Z0Z58NJGW6wOajqXNmysj9VFiYB0qV9wvRfF5iaczvAAwxrvxgV8pHWkbVJjKrO-b4xUcZEZm8Ku5UUtjWMzomaZmyClijio_O2Ir1YP31sWrqHjvw1fcnGX4WWqJkXMf6ytDkJhLIBtL2jUMxMnVVLNcoaKMDa44j4hyWIYpNn1sPD-33tty52VEhqMCcOBcpghhM2sDqEp4XvHFbM8M9nkPw1yXMgmKaId5Cex2Wr_OfQvVx3TewYwR5b3U2Se7eU3EiCGsNkO-ROPSIHo2I_VmDpC9mKqRV7E5ChtwPD9x-5qFL2zDj96ka4g4jJs7EuZDFJGcYn26oqyXT23agkn_JCCxVoyrjtwMKY8wHk3Umx1JQf6qam9gnPFHVpvlfoLEMCdjnK_gnMrfFng4r-kO60G33XffpDxpDdGynQz_kLUmSTJTgzYdzwy1-vkV8yGI-UjU_B-COCPfk-lZXbY8U3pOzSsqMmzebC5bbCXWjlfYqJJKN3mOf5WNEiabRPaf0gYdKcy9SpeBb6biTLtZDJGClUhxtIL4ZoeuBLkxEmr3HmiL6BMEHHN9rxosLwvYkSpz9yLe6DmEV2fGwC445bz2nwqH5jxfqfnPdkTD_-HLM8VlyJ93-KQFMyI-mjmxps6o9uNNHFM0n5e5UdXPkUQ7HWoWAwRhy2mk5MxBcPJLWF0pMueIvOZA2xCTGjVT9t5PdPm_InVofnncd_sxQvdLwv7TyOtbh1ZNWMgF0xMfsFOphmNGZ-uV7I6xE0kgHQwzyrWjyGwF3z1WyNQSj4bBNUSalerxW0dE5avKVGUCe3NyoenJ7iqFMvatV0BWEd-pRa7I7r-K2MzaeTXonpi95uMSYOXWqleKyu9uBaeRy4n8wuuE3aqaHZooPyAGe9FqvUt9vadWacd-2O5Fzpq2UE7Du235RQTztm7ecySvNDzGBWP0kxV5fLwwYgrOjplsjVJ15rJW9PAfqbojiH_LyXQ8IP6pJ3sVRcvwtiQGZ84_7O7lX8IHd_Tv86RkaHaKwtMkBkbgoJG3iglOzXns9sPqDdx29JZ8P_uT25x07Nz78u5k1ep1sZ9S8Fbx7ejbP47yahRgPAAXmDCSJPV2vPHiT2Zv7wYWwNoTe2M-wcAiWqsNT5TTfTJyx-mfchI2dqjXHxm517tk860Be1NuWh_CCWFGjpCqrQT75Y6YfSh6N9Hj9r0q7m9yCVf4B4hxnJ06LoRMqepmvTKtNwRT9rT4mRSOVxhq4taO8PSQQ6DwuPLgD7StSsSTUi3h7danq06UqCVmVuY5v5qDCvw-CD3RnaG2M_d96TFyPbcoubSWwsIyWPRkFE4qsK9kfXXQk9j9AwLOrI-fGm3TeE5E5G-Rlo5cMcDMJZGOGREJbqFZlzt44uPTWg2SJB0pvVo9U4PYEZIjtnfZ2sltgD_Y_ioKf7A9hpdT2-aMCRHvkox3dIrM9KSAWr0R83jSScW0lZqUjeWWtb-Rrniv4CPf9PpdxK4wfZJFwz4hHO9QIiqv4pJdSMe7YGAVa2WEmGfp1i0953O8YvCcMcmoE5X5mww95135-2aM6_leQlwzEs-OpBQN6Wu-jqQQkwTyL8mT2dHfDNjNFTiF1Xjy4qYa6tJB3VLtMPx-l64735okObZZsk1e_QvUWyDcuZcZCTgj-aK1ZCnlFXJLzv1GA5oNbc2asvcty7uJM0O5-ZzVhN-sxrWE8jerIcqNv1kNE3Lti_1Vgne_11LkWTHpmyu5D4jGeyPFoZfrFYi8HJzLYWEBfmVqwoJqfTz-RtFNa6rR_PfpNXMqI8zrfm_VSm9urrGGSUhXwEypKzrvlU3xeQvI9VUGvJljtTJv7JeCxuGveuNGsL17VkWgvhFsIWvh2Df6TIcuLwtAz6nfzG-N6LsRaH8yvzcCzRtSGEpLx2ORxupkuM3YWT_xPnmPvUehAY7Yvbew6VhJEdOhCkuP-4KhAQpKSUyJY_8PY3eRPA==",
        "code_version": 3.15,
        "echoprintstring": "eJzdnQ2SJDlurK8U_CePw9_7H0GfI_dNzbRZMGVWGpPsabXY7s6qyAgScLiTAON5nmc9F-PbzSR3M7neTGk309LN9HkzM9zMijdznotxT7uZvG6m54vxc9_MGRcTnLuZ6m-mtZs5_WIiv38xZdzMyheTnngz6WryuJnub0Ye_27Oupjs-80MfzOzXUxRIL6bcm5GLv9uVr-YKsd8NytcjEL4Ymq9mR0upsup301KNzPzzZxwMePpNxPqzeR0MXO7i1kj3Iwc5N3YBd7M9vFmwriZ5i_muH0zcdxMqTcj13szerCbifFmir-Zdm5mzotxuN7FAEsX08_NrHUx3rubKfNm5s2Ekm4GKH03MbqbafNmTrmYBK24GIjDxQCH7ybjthezwsUUv29m5JvZ4WJq2Dcj93k3pPd300jCF3PaxfTgbibtm5H7vJs6b2a0ixlyrneT6s3IuV7NdP1mkr8ZOea7GVejQHw1K_ubqfFm1s3smG5GYPluYCTv5kBIL4YUfTEnvhsyUr8ZkvDFoCj-ZpxYBqF9M0qQ7-Y3munfU0VnXozL4WZKvJmeLsb7fTN66HezzsUE528GiLyY5W8Gl3o3keR6MbHfjCbq1SRR2HdT3c20cTPHX0yWnHs3vdzM7BdTRDTfjVTXu7lrl9RuZtaLaT7cTNk3I2H8anoINyN0eDUj7pvRQsCrmbHeTIs3s9zFLImfd9PrxWz-czGSr-_mqj_2HhdzBOTvJl4NKf_VuMfHmxEtezcl3ky7mukvxj3pZmK7mTxvZqaLETpcjAjQuynjZs7NhDhvJveb0Y2_Gi1sXcxVuyRfbua4i8lu3YwE27tpN1P81aRxM6NcTH3yxTRJ0HcDpF1MzjejtdZX0128Gd9v5raA64RoFyO5_m5Is-9mhHwzw9_M7hczJcjfzVw3s-vFrFRuZriL2ZDKi6ntZqa7GC0hXUw9NzPmzZz0bvyT-s1w-XfjnngzYd5Mq383QcD7ADcX8_-fdpGQeDfZ3cxvtEtcNzPyzax9MUHbSe-m95u5KpvY28V82ZUJ62buCiPVmynrZq76464hqgs348fN6NbezVVhVEDh3TTvb0aU_d1c1UkXAryb-_6H5Ou7uasTBeO70erPq5mx3IzA490cdzFftIuE4ruRfH01X_ZOJCTeTQk3s9PFfNEut72T52jR5M04gfTFIG7fjfj-xdz1xzkX49O6mZFuRiTm3ejGX81vNEQQ8Xo1XxTGSheTJJzezS_2P5KWZ19NDvFm4rgZbdu9Gy04v5pv6uS2s3JXJ1_2TrTg_Gq-qJM-bmZejVzv1XTJyHdT3cV8URh7XswE0i7mrjBGv5m5b-bczEr1Zu7645k3U_vNXPXHl_2PmzrxIvwX0_zNbHcztkXyZr4oDML0Yna9GAHt381u39VJv5n_o9Vo_mIk4i5GlO7VfNTcq3HlZu7aJZybKf5iAv-5mNZv5jc7K7-pN3PxZkQ0341u_N2McTPXerOsYql3A_i-myKnfjfdXUx9ys34dTP3fRfF8Lup6WJaaBejJHcxKgx8N6XcjCbq3fxGM5V8MfNJN5P2zdxV0b3eTBLl3dxVUT43U_fN3GvVfqOoZryZ1S7mCLTezSjvhnx_NWHeTDo3s29GuupitJj5anwMN9PbzcxzM_c9G5HUd3OtKAtrXsyXmjHXbuaumfq8mS8VZdcdnZBuRiU870aM8d180Vu_qGT7Ta3aVVHVEy5Gi2IXoxLLV9OfeDMktIvRZuK7URndu5FjvhsJmFfzRatpy-_VaLX8Ysq5mOXCzcx6MTuFm2nrZra_mCO5_m7uFWUqkn0ziqSbYTgv5q7G1rkY5-vNINf_btb87Z5Nu5l_cc_muRjn1s3EdjG_0S4e-f9uwuNvRoVUryb6eDN37TL6zXxRNv5mgruZayfNl34XLfu_m7t2ufe7SOq_mzpv5toNU0O8GTUnvJursmm68Xej1qN3o1t7N196ZZ6bkcx4N63ejAT5q_mie67dMGOvi5lu3sxVFWnp72JqvJitEH83X3Z09s2o9ejVqPTgYrQN_W5u6uQ5atN6M986aVSU9GocovpirvrjV_0uMd_MXbvsdTEqGb4Y3dq72TcT1Xr0bnK6GRX4vJovykYk9d38RrvEfjP3HR1R9nejzbV3U-vN_K-pk3IzV3Xypc_m2u_S17iYYZs-r2a2i5nPuJm7wljtZrSl-2qWyhXfjS7warRIdDEqSXs3avB7N8ddzBd10tO7UfHfzdx7Vn6hTpyfNxPrzRCIF1POP4xqmZRQLubLbtC8mbuyKf1mWrmZL-cLpJtRudOrUUH2xYhovpsSLka14Bdz3w2SgHk1UgoXo4l6N_HczL2S7eSLiSqVejcSiq8muXQz9zo3NbC_G20KvJqc482odeHVfOmV0VEPr6a6q9HS_bsR0Xw3s93Mlyq4eDFflI3a0l7Nr9SJBPm7aftm7srmvqNT883cd3Tqupn7CQJWKPdmvpwgUNLN2AXezFEZ7Lu516oldzMl3MyXOrfnYpyS-rup-2budW5qH3o342aC2pDfzZdKtnwxv1EnXyrZnqv59yrZvvTZ_Hs7K1ezysWoGPli7upEgvzdqAjr3XypVbtql_spADXdjKT-u9FjvZrRy83scTFTWxXvpl_NbyrZ7vsu2vR5N7_pwlHR6LvRcvu7-aKK0s2U8m60rnEzfPu7EQxfjL8aUtbfjRWuu3Yzd3WS_M182ZW5qpO-bkYlD-9GqffVuKfejI72eTfXPZt7n43b8WK-aBcTP6_mrmx-o060ePtu7nVu1zMCvtSq_aYLR20P70ZL2e_mLrbVTPVuWr6YL-pEX_5uiruZX9SbtVwu5os60ZFg70aT_G7yvBkd2vdufnP62W-6f1RI9WruymZJ-r6bGi7mizr5smdz1S7bX8wvTjB7joqC381d93xRNtcTBFSy9G7uuif4m7nv2TzhZgiIi_mie8LN3OvN7hVlT7sZUcl3s_rNqKHi1aRn34yWst_Nv3g22lUzXfd78k4X82VHZ91MRXRfzG800292dH6jmVq9mb4uZuiYuncjuf5urrtBY7uLmQrid-PGzdx3kq6KarlzM_fTz-6VbNpseje_2Q36je6JV9P2zUx3M6ddzJ8iSY00v6tG6zfzRfdcq9HuykbHtr2bu3ZRzcSr-VWfzVWd3GvVvAj9q_mmXcrN3LWLjm56NUlF8-_mi7K51qqJlr2bX5z6_KXO7X5ygXY4X82XHh2VWL6beyXbtVZNiuxicr6ZcTUS5K-my6nfjYoK383_ljqxNZNXc9930TER7-aqXX617_JF2cSbEUa_Gx2t92q-1Jvt_m6-9crcz2a-nz5wVyf1ZvzTbyaUmxF5ejf3swnu1Wj3bphTL-aLdqn5ZkTpXk1SYeC7-ff2bMrV_GZX5n6-wBd10i5GJ3JeTHM385tqtOuOzpeTm-_nK4tYv5t8NaLOr0aFvRdz7VmZ3d2MJPerWfXcjBzk3ex8MV9OUL6fbyZIezVH5Yrv5t4No2LVdyP3eTNfqtGcCtbeTWw3k84_TE2z99g9In_lUNCRsYYaQz1tOzdrzdm1mMeBj9SR-IW5PFOSW1q-6-TsHKdLZec1Qj6hL--Wr2OPFUYcs7oV0TZpndniifPA8rZ9Wltg5isBHBEyK2aYVhwh6gUePq22UfitDx_tpEBd2X43rtrmH9-7uOuRFg-wgL9t39tCbCWtkCpCKNY9IfnT-zRLi_Hpce8VYI3AVoFaZru445HL6PWMGIFofh-43D6vfnZbZfnDDSPU9IqR0fpsIaT85Fl8DSkxgi7FfCYEK-VV53i6gmp0B0aFVFzLK48-Tx1rPvEQjXHWcEILO8bc1lk-5pRqba0xHDXmfs6E7Lk1UjirudoZ_qPy3VqgLmtr_fRoznLkqWcMrunFHfDSuBIjHeJCSU7uqbbaGL5TzsC3FyAzavQzp51bY5zmTHt3npKnP2HGPVUyXZD4OMSMzQeXYxvRMVI-9Pj46OuDNsJFYqkQpZ3j4M-V6xwUpA-BkZjP7JEn0gaqixCm5Btcr-o4k5V3QrfNECAtdRXyXm3QtQI-7jqcV_wOxjTX7kE-lNhhYEJqoZ2cfYyHu99jnq0KinRqPsXtgFe3VBY3HTrhtn1Ty-wJkBvzoWeK1un-yg5pZEYqRB-r_3hn9C1UfdL42pBDzqnwJ59nqHLc5-Aax31-t1Wv2fO9Mrtr1sXI6mLrGVN1pYtvrfGQtU_XqKPM3PS7hense-13dbTaOb3E5PvafuzGc-rKfrQ9aupImBR7se_FP1smS4w4M2FjUWtn1DPGh185xBUDHnbazNPOLtu3oQn3mo1bsKlduTNngeeKc20eiovv0QqadM9GUM7wx2hogSJn3KbbBWw0fsbAPiVS92NXtoGwMbXvtdGwgVi7p2ljbwOBFp11w8P6LHPofKOBekkj2ffO49q074h-8QggCKCwgRSerYCVk6gHAAIeeWyOnoOXzlzJOKHkzwUYAeExP2w4ZJcHfp7jTe-clpz9mgFK1OFO9umzRiGP71x27-HjOXmMdXie5HYj3nbBPXfbTxjmcSevthTozAAfVJBw5dIlMDvTm_cqCZ-NeR-eFbQAt1zaE0w7gMqqT1Zwa7kWXQLqAsXZr7U_dzUXIe_cKebAFvb8EyEfAMyyE_5dUikuLtshTs58g0-82znhSwcgsRkEuM7WIkE3PPA4IHcB_oSRdYY1zsAzPHqG-dgM7nSYzr8855mM5QOWDZef1rnXARbNNkOrz_ojylqzhlcAQGid7NNSykyAqg8WZYwrGCRf3YN7MjwwKPh86vtw5qyAHcgXTnQGBR1lkACGFO3T_yOxb9cjKME1DZ3F_mfe9L0_KGDOX4DpYABgbmuxb95ulzdntdEwAHh6abP5zcTXiQKR705SXxzeN3Ce_yE9AfYzc1vbjcegoGvpBcdK_AKcKa3NkDCPjWDs06ab0SH6ag7j5BaDDyquJlsM3Esv5sBfywJZPNi97YYCeaMZeEzPRDglrca0DpsPr9Vf_Bk_XrE1u7IH43BEwsWgiu_X7XF_fqdWDK9sXMwZbELt534AysLUBsJmn0RF0tfj2Y98IlQTZd_hKsjZRiB8izbWLGaEUoY0rvWn98S0MOowHPmB_XBOZJgcRE7gDatm6JxNhUGuABCs8zAP5nmX03kAeYNdwKbbrnJSno9danJXxzzCrmJf_oOTdld2z_ZzH9STIxlefXKoHsY-_dwVPwDSxtDtee05IDIHAA0j1Kx062Hr9vjkxxrBnFV64p7Grr4xgQUX8nnbk8fzlKiwY_wm-VNPRAohonJ-6id-GbfIFK2Po1uUEU9B09TWT7wd2M8yjP2hefaAmkZnlzJeZwFhP2Lp6SfoDIEtPs7RGdH6NAugyB16tH_EoD2gTS1-QLxaDGp04UKVkThLp2Y1-C1RyhOAxatDEYmwT0a0-YAanlJAvmluG3whS9ZcUvZ8YvnXQ3u47cBzCmOB_tI-yAXRyRrEMCCXoqAwl0Guh2jBflf3tQLDPTXcgtv227531B2YP-KBK5ZsgTigcWAEGWL7PvMmw1ms79LFuRsIxChB5niuzPN0Mk54yG1Np5Dspq0Fok8EmodJ6ZnR-VLgWeoQTiGDM58cai6aYfZaME9a3HQRchhFp6qINtSKZ1wQKS6mQ1vw6ORi6XzLKsWYtMURiboui31DFae3JwI9yz-1h2SJXlu0Dk26mmHO5uYKeStPmGxOJK-EvgAW3ADHLetucHNZarMcbwncAsL86idjGz5b8v_AvxKkeY7BQ6wH8I_o4Y5H1U8Ixbnd3g-sBRYdVvOF-e2MNh83w6EBfmb7NDPsUkZwZfkIyd43QzM8onb4EeibiZtwYF4lpQQYxthFp9A0gSwALDfPXT84ACkkMjeQlPEA9DXbpy6U-Pl0AXndPp2F2LBfs0_9IVTT6vwjj1Hsym7bKrtLE-2URSH90RnhhSlXiWMDmlVPBXCBNFP5pIFJqBmP55CcAc_u-uEJ5lbIbPMu7n_zGelmQ_uVjMdBqfCXNZOfvscEFwh8uwgWYwKjGQ3uWpmlDeeAAnBF4hpJgEOE2EdZiGz-e7gnhCMPLb2QVHhVJVmQF41RL2eDLE_md0pm0loeCAuGA4oSQQUEA0_rxyJUeyNfA4droM1G8dOBZE_qOgGvNIRAjdINBM7yyLnooQoPXw9vqUxpRbon3A2S5vDdnQN5E8oWuFWt94AYj4AjQjlJ0HUhE3HaA-kAGXAzHBT0I3IDcUr2wW0qnE6DXiBEiojJnRWirORn4fmMy5klhoKYRTyhtD2QTZp-0Ds4oB3ZU-OuOgaA6xSyY9ThfbAppm5sJnmRSucDD81g9OLpIn7OYyCdtYvQ9fbYJloIuLUCV3oGGjTaqgyBqtP42yPOHnX_KO0KdDFyqNy4e_Ql6_n19q2uNgW4hXjuk4tf_AiqMCeUTNVhvECeRwwulDBQh1cvWHCFXYIZndTkmZQG0yx2gSPsa8qyGUVXZqvjDETfJCmA76h1cIK0RBKFU5RCBDMoB_2d0S46gMnFHXXHsNeDXCfiq6gxrt3q8YwJgX-8nSoYDg4CmDoJT71JsDwktkVS2xu4z4urDRIEUD4XkT_AFd2k8lJKzKoDgjYjjlJ4EPQuMUBJT_U0-QkXh-zr7yT4-hkh7gbSRiSMjo_HzxMBeP7wkH7iq2RihpNbEneHuqk3k9SP6zDQ4hGgP1xXnAYfnsUVwWsZZOymlW-GqtipFlCzB_hs8djqFZyoO-UbqUOeh8lts2pRAYfss3v0fW8-DkJmZOd64t8h0j6vEMDvTQA7fIzcixYok9_ozDHSMg9PfsffybWkP5PYNlnOOA78hmdoxasKriXGivhPojKu6YfJpAf9SDZbRxSHrFchn6VW5vn4haIiQHimtOBRsIYGsMOcR2w1w8w68Eju9L2QKXC-Bs7zZPZuuIOQlKAF3BFNGtbluAlxNB6iJdGKB8KZrS3tTGtk3v4ZakXjMgq6QgBVhXhKAH42JY4YAd3RMSUjkWcKy5KKmNvhL6Qcr1SUPjFIkkrkCILwr2jMenvA6XBnC0TCJh6LRnQPvEAhGefcWuEApBSN8NdtS65rk8uBZ1hNbQkNXp9ErgGuG-yAiId5VRJxsjDN2kezWIUNdG8BW7i2frIei1WPyCo_AYtqmh4PU7aXIgCPYXg2oGSZn_hVoxh-7lBGmWuR05h9MjN_hPQhFhKCbA9oDNQoZS2fEfNTuRbx7JGBIan-BQ3dpMuZ5gKT2wFXV2bVKfBd5y7vOcmDcQUwD9HjuNNApgs1cd8NNM24E1xQ3Och-ucqgHEtsJ3kiaJFOs_C58TdT7hbIQGSj-ewYG8AX-IOYTIPBFnboYQrXr0yiPdH7BPSiBBHgn-Yp2Ox79FPcT9pEoxGGEU1VcwyCayqV9YpL534SP8XYf7TYaejwvcABOjZ1tugx-N7Uk4cc084QzQY4lZWJ5jAN-g8CSkD8mBGnLhaV2Zfq1RQu8BrmEgy2ZHYgkPAdwPRXGzdtddBaIcSoPi95IXahMA3rui5A4JGLzwNzvtlLzXuojBoMUuU-LebZH8iEQ5fdaC1Z54AVegflIJvxD3AAs0nAov5YS6YU9J2e1Ics-AkCaXRiNyYO2okoQzJck4hwbe2OYhcvSiDpyIH49MAF1hbqvdJm2fk-RGdYDwPDR8TDcdzXQtF4K027QFWdDbfBrXH7cZQcoPOdahq1qqPBwWKTS0SAJeHeBNSMBJyNBTFKc9B0EAtifS-yNvCR7x_qQhikXaIQlIf5AvBorCeFqFgBA6uCEVgCwDxJk_KLGMy7xahkUANPxEKjOGND6piQNeHFuu5RxwqaOHYIvQnLpMcs8CiomMQigVnJRxhCp7AN7nHM2wcovS-pAegb0wNpD095L7FsCz50hP5Zaitjrqq2y0GnwCe0njNXqYC6FVmElq73NSKIcIjPwWcBNMCgwOFnod5y1x3oaWBVoQRxHczvkvv8NJCmK1PiXSSXU6Z0qqFbJCIrQIHYY7JkPwizrAHyoX4ATiZHhIraZD0PpCKKCJnh-2mgXOjFrTuDQZAZLQmQKInLFGVGfBYjBlDl_EQB_wZhHVSDiqTLNrJJzt0ZHNMKAVmMMo_8KOj2gnmf5f0GXvYlPcgK4LsIEHQPvjZ0NiJkpH0cKjJ800k3TJWNYEshQJDg5oiuwujki7LmDExeKmYsMKPSOqk9c4fiE0PeeooOY_fk_Ab3F6pM3S9cdULenZibBmJ-GFQlV9FrvSHDE1EkoYD8hK_1syAjjwuTGCXFrSUsQCztrOSIX4XcTtYCurMo4fJpA5nZmrICqoFrjpsQ-vrEGcYJ7yB3M5dclMLXsTvL6klHo1sHY-WAvLh6ys5Bf24GUlipmjhl7jhH0E8onLYp5EQXvYpfKh0-3TVPpP9mn0KwZD-BHpEZJNdGX5GIkFcIyZIwOh5JhToxRuQgxBvICLIFaBLhYcai3zASMpDnoqER7U4fgoEIorB_sFzoE5QK0hgbeUQi-hG5pq83rY2ewYwpRxAFsOpGkHS8MsF2sHai1amiMXMY-IVSYkGjQ1uEqfMfevgH-MH44Pb1Ug88HQxu6JwexyTCGhygwCoRCzXxiMqAxW4sxO0wsH9b1HR1ElQYD5eN0YkgLSPQfJc_C5_r2WpSoIhdh1BALKGTiDCpQJQIkHuBZFwQMgXYYIHreJFPQJEB47XlWNgMt3Kqr3e-9YTl03KanAmLSiA7PCaSGpEnkGYTyQDkA-4jhNwMVGdsQD5XHOkwqole3wZ8OjSutxLwZfUHAHdS1srqMwNwzm1DgL7Z77I9iTx0QC3A18EWFImvuA58H7yJTfCN2o7w2uVmZjSW78bvE7FqCs6hCwoNrzWlJucnuABBwEy6EBWdiOhuMaTjk-7TdLCMnQbSakb7RvEB0QDIHYEMnAQ5Z0eVkcA8zRwbC1oe265cyFGilx-CsRUjB3lPZzbWzMM6YZBIQybBFWFdQVtMJzItRv5BoqlTxegRPqFiAOQLVsYuA2PZd7U3gTTRT4g0ReoNYsokQdpMjBFTgaUuEuxDlK2thGnlOOoE3dHQPKLYca-keYOtDoIae0UAOZADyQfklHW3B18fLSyAwV8xLIZwqLVq535X2IJfCYnAt8j1VzAElXdwMcjcgmRpHtee2srdeABI-EL3WkbAJWSoFoi1Y_teShHHYEQQyyn0eLs1potAgswKNyudnc3VJjUyDhpQRquo2WUkCv0GMkadXgK0jcN3fYi1yKacu46qA1sAc3no0lEx0CwoLktow4HyvIwnG4WwqOb1pN6lIZISIcJOHCT8KMlRwUtPrsHWoAioqbuG6JKFDvEI3_f5GtcjkQPeQKwSI2MMYrigVS1IWmBfjcX3ZvUw_gyVT7wsF3rOYSgfUoOB5JBkA6QaY14F9g0AQkqlhy3Fld14xvvTfg8ym2707VB6MC1BIkAtpsWwhaxReYi2LwW2xkVUPiQqvjCxnyEDJihetGijBV0Bvx1O0NdIHYgKYk7ohTRSuh18hEaTDtJkBOL3-KcDheCkGVozSd-SWwoY82VxS9s1weLX61i8bhANAxKO4MbCe7G4s_cmsWv8tBD9PVp8Zvh4_CtDiLD-_WSc-CaxKpdBVsnAn92ThI9XkkQ_FIQI-LH-kRy3LtbOJ_itSS2GSxF8mKq8eHOhCicIRz8JI68LRrhxdJAU_vBGry_ohuEZjr4g4Ls6donbxbdPzGNRNeeMvFcYGbJAtti2omHHgGD9rJ9iAhp4J2nJpF3C2d-WquhXotPjFpV6cMT3RD31IJE0noA3739FN1Wlh08GH9Dnf8VyZBBT07WUqCC2OFL3iJ5BK5j4Qyhbv0ggo9Fsuhz-AnnZ-DM5ghNO-4jORF5vNiypEW3amI2glSHGeKJ9giky_F8cryXFiokTXRL-EQAj3yS5XPoUW72G4Oo2vBuv3D__aEBU0s2SaTi2cvHouIAg4fEuMB6Cv6nRArIM9OMV-WRi7YaeNJYxXvgXvC5ECC7g3iDAg_mKOvtJa1slc3wjHEr5njeRuad49iV8eiz7MoI5fPYlad2GHEByTGuPHm-TuhEiWRgzi-0FIycZEyAVBAWlQFX1eus5W1T26F6ZwRc5ISMYnsg5KAl6IdUQYAdplbJloDBE0nQQr_A2Gmvg9EzsVGmytaz0i80hVvXjfBbVadl8zAwSmI71GfB_8h_BI0NCdcrLiHsJtlGKxBdLsT0NNwDMPGD63BtFdHoa7Xsgq_B4LRHx7MDu9oLlSvxnMvCVHUnWQcxc9-449EC19wNtj3JmxaDC7ZQLAa1ZdIsBifEShmRUVQMkpEhelGbTmgW-WWL6BoeK2ZJcJThRqEddUGiOrgjbW_uIYeD0KMBJmScq2_ttWmjC9Lfkpa7hufiSE1uK2pnAqBIW4EAY-cBtNoF7TqwbzhxV_ZHSJSjpZUMQ9_QXNJchh5o9-Xw_6RHiyiIQ7IxQMzAfuFlbuCP_mSRn_DALDoKKOsuWkKwj63VBbk3zB4SpsFRkoZVreVQxtUqLkA06dWJNIDJQsxt8uRUcG317kcGGnqBVi_IWuU8hTnKC7hvAJkQD2YPMTTyiVDwTzbcLdp8Qosm2EslR2SEqnbHanHk2oHXfGIfwonKYmZRDcAAHxq7YUz71OoMQcQ9wXB5VmIForZ7kzRAH0IltSYAUYNFMD6bBBpFJFcE4GfowEZoQjv8s2l1j4jJXckudYBCdVY58r8P0hIfZOSZBa2sk6ua9iR87So0epBlkBeuSjoP2n-oW0lTdVraZUhQl0pQISf4HgSNqcUp9YRA7l7rPEr9DAo8vOgxgxb_-PXBCKvTVwIqaAvUPTFrk9JWDglpviwQrSBS3LEgwEB8bnYcZ79rn5JNCQFvrRP4rK0pw5SXycNl3zt0ijkh8Gh9ReeLhYWCcFrtDLA1yHNQQQhjL65I_nVgBPmi5-ez3IJPR_VhemJi6-1ku-G1pETdWCXaEE7SlHyGYNRs1kf1Wwlps7VzDA5DA0QuVZjsf0YDhNpwGLQ6UCxx1HeAAxX3MwZwv4OU6Q1aS44IDMUWIlW-_JF_eSAcQb5ij2IkTJRXQWFXJ1bD7cfUvpGkdDmkQh3PtI7KEaE9RWstZ6gVMKnIzU60hWmcIvnBj2R-v0oqwxIgyaQUpCICmsDV2lNDZOPtUFmefE_mA5oFpFS-daKVC1d61rJSRHQ_Y880ZA9DegJyoMIvyUXtjCG-FIa2JYEixjYwYww78iOVpNq7DNPR4hmMeZKbpujXBrEDXjfthRwTaNY6JHoLT4CqayVxZpW4kjPknYDrwJ1U-cD_EcReZyVXxjQ9tkvRyBeJbyeNbNx8CzDykhBWZb8qKfCHoxkNkfmE-EgIVqtK8SR1ELDhP4UJTYPxJxrRPQ-Ua2u_0KN7u3Y-N1A2V61aIozMJAJT623MHKwNSFy4AL9FxGsRg3yglSGYyrQ16aDER_5a2teC6fcBgLXmmlYCm0uBydsqcHSio-AcY5lS8VrTDCuS6ApzKF5Cmi4jx1a0jBLdc6R5dKva1UCWbHRzmtrbEHfgHhlx7U7B9PgJvhI6SxaRf3qtj0SiFUkMTogOaBVOlYTML_DOiEWnBasHUk0SCwOPbIWQnqp_ncGyuS0XNpVQoE-04IQ_Ed4KDeZRK2lZf4PoeNDaq9pNB4Pp2RHUW9Ud84nQNO228NiPsAm9PlyG6sEhFnSziNmpyoqv4OdxrqB9n9O0_CgFgouiBkMlXQ9yEzIY4T5yZnQIbYhJ7VpaQMlkLQ7p7E0YuF7AAtWuWQucWj_LU-QC0CSBEMBFrhoAh75mmiqqBX3qQDfCU5HzWjSA0kWeX0yjr5yZGXLDKA1XzgMA0R1AELSmg9RrIqWwU02zahlcqFn7CJmoJmTJnmODNP6g0iC_GZWCRuoqjYKQA_0FHaIdsC2CCMlWPYJcBLxntuLUXeHZEoOQY7AbjmhngfIAsHQoFiCFnnPa09YPkpPRbKA1AKX1ceBwD_ek3qCixMRkQMF-gg_S6GIDTZFdQ0oow-qF79FPNEepWTWnyOiu8sMa4A_8qJNPkh6ndqnn1loBEnOj0Jx2B5R1QEU4VtWOtypLebZODHZYmRFpeMrG_Q-ZVjJwPNw6aZskTkrcRAnaUSXJsIlCPI0gyVGqrUpVPQycYquod2g1D3ULcWkqY2RqVO87mH3ghjFiGpEIeApwgehSxtTOOS62HhLBBPtKt70SaCnoou8jmr0WMqq0Jukygp8IABWnKRNCJHWYclKyQ2OQYI8ngJWBA2nlBxmMnEBvwP5VVVwAHvuIMhQehHY2OByDlVTM8JnxGYv4ezdkMFCoo_J9WdvjAoUtDrPQDVNtjGkmlZSBBtpMhgFCsYHFLBGFzxOgSXVbRfuCkk95wxOd3uwRYX-IeMRM9SlX1WYXRIgBqJbZvJYqt4U9TpHWQsZ8Yp-LBhJY4yJZEllh78CaYdugzQthoBPFMiw8clc8RusCqHQ1UXDxhgJZyuCKBf0IoZ_RKVZOo1oeYLeZis_GZnBeKys8_7kNNJw0-twf-oH36J3QgmdVvHMvE2LVHjjDlrhRYAFxUGJcTRTnP1_ewVEkIQgq4Nmjlg8feuaC9bY8DZGS9mCchI49B4GM9z4NQiEmr-MuVXvETdajkmx-WHWvSfOEhx5hUmasrApwQ4lythcuqSJnik9GLWAlrSXqAmA4cL5VC6iX7G7cftVhPcVIOIkKroEq6vyf3wkdwmzB8ET5wMa07P4QZG7yXGQvboiM1XYCYMnRuIZch0dusFMAPYDYPahqjISXyyBOI5MIPU_E74L4ioM6EEFk7-jALbARfrF0-Ax3GOCTGcIP-g4pFe2k8Xgb-oH-V9UL1Jc8BNqqIEddCrFG7QgQw8h5hcGQuAJMgATVmkLwSecNBFWPwvYqS0WPbelWkhmZkWxcK8GqJJ5V8woYEjroW55Th7VA25lB9WShtSt4ydx1KA4KkZQYMgwpoPazyC252hfphbwDEo6bZ24R0EhcRINvQpaHnBOmeqy3Nh-aw5m0-YUeWOgHlArqX4UK3IxKyMmc3AppDv4XgxbZXd1k4QYP1YFncHZ4zK7gLXkURkfE2PIMv5y2TlhpkIwq0ZdJfx58RXQhwCX5yYWOa9bE50A67gafAPHF2-WVWcsAOm86bhwbh1cFY_Zb_Q9NmWfpJh2g4bRKsqUAVYUKnOhcERgw30EWBzGgSjAIFTqbd9YJsJGtH-NIWjX2FpJIHXjvRKYi0PEUdBSBxfMidHm2oXYX5AoUrakcqTPMnnEASAhcH61jE2lg-hNBoK5TgGeRgVOFA6NGNzfVwVPCdGs_VJKzVKaIYdmOa6oIlmyIazqFkN4cMZ7DRFvZWGdEV41tDKRfMTBX3RP0DH2-oS9TC-zMtkZ8oUVmQWMAiu5EstBCp0Da1LgR_FAZIzlL5baFjInbkEcP0oWM9nSd0Je29sQf_xChKA4SQ4KaECI8atX-pV1Z-0PcTx9a6VqNFPaonHe6gFQgMlTwU9XvgESKgJ4inEkLOTg_0VIQLIWjjoN1iS9msAsZVkIHfncYqKyeHqgUahn5hlcDSJ3khSTaibtFpgCNVtksDNY5qxvZkHoHpRjjoyaXCGQnFUguGEBUL8_CE1DpiPEyEcsw9cIoeJg3jgREnSHPZsC8XhM1fbJ1Qu4V4QQ0M-7iLUCbFLD6dfinqnqGxjMsMhQkgKTLUC6CpQI6JEmedHdSJNpOtRFa_4JDkJIAkQeWio-U4Qjux1YQwJOW7Ix41fWQxKY1BJC4ulpF8D_-kFVNlUj_zB8i6UDsEOBLqKoJYcpcUx0DebkWVV89IKjKtCCIqziysjKogz-CIPjydAsED9oPqNw6Okc1SKAtMwDAZ1uB4oeZY-Qaj-zBOGV6citqB3BaICbMkPyhVq7mRcJz3LgjQSmRS1QtNN6ZKuCXhptZ9YAToG9QM1eU2LU4sf1DZGwSUGbK1HbHQ4kmef6qGlFU52zd0E9FE8oNJ9StbSEhsJY-oYxJleTlATT4fRRj1f4lROWoIpL_LnVx4LWVLOeYepgYgSoWCuVsnhje8N-lYhQtXgSFTGHsg6qZEa4khpGTCllh8niTMnlEDMQE__JFCVCtJPqWAhBqSx-c3OQX1fZNgPYslZGqvh-cZZCOadneVaDPgyZtc0u_RqeHTpCKJbU4de7eZ6zAIUhnUh9NAEy0RCutkiEGMCckSlSpF0CusYqgaFLojRHjA76Q4DdpGfk31wOn32rkQptBHiCmeBYRifbhYSFBWiAP-IF2TqOaK5A1xCWOirZgunEsp8lMIu44GbOoJXJ-Fh6I6ic5MKEgblWtkfa-kC3W-KqzbI9cmN_Du3qMBCHs8jiv5p7YrSoAcI0oSsiidmzg9OpgQRHUTtonqKPKh_TyNhXTICJQG49agWJJ1n6jem8egzycGTAEsQoXuKHmnNX_yt35510ZcNE4WLx2lANMtdn-JPpDestrdZEQqQNcmE5rCxIyzK0KdgFQN2KDeT5ip0FDs7Q2p8NGGOzEU0MseBTYLYkeNaHWDOA1J6DjfBZoJMDhQxGqDQGDF8BuQH-H-FvABzIBKFdl-FQDlLbnJrQk7gFmEYFkiaY6X5Ucc4cA0BYY18hTobthgK7ha9oBwP34uqhTYR3aUxUI_EWLsqq5FKyVQWbekIeOuJGTnK12SvxCy0Va9LNgB7a5eZRZtDQR0RLjiCio72mjRtUAsQl7_JIoZBKUZ_FdvdIYhrLU5YVPMQWIYqi0DkTwOsuWvKKiz227Im4THglC8VmcgMAG7QAhBgGOqT1C7puwRERqf6boNZKqkcMt9NYOnVUDJdCiSteIEd1ZC3wqkC4_cc7vah5L8hbiyGVoL_fQGvTZWbCTWFTNnsv8xDmDPy3EtfaLvnWlqOUvVvHooUVeFTtDA9xcFvYW8Rbs7RAUiE7R9wX-KOIhmnCEvIbXezC5D_ASgVNysMPqgWT5YdIWDXccjtv4vLCYq0ObtLgn2VZg3sB07FYHBOSpnCCqS-_RVnpS23lW7d5SYYqYijYXCaYxdyNHqbfN6yU6lVSPalMBij1gUom5UMALKRO5JmX1LZHWCsIJ9VAJAj7LYHF_GhlIj-XFONX7U7QOizjxA6FPOhZWaRz4abILSabgMX6oK1YvYRNwLLyNf-Vpm2Bo6phAy5exbmRzVaOYiuab1CwEJwEY2-GyaxdLT3sQQhAsMl8SY9OCjtr6qlryzrRtrsy9z7qytaIMHTOh1X-nQmIyGJeIAAdhmiDNTetDcGDErcOJ1SHBCEPDRn-8tmearSWingZcEuqbiqojdPhWUxlIR_GqIWU3Ndk9qnUBQ4fXkp4EbVGtjt6koWmU9oXW8rwQfBIH-g9aDoBreXC7VdFHI6o1DZXrM-kPIVWQbVofgKLiiVPNpsgS1RfEoXxXtBLHxKvkqfOwCLc2zLnwA6tot34OcnPfq0MA5gYMSV6jCI3jqXioZAlgwAWSakEeroEW2VBBpgR6rd4PgepUfWlX8ULV9i2ZWAVwXnoqIEx0BA1O64I4lErbmREBjWr3vLZ0GWHCjdHJBA-wtlxTrxdcBkpIvtf7U088aFydDBRmUXmKygMgvqqRx5UJhqx-1TqLeJpaKNQSYDt56lEBlWAt-GmOktIM21Fh_kOaxRny4nnwJkZRe_RQLCIehz2Ic6YaGhn7SVrU1ZnTjH56oLEw80_BFZIkEDAqstdClpp7QX-4yJEoOlutVE39QwAOX5pVRKV1aLgRE9IqD-JUQTsBWz0pQ1jqEcANyJCqnLt4rmprhUmQTC1TaOsNsqA6fC1xg5DcmJIixKmRFztKA6TWo9sES89lqwCYWiFt0HDEEglsRSTMBuKeDK8LRIfKKLpamVCU-CiM36lToduyM3GgGnhUCQ7zrOAeOzRQ_B9S_WhhTQfiLnxxeBRtqmEDGUmdhDBlbTIj-DwxyheSlT18NvVE9mCyVP5MsudT8OA5EubqBNO2bFRjeFHRrkJoQ97RDyoBhioSdb3mcQi8WYPelRbVjLUebU5-Np6Hdrg2NwxXGiqXZAbU97bsyopHSI_goXmgpGqNfUnbkyYrVJt5WE9p4F2W9NGq4CMuAocqAQEovVDgxTiTNtcOI2lHVixyfBAEcFdpPcD5k6BEc8ED1EBLloIQb50VkDJxD8lFmpJStMFGhuHeyZNZCzBMJv6LblH7i_c7PxJCaI4DL1k4-fZJXbMT_x9QxdgJjmC13w-C2auZuEct7GmHBPxyyv76Ua6hYl47r8CL66lYGffgI-4emaJ1HSFuWLZGiooHGkFfsijarA_VBWlxXr2eagdYJTLHqNCod5kQJTpqYsMZVbCjmlvI0UxDnRsBHCCcyNzAadPOeG4tSHfhc-SIifhfW70OBJL2jSZwBKGGJTm1gurFTPMZ3C4-wxVxLRBrVJF4fj43OCfwCVZo7z4Evba-quswk9zD6Hs-JLYIOVJ_ixBIR1mo8KbmbapkPN6rPx7JbVwepFM7pGoW1MapFgyBiPULa6n_iMlvO3uLAEANLFU_S1sWIIPxkpyAoaXK33vCE3HYpeqDmNSss-w1rVnl6ATgo0pMCBdpFIRHFc2FWFVzHoFDeKvwVqUBUXS6A0DQelU_quGAwFePB6yQqyVzM_7ajQSr4Rw5pOVcLXI71TAF8ATMitw9cxT21iY0qiGrBqpLiDJRuO7U6fl4GTlflcuV2GY2Sf0i4zBo30gnlfzLUOGGTKsrDV9pKu-Qkqvwk6kD4pbK2NTjod1ytZ2JQVivs4PhT3QMwB20aqA5hzDj-Enl_2daymMEFsSHZKPG4K2NNLVJQYzU8TGLDsFoTLjKctR85J-qvevlVC1YpcCZ835Km-KVSzGs9tOtih4mGh41rULGaW10axUZtkAwDBXHgJSxZ5z1UeUqQ4EA1bpbBiosUgoxlTIhQuJXuUkBQ5nlLJ-C0blur-W0k0SDNvQ2UpaQnl1d_oqhgx8z1hraqfqioEWgCMmB6apEFtGlJsVqp4B4zTP4_XSl667F8sLMole96jnUUBFUjhqYr3y08ad3kjENXaWcS20werG3olK7n5CG7mxBNCmWya9gAGAq0UW07py4ewDejplXZU1HqcYDia98G4CpYhVuTJWxPLEiAhK5tZsIsVXhAnej3uQzzQse7qRtTYcWMnElSI12WOSy3MIW04xH25--qZRWqlUdAT2QOLTMPtVuWz2YFgA2e51bylMlZVV70joRJokM_BWwEHYR4mprcvDcrbUKfgO00R7jP-PX4zv9NX4ZOm5LQkoVhdXi96iaBc8W8VP3DV6kDj4liNQ2_7aCBglRqvazLAGkHgqPGzav1WOLfUiHGpSLth5r1KkpdgOEDIkCPVNUmMNni3_niVWvn5DIIOdQPR9JNPWlFabYto4WgSI9OgBGR6vAZywueQAlS1h7O4bFWvtXsYi6umD96muI_JRFCvJCS_VoH4taVY6qg0-Hux8VsokuQPQh6Yvh0SJDaUs9GeoYzyqArWrpVzgDxi0yf_WT7ZWyizpLAVhuCMG6s326ktbS1b7786mKyj-_Zp_qyIhpn9qv2ad2Pfs1-9SCLgCg07o97MoTjgt8kM90CoReKwtKgprq6edmi7aGcA7ctSuhAAxHOY3ZDSg04Ara4wFGwAo8dFrG19ZKDgv2qf071YYEnRCzJDfdaVBO7sxrEY48W7SErpd9MSuJhNi0GVHO0XkePNt2ktFk4KXFE_3MKbAzAlNpc0LYFSlbx3psVfehzGIDHFRDxr3u1JpaeYk6q-cT9a2EiU75YLAeKBz8GqoSn47oD6hbXBcCj-hViIG7yIhHqyPVcCQAMuiRh7ln4uFiRI1W3gjzifcsVIswGiLFT6tVUq26Wt57dOpJJeK6HXW5dDaQumzLDKot08LBebpXfiFaU1MzBFwBiG86k0CZykMcIRFRad_DLZ_MhDNLSEk8sO1Pib46s-CaU620qj_JWrPcXU2DD5hWAkhEKj1b3daSqFa4Suw6rWaQnbqz4n3tuk5yJByT2yVlIdG0huS9O9BjyemTtZQEmwKvgxrcLYDAuZ41stAXNFRVvXd0tQZS3tKWeIp6rXX9oBkaMQ7Vy3aLRh3t8sjlnDaMh-2x4zRZhXtkXyYAyG0qm3t0sY4j2NE-gxE_OrGpE7g6aJZ7kl6C3gwtsFdtlYDJTD3_BAmVbxz1CcKQk2sqDsGLRYIRiEPruFNHHen0K_CKuwIAGpJrRuVbLQwhL3MlocODArJ2gqkFxqRGcZ2egQfD0PLQ0VIgNTIxqBEjaYGEPKDlRZ3m1yCAsHKVo-oQ6KwCDJ_VW8pkBxKJCleyKu_LcOJmFYkzGOylXQg1WXqckxjTVn5RYwKcvDHwXsh6rAR4tyz6phq_5a3XzoWgN_vpvUZa8VYt4tJnXm-mKTp-FC-oJQGLXq4F-A_Soro2-35aZFLd0IKRXo2Nqis5FFSqPpXC8vapysiyfQqU1vL5NX36MCGoaG3vAOjrjyt39Hf9b1x57aBR_ceV0fiqj09Lp2iQ4uzKYyXb4CxkIskr6Jv1_qjsalh9EgG2ztbBMgSr71NbXwKU2kgOXI1I3sQiPGu5obNRuFOnPQUUzVJDMPqYG1TRBhQGgbfVBr61XA0zA0WzOleSSi2mTg442ktU5oZik9vgOUx3hchkVTnrcPuoovIl7cFnWinT2r1Wb1D7Wm8izdgpaV31m_y5qwxaPfO9T5g-8I4U8AO80Uki1mCgioGtlWqnLWvX0ThaPuE31cEwhbzQRMt_uGrOqNSmlumiktoSpZly4S51skOS2GESAb0igtl0HASSENTDV6tO29FCZUpwtYzGICdGDRd_acCD04Fn8BRNMw84tDQCfyRT8Z3EtqiOy_h41547QK5OvqE278UkpaRAQJXCufEOGD9hK26HvjkwH9KR_Y5WgKGyAAXS1HNxsmaTlOiJnJGjtu21PkHuinuCghuXCFVleYrFXMntDrBd8DQwFlfRGp7vKttrYq7AhFvEPEokQQq9OHOVMCWJoIPUJKuVrv2gGGMOOj5Fx9plrZipcUbnTfgJaI9TUQ9nj2y9yiMBV85vlfsxlyMWbSSrepL_QJUEZl7dYk9tTkeuqZbbI8z46xZPghpO9YN169ZYGeoC__LwSdSKzpJXk3EPdfAgaBVtDjyktKaoQ-kZaW0oBDWra-_UaSYBkN21Ggv7bkEtATwUz1AUblOLYlCppuWIrX7-pAFY-Lv6syKyxLbfggrB0KoAK7nbkzyPDgfJ1vylo9w2oiqpPcGpMU6BbWhhQKHRIK9l1X9b-8o_PtWKWdYxkG1pk9w-RbGienUgghqAN8gedTKOEW24S1QfZ8ramyBvEcDw2an6DGQDd6o92KQiMDVg4TsqU_R2EiQYXZW6YB6aw0bq1PlBRZUryrtFZchqCgZBUWJBpcc8nzYG4Tc96oQUCDbEmrymui8ViGk_D6asUxmPJ7kx4KjWHbN2qhyyI0eJZELwIPShz0NrYzHnooUKBJdkWWtqJ9QZIxnupZMoUUx2IEHp2i4K5-EqOqldJyp6dfdWuF2B7Wh7RVyMtKp2cAmtYp3mp3L9FWERam5XtWtW0l01SrTqjbnBFtG1eUZWUp7pTduUWQ_AQ1UtfXVV3ATAV6oaqKvafYXEZCVai3NYmB9a9I8nq5gtI78EI8Gy0IiOzArAknfhhy57LbCgF6boHjmKxG87c5ucgVuixNWmHdfRHt1RiQ5cT5U9qojT2TTaHX3U_cmkSN7MomYJZlfHLDC121BA31wMCjKuRMrRCTLIsG7nc5LHFQhuLL6FFCVk8FlHIAgPAKeVEioMXGnjAwqGBzhZxkPDU_NMaj-yGv5hvUn_gYIY9PRQT3-0NvxH7KsLV0Wgql-pOv5M9S-kLK3egdF_xb62cyaMGD9Q7CNS5rDYL7YRp9hnAFQ0ppU8xX5Q9fnfYh-VDqL0qgWFPRjYqvpjfFerBK-xr0XV8D8Y-2rVLmrMODyAQke9-krlhgczKAXpSNiw-A77NR0YqDa4pMWI6LT2TRZhEAwjyDnIqK0Nd-ksdI7WGhFLWV0PsalNBr_Qs0wdvbcftBRD5fkWfjiojwF5QwZGJOL1KvDWOaw6q5SUqq1QHW2R8HGtpQW1b-uFZdpKRFyTg1W4PovWRJdvo0ApBApAfdAxZ7bmrvZXropjDmJAciCoXxlg8pJTXhUahEBUq3JVxZYKt9SZPOUqsQMvK_cOp2XifUdNBZ1SOrtaIrXfMXXiInAxtbABi91HbqY1r3r4IRiPdt_Vsg4xsCapCbQCQij1NXWkWYNmd5VBn_KUqJ1qHe0CgTkS69BTdY2kY7s9Uc0tSaXOeK2X5BtOVXWua3deXE2r7jyEU0fD0jGXhATyNmqpSYQdKCJVqX8gSrci9w7ad6g-FXDjngFOQLFIBannZyGiiU5V0eqsCSYVhVCStkjVXayNityqnS4mKObRAi5ubkte16EoAoe9RIJbJfBxRnUVqq6NQNRppcfXokIYBIUjfOV6qr1aQ2_cUuWfztPYVaf6C35AkCLFj-xVOxY-6deUGNLOQlE-hTOpEEUnNcE9cWm9VmYMCdbyqFsDXsMVQV4dwzVhqzlX3FfbzmJJ4J06nnxT46BrB1KKNMk64e6opZ-YLYBKPcx_0ZYbCWSqel2nhOAdKEUkmdNmupbIM452Ctpm6JAbFREArqppz1pg9Hkvp-OkljY_Ecs6-MHjb_6Riw_uCigjGemkp5V1tgl0q8wGaVNZetMLVKZUl3Yni1rGgDZGpcOvRTU1FniVXq8T9F6uojZvR3Y9p3ejH-S4qFrtqsOGVIyhTyF2WjAnLU0SqPMxEgd9qHdTp88W8KikEVXvvglXtSLr0AyEk9rooagoTb6m1ZlgjNA_0VRbjlMPiYrbstbe1cuusw5UjwWn1uFealdNWqIZTickSMIdQS8EWots6yEf41dahBs6D2RJop5UVF0CPdCRTjiqz6qMlKdBxRvBrJYN_xSJY_4pTVXsLm60qpMY3ql1MwYHZ_Bam3M68rgOiGHVSTPK6mTmsO0NHjoMpGlFT1V4zKZ0_9BePn7JJ0cY5WAhOsV-qVxamT9IczlNpW9TRzM1BgDtqzIVNVYdnSgAw9JCZPQq604KC5-0_SIcFZIjFlwuuvWu2n7oEuFwdFQocvbosBb02JarQbWZIZUTZNWs7KGaNOhxitqDHwU61lUmDfRCT4uOAAN544NOy9a-_2inHqeU0FJzHnmICJiZ4dPKtdaJ8DHt0xed8_PoBQhQaBw5qcGL6CY5d7XlZOIz4w86L4aoIJ67OpsnMj8XHXhwtBcV1NoDnQTaNgQCN6ikhKE5CiqjBs3XM3ZWZ9-Au3QdfMl_QHf9sLooieGqbiRBmNpLgA1ty3wKq3vxqivGe1tVI2r9fIofxA-p9DocoWuvSwvMj7rLu2r9_WykomqFiECx_Zr9xueHt86xUN9w7WoA12_YpbZy5iH1q2Kqfz61byuOdG238Z9P7Xe1wq57_rlTj_ze9uViY8G-9-fbYISQIWJJp3oPZ1-pWsXmpt4Hohf4TXVALR1gPup5hv2aTv3DgwQK0MESbccBqMeDS1N5G5N6XHGfZyNnay4bHpl17E3UWyyyVugBZiShTrFT_Rme41G9ZMGqPYCkBKQL-E2sOvnRVtlyk3Tmr6OYg9Tg7DQ7OE0eavuXCsDjtfyk-qp_jBVho0NCpjKjso3GKqjSYjBuodtraI4OwVTRJVxO0lTHGNRtnbVZ_UlIZgImgEAwKTgg0GFQKyagmiQoL4G5tyrBURQ6WCxPHZ_sm2g-CVNbxjraPepNMHZOHjwMD3U8A6ocWaJeZ23YBzKmljBI1WCVmq4YCS0GTCFUVniKVjrtXGl32HYS4E-a7KHDXpQwstavvM441blDT886-gO2i4zRiRjDiyR10XZlHh2WVNVzG5J6AyXrs8rfn52gMdx2EUPSUt_RYU94O3eu_d8Q4Lhbp8FqkVxVa1Ut3Wpk2joFpqh6GWxBLGmz3-J3RJUHo5vBTR3Orgll7lXWUa0uHicpkkuqh7aoBcO0tIY4CWoPtBjs0K5kMTN00M2zdCIu0b0tAkj5rusc2UftPseCxBxYJQ_-E5w6n-sTnIoli1DoknOer2qfKy9y509ImiubF6tWL-r9GU1LHX1qq_wPr1MhPInKGlW6P-Z16aj8HMb0_MSqemp08ISWWFVLp0N_LFa5Q_WP6IzMqYVGgvTYvei8Wv4U9eKf_DDhRy_EUiNLD-PobLaGX6t0RadHqPXMgthaOCx-mR7XLIjVJ884OHUSaT0eeB8WxBa_WvxmoqLeMTC1aAn_IbvqLQXWzivM_yuco-Bt4CaQCVWW_s_FL_nMiZDAc4NOO9RI6qxZAFWJTH5gkLtUlxZmQhYW26FVB0S36nggza7s4aHxwCaOXTnoRNofFI07r6VXO-g0nGMntusY9Ulu6K19QF9Xtt-NW0ezZu3aqSTmkw1UpfYE43r_LyXAjnS22OcE04iGfoAc9bfpSPathfmE7D5q9CxBS5WqV2J8dQFytiosIV5Z5zG0qaNyVVepVh9vL4T744mWNicdgKWzz_axJ5oScypc08nrBZoj1fhAK-FCpZqvQaq6ajyEQPDlqAM1dcKgHWkatfbaIBoNpriytW6qmCVOlTOrzTzqtI2GjnxUot-mjvQun8SiJtlPtjoLbW65DLQT9ez-c88IztFsfg9xkrUCoDX5YOt0OgMVje3Pp94EgETr2qyCB-C1lBp3rKKioGOFVECnzsCos7dSkAYTLUPZblW3ksu0oyLRyM9OCTVxOxiETkyvcLwAj5Y3Ta9iZB2BdnSWgUUZIb9VdVnVNZoBVRxZ-_0Q7Wdpr0WHjkPPzaW6HVSCZtVRYUnne8MyvEJCfIMHc9F-TUVXTsVUAcZdrWOW_NFA3q7jbIMqkK2bn2QqRqzXOS5YmNfJ0bqoXc8upS3qYl63jDfpekZsUE8osb8uitJBTKMPPhcw37WrTDhy_VyqTDvqMRW7SrFjcX7uSpzrE2Va5DK-UYNaocU37KI6_nLbQKgaDbdFYn04g66idUAmWnVnIqlhF5zu0Umg4hGfcdG7YnVqrp9aq1pGkwj-rOWkDDhXU_zevk3NjADpWKoglsfm4SfPWFzO3DgpTMuJz3iICqe6Vy910P8Ln7Zwhg==",
        "echoprint_version": 4.12,
        "synchstring": "eJxNWglyHDEI_IqeMCB0_f9jUR9ap5yy95iREDRNwyTzG1_rbe9s0cd91VusaNkKr6IFvh33_X1XyddR5357v1gt5n0_2mmb3-Pu5M99N6JNXLLvBaWPJvfQKmdis7hX4JPIanu0ed9_bX_3hsH95mk58ftuONqqVnepu9l9cS-Kdo3Pa8E1uON1P7xg4pO6K5827ub3X8dd1-TaeHH3iMJqsbja3f-ulfe093IcOrDqPWbcs9z1rsW0ft77vsSfXPebL_DhXfFuiLvW_XNw4d1qDpw8ggbFhCM3jod97504zbk_d5u5sA1_3Q_jg9tidro5OlxVMAzHuMfT_Qfv8BkMSLwfncdD5K4r7iXt3FfXk1oStpy78LnOWtfkg6vvPfNjKDs9en_zIJunBwJkFSLd71t6sMPwkuk3fIUvEzYjTnfnjTsPQnYvRowD4VwyfCQsANRg_b6_E_bDN4sxn7ACvuQxCJHTeLQbhFz00MZX595wcOWAoRMf4M5sWClxRCwGAwcXvrsx9DpSAbeb90XCL_HdcyTWXrxxCOET3rq4OlgBKL-nmDz99RdcQ1gWX1ygdJo58Q4uEPoDJ7vf3LPjwsnP4Ta8ul_3qZgRpbgiHwQnzw3n35xg_InOzpjBTlwE7x3lLdKryZPIwc0P4Zl7cXz8F9iBjkAIcK1ci_PKWQAP1r6wXfADzIP7Fiyk6-EX5Pu1hqG_oCtCY8AHm-m67nckj7vTZtSCdgWCimWXch_W4S1gvBGwZFw39zpAMdyweaqlk8n64j_EBbwA9widPIKSsvUtuxdAtMgyuIwRLTlqvGhvJuE948bFuGDilBOAuaSQi6gfReAl7gfe8QuMFqQrfJ4MlUNbSnOSJHgVECu9p28LuUagFQ_caanQQgpGdPlBytRFMAeybJH5OsAEZ7cJXxEETtTohH2RZ4ZTLpmeWJSG3qXweZFKQ2yACMGJmwkFQNEEMu71SJYitz6xTwcU8ohRdjMQCFymbidGmP2ID9brdG0vpRV34q60mKAHlIGCpLGhV11Lcytiqv8u3nCZoN5JE9Obdax-kciSNXRdCQ6kQxaqpvMduhsW5GIadJWhT99MAbnkwE-m28XKLqXQ0r6DP4E1UpsXQgNH892tPsDEobkANkFThAIvHGQz3N8JoMm0PETMcOWa4HtHHEmc5u9pM1m6t5ic23ZlOr3Cq0iynex6wA3FUyMdD3Mb6850onPntCIo4G97GzFWt0uwqOwCfWrFLrFQQjyyEW9w5v4pscVnDCx8D7-oQOJvLAETHjK8ANKu3OORRN3YeU9hg16_P0uUFrnAC3ucdRwyog9pKxcQpQf_ejh2fA8iEeamk33T1wDwfU8-UMV3TWZF58dKtWtr8tKuYhm5xfnAYHYvEqRH0fIQ1RJ6JgnAs1jdDMBN_x0vneWdpBRKKQkcdfq_k7OqLGkKxvBM997zSmypGiDqMlAaUEcJcfWWF2CwKh9BgUpOTgrW5cf5qTp6JCMypHS2A1vC1aQZpU-mpEqMt1ffwg7LvoQM3UtXJVaPIJeotsIK8dpnKaEXEyCaRg_L9NQvnJvnZXmW71l2XWB_vqWy6qzH89EAD0NgdEs4pZ_8Nly19C5YnmhsWqxEvppIJtcbMRJPNrmcZIQqcDFz42FQsY9y-X8BO-0v28B2oT_bOkwuLpux5PtinKaojEeql6JKBp_xiLCOd51Kb1biR6CsTNMF0bE_v0N2nS9FVjKYF9sVdnjy_hLjHPur2wE2y2FdIpUHtYeog16CQnI1q6NJl-RnNrXa-p4TLXD7-44ozcf3UxA27F16tqEqSbKot5OJ342zeGQgTcBD475OvQFgHBn3U7hmgS6fxRK982xjGs-rSZSQP4UObjcV7ki0da7E6LlAOQqshEl053VKbvbH8edBhXknmBGURHt9IvRSZcl8mF1GQZLbD1I_ibBONj5NGAtFU4R9L-62mN7sKvST1LSXxEJsV5gtb4fTlt1m5INBsV2iMB6u39nUks72Cp9vGA5qcaMugA5f7UpChqQXLumWEXd0ePUJS7FBVIdAUM0iZHjfatPtMHdyd_DUMBvI_FLKV1B04xFW-ZS38y9vP2PLlX6Ipz4GC7uvz-e4em4zX7L_8kyp82RhTAulZbZ8VVHNRfH0R6Dpik5Rqh_WSdGV3MX7KReCb9SNRHMLE8luL02CFPvd7Jbnlzzk10mUuU-TqtiPtmPQ2N11p5htqsClSwHNAf8v6QmlRFiLoTFfr5JRXssj4tjakprT54fLg9anm9nPuYGckbtKfegyoXR2djzroutKZaySsZKq6aFcPoDWUT8ob-VjGTaj0tLSqTfv0V5JYehQye5XBEgoESziHDFJPpyZplUSTshzrrkiMjEh0UQimqu9_J6KmGSYdGjxb0klLM8iWI0lvIcFqRCYrFyxX2dbbGtDlCqd9TTH1tXD1un-1-Z5CjGM2xC3bPPqdiRZcrZHKou3bMPLJNkV3TjG4JL0HUrTIUYZbBSObosiCl3_MIjpav-_75GC-uwtLyrrpzPaycrVY5pqTFzFbhl5dlq6wfYgbkhhTssSpZ-0bhwL-B_WYopfiXvdLDk2nL-fYJ0-u_JH0wxlSFctwME4FMRPhRK_SwRQwH7ufS2EO7vn_tIqv2a7S8m3hQPJxQEZuh4DH41mxF36FgMi1Ye0FEU7hXuXXMLhjupE_mJpAUjWH6J1BYpn3hIwD5GpslBvIqJ1Z3EPjKvIPOsJGw0B1SY3d4Gh8jWNXFTxyaFh91GTO0oQpzBUru39e50JzufylsKNq8eUxQdyPasmVedWH0qga5g0f4in5Hq9i-LepS7T1ElkpWm5OJBwLUYyVoljmrt7DsU0TBuOTe8_ME8L1-ODcOb7_UrbVpdTQ3M28JGHDtNtAUFLOGdag4bDneE2iQQomu3Gr4S6kiHN-GnhoXbM7Uf6uPG2SH7Tn8rRyIjt_nr9ypaoD-n91GjyUxO04ZXj_nShd59qHSMf-Tm3xI35mgdSZOpWwVUzBlWSI5cJ0Dqh9Vt1STOnZr7eQO33J1qM12mzSEZ_IvflQ6bnZu4PUyWnawC73JwiAXKLfQclNicCfBMq6cqDqZ5Xc9jAVIxlRoEydwRHGLmfXK-jiZCilBiApfT9qxYuDQE37ZTE2k-HpFI3X7iXiiFAKC0Mv6VLSn2_9iPlD2ObDZt7otL0yJrPEyT0CayIZmyqU7arTY83YryWu2-p1Xje5_SWeT9e_XbjRknTpXbdbKo1lRXDw583R9K4V5SU_b_hjSRBeFC6mDz1Gm8XBdLiNCJToy0XGmXcM2y5mXAhV0ntv84rpg1UHbGy3m5QjtYY_cFx_c2p-2ui4ldsOdBUeQWG-PCGozelaJT1q9DZf8KF7aiWfCpLsomn_GW-uj6euNicmG0589AQXnkyLK-UMuTsozbgWKt6riP1osk45yY0cBzXgVCUBXh25GpO2fd6QqZBhapnPN9SO2okGGaZrUxU5SROxV-pAhtsZErdPvkhRaoiHKK-e1wav55bU9ZA09tZaEvS6fwS3OxAFVluBbL8AE3N1td-DeJHrkn1vj5uvNo3PGvtHtNa7zNBuseKAp7H0a6r4Q7u6vyu4WFxzBnSkpoufT_p-5u38vEcA9IdF4E2PG3pvHe8NklJ9ujjUwmcEnPHYw2qD8H8WIbkc73htax02Qdt6ubtAbj6z5cHzp6z3qzHc7tXQMmrc3tA8xsfrU-TnfDUOUNs2s8Dxl-J4fwrolkqS-yP37jGT0H4KMBt3RK5fhbAR8NujW0k53JKIXgyNnv7G-Z2D8dOWQBpAlGv3XQZgf2vg-dtBfQ5MFPt45ILy81cKvNug19HPWun2hgeNY3miTAf_ohufjMckQInid048EAnDYpQf1imCcnAWL_mRgyfmkyTZNdPgFq9Lx9kWlwzTBFu-6UGqIudZw_Vb270cYsDPPJJi4hVj_m2VaWQ9uqb5YOeWxGo6clS__7mh7P95jweL873TFGNFkNynK-LAVOHHS8FNHQ91mNSc50D_5LcUOnj9IIWkZEulRf4NP1k6WeBgcZsOJavsoI6bnqmlt6N42kKHPez-VnlZHl0KlkwBbr1IhJ-oKsng2R3ThFexQ9P7K0yu_MsPD4PLeg5DX-R2FSfOCMcb6bO6e98j6e8nhght-9YupKPF9r7HwkMsh8984t4GVDlhiFI9X-k7sC_x6fZZcsxbl_TE28yiwdYRZit3_rDIU4D4rRt6V5DwV0as3HUwK_nG3taD-Pez1rIz9NELqv5od60Q5equgexLntinyXJ6aof0jt6MZ68MFUOcYDVq0OjQ9d4c9-3rhwRLBjuPoZFzOF_4xhqWcLTiKwnO2RityY77Wc5nT_1p_ho5PV1nooRzV0Q-qSiDKolUceM6Xq-nJzE5HiDbjsx_PiZtN__AYtNFtg=",
        "synch_version": 1.0,
        "rhythmstring": "eJx1XFmW4zgOvIqPwJ3g_S82jAW0s_rNR3Zm2RLFJQAEAlDXWtr89PaJz4z6qbV8Wp3-3T41yqeO-jn3V78f7_73o_2p7XzW_bS1T2txPzr39_js-MT9so_7zf22jE-7P3Uf3oBh7lft_onhYn1O_ez6WfeJdzpzfRom0-on7pAzPve-c2_Dk9tn3LvunxxwheZ5J9cwwfvoGveSO_idQh0Lw86G8TEJ_PDPxpnWuj_zPnZ-Bta8tDhMsq9PHA57f2Gp94vBf9whMfdxV3efcO46O6-7j8Q_Gv97H4EfjtR17eFImuronOnc_Kzqsfnoeid0p17jszThPXAfdgJf57jv8sNtK3cDNxeGD_PCe7B4uK89d1ETqwluZ2hP9vLEsd8z3ozvTRzRR_4zFP8Zn9GIAPz6nVhZmPGfj757UPOhdx6DEMExcar9Oz5WAPCFfl8EzX7RwjPBSQFWdyUTACAs7n_r4IYCubXfnwrYTQJzFs6KcLsXn409uDPAYs_k-ENYxwxwwHfwVu-2d-xThUHgN06vHB4N9ruewfm1i6IRPKCQUUw99344j-A6iPmDcw8h8T50awPbveIiApsGg8KodxEYI1E4cFbnJAppisDg0rHq9O7FwFUpvJiHDHzDOHFK_cHAmKMtCoSBD-4tBvoXW8HbsY2L4P-DvLQCfwTobW7Mu3181vpzsgYhjTDyb4wPjAuRv89_-BlcNr-qD3sGOu5r_x96d2_r9yMY1z3-CZ_zZu6FYNhK9MHcCj3O0Xms-d9J_WuIF3Tz33mfr3X4qy_eGqBUiJLaNhDOi_JxF-2AwIaDq5gRwJ0D-6K2aX7D2wb7FU6uU6h3wF6HDUG-jNjp__ou4kYe5sjj-txz3lEeZoLu9QFmPGBdL0JYX-TSex15r2u291BoAvH3PH9M_4ucP77re3LCOk6NSJEnp6eDE1mcT9OWDc4GqxHkgI7yrIWrGdqE_j38meAjiPYXRHm0nadEi-lwG5hKhyOJ8f9ghMntt8H0JYyIlUPJItNyWw4Py1i_pvl7Bv9x-S199_esPOLvlZUOjKfxNc37e21i4-7gnV2_g7U7t373EIH1Rs06m7z_negcctsT8fWCCf4Ws-tdpwhs3GUy5M7vZH8-qjyoCgtphdO4rhGnfqPunfGUmeBqOLeMiXCrh5yAT413emQfFZPfel6DU4axNVsKnjARG-B7N5007qiTYefuHw4ZbjK4RUN-HC6EMQezKMF9vquACWKzGp90vI5rmrDarpi7aER3VfcJ9-ODjZw0wzYX_TJMAUvDBSImi-cCn3BXAnOHsd6DQagC4u8916g5DvZp60Q3iRiAgmC3TIOA73vQg8PCgjKM2iwZ2IBFTKzTFxRiFOeO6Mm9vXO5m45ABVp1f7fuXV_bvKmSw4Hl4UF39fRXF_qHPA5nhw_wRR082bsyuBVsz-QSQhtBNA4iDBvN4YIgoA8B9sofMgVswz5_DEJPxIQvvJe4GNCx-Atnepe4FNuwSG5b59SbpoaNGY7GogBtcfk2ggbfdiHIfwZjSCMiC8HPlWGrMdLhz6yEVr3AWrQlbNZhBNVZFjqOwQ-9Ae3uAOHVF8cDXxjArTzI3X3aY-ji8i-qSBju7BZ9AyzgiEtMhwBA5AdVvq_qZICqxbM4mh735a67dbki7FqYhHZNyrEfw9yPQHxBsRoRTwJ1TYo4qjz5NnBghrfdF0wJJ91EMPD8RVcO6GJCdD_tD4a6METbbziS7dwixJvbMHoGocJDxrbeneqYwi6e9tZMAdcz_Xfh2QNtcMgniMkG1KdPAfqw_1UpQ38gJEaXY7SYDzMSpCJwkyCgyDAYdyr2mfSxKHvaNO6hRAqexQ6GexmaNdzTNZz1yKX8WdMWVO0f_Qtj1L0Fk5-VC3jOJeg_LjIHrRVI4P3k1MbAEmMAwLZ9U-PzudbNmeOgBjkHPNBWKLybjOcfPI47vMfXtcDtboYnupZ7_DjiuuTjhnxRo_9kYBmi2bCLJhzj-qHYDxO788Mo-OY0Bc5NB08E39UOBdtr_UgEN7MFHB0PU3deS2vwDpp8C-ZapFgFcZEwuo-FG4BXKAz8U2maJwobnj4mkgLGqskFw1PiBu5LMFq34ySjyDhmOLNQcGIGTbDeqIz0YSK3vJu0yWkWqVwTybLPxMrpPxu9BnfK3nHKrykeJYudiu9M6O1UM6RqK2H5cDoA2H2mPEUjl8VKph5ddOyLVn4Xie3qJh9wG9vhtEYyYSgEGA_fIhMV7wOKC7ExHv1JrnDniPljyxaJitNx2AWAUeXD7rKXOKhJlMaS14ct4JtKHjqYc2y5c3j1zaR4c0bE6z2INsMcEnZ17wbaC_0ktucwATkSQiYDH_wT7YZsdHn5VXjTXJIDie6CVCu9hD06jw4i8Q66dZTElPgorAnnP815sVLCeTBl2SFhg1YEKiIm38VzcGqc2ORkYLUAA3wGxBExdW5qpyKCzaK_VzwbylRA5A43Fwvz1bhSHO7uzOh_iT75tGj9BYlybwsorXIDtlJinlPjmZpYN5KoxKTo3pC6g4A65AKu4yTnLnSeJEhbHqFqlnR6W9pR6RJguiip4ZJmY1GBQyprJaildFVHiNkF_5MpRqNvwEaEtC2RUdHl-xFYrp9zz2a3l9Rv7SBlgQEIck5NfqqY9lgAgWeaSpcbCRmI47KDUfgZ1LjuiNBFCIKHSPIOInJx5nBWmzmS4lcYjqk-kQMOHuSiBrSrjLBwCMwYNEShSJpS1UrhFk77Rqz_oLESjdeSg4fFADLIgROK3VAc3CjukDSVofgPNIbRuITcRgDiFODJhuyq_-pSDfOdyl8xTcTYrRjghAnYXYpmCM4KU8xCB5w3PKCYh8hA_OaWP8LA95NpGco5WU03bAUrquAb9A8cUAktVoxAc33UYNyAz2NCEVrg4eYxWkAqlSyDRRXmtGM-qeQuljCf3Bv5TgYeeL1g5CN_olW2Reggcm55qwusKSV0OvkZ9KeYylLgmXIGhfrUVqImsSAxJtMJORiY-6SnKJwWQmzIZxwx_yZqL_I_pESk6jOpAMAVkWhOmcaROLyxywDNZoKDCWJv_ds5MMl8lbUiZ8AFQc-KXRlK6wDvdQTNrmOMj8GM_RXLmEMkeEtP0h5dS7tj9qZbT9e-yr-Gjm2HckXGokyRabckNkuTo6daUkM2sSxydNcAJ3_hi_0t3YIhtYtgHKOTsYYr8alK-mFym2gdAjeiJ-LHaeJR8vCry1IHZQvjaf5o45PiKenDz0eMhvxmDRIYOOSTDxMluZsUpFy4manUfALP4aLmV2OEU-vKILaSlCZ3CTp2uCs9z58UZmixTIfEdGHzISoTdhpF7qYpMtw1gh0ocDKUdpYLKCsHN9SHQH1ra2H0k-bI9zdc4FeeptOKnrC2sKqagCTCO_41tnaY1GEymzF3TDuutnb6jVNk7E6VGjxuCLzSlqIoNRv0yeQaG7uD6EoLHk5bqmsosDnBmuJEUD574ehGu1B6ASMjfMonc49kIVO6k7Rmnt6F0kX0pnkDdnSf11hB7Me0zAtTl-RfRNXC9DpEKYtcwZJRRy7-WLWY3JrKpEbCG4KKXPc0y0yxTJIwLEa2PfSU4QX0YnYrZjXlq_jk0Xy0EhmqkkISVuB9OS-lOuT6Vqi6QCLj0NiK2cVw_k_PW50GKarcJ636DUVH0hVvrwJ0kcawzYGKCgLIRGnolUNC9zpNWJjSpmyYBiR5kfVIErrBCBQzdcd77IAj9m74cOIdLU2iKEOP4sAIYC55lHZcatiyL6uRRdrgUCpMoYOJDljMkPSvuGtcEhdzybt2-9lYQvL8ppH6jukdcCHGyaJNMwN2VCUm28kCF5gS3E7RyhwhEV3F4oqISZiI4EirqDiD1VDeqdrJUF3t2J9CMqpeccjx0xm6zvGlCPwhj8GJCDiTZrFF4blKokl7f6js58W0jiGmmBZt1hC_8nWI6O7954k6oB9afrZCCY3yp_TiYS09eMAkJa4tMaAP5aFEAdxsJxwXA2hTVBvrVau0JBHdvy5RGKxEFE8yXA-eTN6tuTSXR1S7S_yHZGhXNL9lsGGGWmTMOOSRNa_DUAlauujKBpM_qmPcx2kZAfxkalnD0jD9HmWJ5rStkiPBPQwnRUUUuhG7W_EjdRJlggzuG8bftjbNOsOinDE0JdrRqTr7-RKI9QpUrMoELVJO3Go9npwl9eOjo3YIPWhn4a2mxxB16dUqXPuWGxRhgjKHDYYlTiI67Vx5dXRFc6sYKl3DcGd5qNKIoAiD1bfDSYZCu5gs8UTn_K0YonQxX-S8P6JObcpqV3WawWUtqggk-s5CLAannw5JCkfkmdmRL27UZkhziwTuIRqwlBJSXlTmB6a4m2TU8cYku7iOf1enVQNuVcQf2IbKAUrS5WMahQ658yU54SudTCkmIRnzKOckigqF8pBOWq3zUJ5zawJlZ9H2XLjKpa0pV2-UXIlDBS0gT34fQhgLg1PRqjlaKSQo6I7z8post95nGFtpc1Ji4RKhnjA1PCqUxc7a17ck27GxyKtCBlaVXYQcluyVi-hZkv25FSmRqw2TYs5RdqVcGbdRkwaDmln4peU6v8t6ZTcgUxjr-1vQV25I4ZLs1tS8yMBhA2HBr1rmo1VrB3Fee36ydDqH9zVLi8zOyI8lpDDekStY_2lTK5n66Ghyu1n6tdLU3JFj-3VB-V_4i3qczE2PKhdFSl-zYnVR0IaCuJ30heayem_4DjU0sP60KS5kfsF0QKpdioEqDy96aes6Crs4ekOvSp2ztxz1UQ7LZUeVbnX_NJ9_0T50aeldmhXOcSc4Bx3PVFkX1C1WYolOZ_xikO0SctDG4VLd9t1zBDawmPGoUjqW2tLq4cAmdcMfNPYfNFYG5l1tVAlIl7xdD69SJp2wdPqdsAutD5ajWPtx4X76CgU8aHjWcrfqKD_NE0xIN1Fm0TukkbSsbXQaPMFe3rfZ1oC5HOWa-LlmFKofxZ-EJ3mJtQ3rFi1HbQqrLvNmmZ17KkFGegPJv0oZqOYiqQ_Jv21Kmh8GOh2k1iLldzh8_qLtNSSx7gGoIfHLxgFF2OVcgEijrzyktPeu3vbbciUVmPAqKqXzkVbQWIhdEtv26-hypJWQwCNxeHfqPn48XTagubcJQbQbkJJ04MBVxWxKwCF3jaPMSZ1VTHNqqkjuCirKfId9DL0ja_30AvfjpszlSMKsLoEMBkJdO_rzz-drn96WJZbGqHJvztrYcGWp29SJZsynylaQvAO20qeRmrSn7pf9OvmW-l6a_PRuaXRhUSBkwPNrzlO5E2VH8fKQ3fW04mWpOVwnZLGESeJgo0RbZjcw4Lu1i2VTWOFS0xglo1c3qdmYE4q71C_pkOy1tkI6jpRK4HwZp5QM0dBhnQe-fTh1DhfdDzcCigiDKs9zazuWeARmVFkwVidQdfltarmoBTXdtPajW6BoGQglAJ3MqXQfFW5O7GkMyERxVGYBfCi9_qGyqGI3oLmY3Q2lCeJEkoJDrQSzve6gHR-nzINtoUp16ESYkjsdb07qJ8UyrA1teb37GyWjSD-prXEkJQgUnLAmsHGWvYvFYtUEqgqIUxsVVd0BPWtf1lwl2CpABvViPGDRIpaEePtE0g2fch1P93TeEuw3yR7bpiDqhJAHgFyweEGSw9GbAjZAcLmOAIukugkMDxfYuiqjLcm0ZHjkNnDlrJKqwwAVGN0NFzgY-EfLHqO72xhUog9Fo3jXVuLGrTBU35T4sUFFypMDj7VCxfStjWuqlB7ysblSeYJeCw01VL9Yrh7vlr0ewXOhDOKczu1VqnmvKmgxXqD1oMpWmCWRf1sq7KomBLOZGA7S1ZCD_16WEHe2jsj9sBEPjoUduO54cMtpTmQIIz3LknPz2Nij1j9uIgJLObmgbCnuVDpUbLcIanpvisayAPdtM4ybYA7FlWpPWtTDhMOkPE11bRzXNZeQSXtv7udjeXa4zaW1L2siR97qKjnVXQLHqZPYAZ5BovMYxrHJo36lTaWiodyqreNidvxKEeZniKWbv5AbbsITg0-V_MsWxT5MsaRN8hRHki_WZDuwAVweHdxqEh175iNZ1V40olAGR-buMm2TFR3144jOgKwP9ftV19icdBR1PyEod4kGkxLFkbJfn3jEgrRag3Z5ek48J6ckmdHddRi1N5csp6g9y-nkHbQXBp8xHQpkFZufLFGgrpIwc-2iugnc8ZTIEarOs9LqtkmpgCE-Cxw53E3poOw7oZS-XhMOBcW-LcSqNU_SVBCqsJpOtsWvOhmOHeHZz172kDpJsot-Fvb3THJeGgW9j8hXqK03tdNVklHz-zD1mFapmyiyFPUtn84r6jF91baq_j3dmcU0QiZbtyMkp7JI2OB8hnsJEsePz5o-V14M7TZl7yoRtolUBPe88i0GqsiZh-7MhL8fOQqIelsOHO9zmGRrr5jWdxbGmLAuy7vSYuqv4MdgQIq0upxG5UzXdJlePb0WA1Uje32GOcbYH9d2XjN5Y-60dpLSUIHqCIAc2d0OU3WmlxRtEVOYeVPNo7llZzV3FYgoHwpMIGvlJBfDqSyl024UhJ0eQtFBk2-naEJHmnRKuDBlpMRIqWUvh9c5TAz7zN9GXWXfRzQYxaNtTXFp5sfvkrhVWXyUd1lSmK-VbatFYlm9LcTmVhRSBhLTndFeCcMUQT3kYUMhKbrKmEM8KdzyrRbuUDU8FLlYYWe6s_UegV7nUeOJCX8w6RyqEimx_31BIHgMUvGb2zcoCHR6dZi-WhfoDNhv07MtVFpz1b4elaq2vOUhKdhanmpRK9JPTiUcS69UMPTzmEaW-8vTxYZbL6oej9ygCxlwzUt8na7NEXBxXLccbWeGr_N720LcwqPXGkbx6zZwNIPJU2tqZKKGy67zplc9Xiv7FDfbXfhQ22h1LQwVytUTNgSDoNiMAlKSTDpUS6GUP1LcdCUTKTRPYOQpPTDC8YQV7JoibzZpbnWOLeGDhQJGrxVeweG8I5uUkLXDrRQnEjt75tEocnRgTXhkRTfCNecvHtmzpVLxIkOUfM1CrJUka4ZwHT9yTMSXczzlTXLpc8tN_SCHgm6IxMzzpO2u14BUESRd3NpUn3Bd-Z7EKUpMSTNUzGNSQT-z1QehMuBSGXAsP4LBY_vFlZEjQzisehRXjMyeLe69uY3L7EISYaU8PF5vmHwtCqB80eT1N1b1pjlXWIb2VhckyxJHpw-xYNLt2ReVMBLl9jCH-GRzLZup01aJMPkJ2pPU_sXU49T0fr2c7JmoThMVjxZXtxQlqh6-rLa2rBQwuVluXHCBgdqOYGM_h2zU1dKqRqZpZkAhTdBRWVpxHo1jS-SvSB1Y4kEqvX393-JhgMW3lWXCphhzGHpVIl1-u-9b32NL-rLke9TaJXm4PdKmni2YyOSHLjSIJ7rhDLVe1O5Uz2S7DklJHHlh5bhbMtcZn2zY7NnH_BqXwj0NXRyzqK0V-lqX9r22CwYrnoc_lv3dNkPMj3QGVHakarBjQoy-Ou87KvW0NIWvzEJqHkwoZqbupGiHNcLlcvSRWEfDPMo5U4mg9tf2c8rHHx_Lbp7idtTe0lF35hdL-eJMSZzMTGkjy3t2FsM9ACt5C9nSVLwe7KaT00d9L3aatAvwkdJ0U40p0vNbNFG_V77EFCrjU4Ylp5Sg_317y_XRJxqcR8zcfcWXI92l951ClNdALoFHzjeJZZPbCjUkCJtQA4_I8lFFb79p7vc2Z5biDkWcyZqhQvDyCzwUhHS5pelslVFKtmtmCe4COsvNTV-pEcE6Q1bN3MkfUPFwwaTLAI_zM6ERjEdCO2sJ3HWwnmU1ClUgOm-i_EgKrO9dIJdZtAiCQt2ibOEMD6NklsbwW-yx_i8dgC6NWTj8SWcIZXRVcRlT2UpjtrSMI958RJMlqz1Cs78wnH_Z8LerYFS3TUX_BwwWs9WK8z2WmfZECxwG5HQjF6ettvAfQIq7pXRluUeA5DPVe6KCA5_ZzSL9wvWg8lD17eTwtg6E0L3NARKq7hQY74WRL9AtgVGG7czo1G54LHY2aVMyR4NS7qH393Kt6Pl4bbkqOTo76N5mbItbIKNkVFnflC9-GGjRKYcEgpWlOTrz-6_sgJNQqkqGzVBVgIjPD4WxmVuPJKdpn-xPpQXDI-mVBYvT2c_gNjbOYKk8YnrUZ75Tymp2Vbuj4jPdS5BYDClweIeFTRcUh4dqjOnx5FYKk25XwaI85zSSw30_hL9Tj0zSwP7r8pxM-jWclpz5297Er5RQixO8SGfM9Aygqqu78Y0zbqrIURep783iclxXHioVfYFs9n3y9dz2Xo2VQ30V4-zKkUKR_Rx-Ry8lBVZG_TrjliIX0wTAWu9kQ4y7__84de2NDQXe8GSdGuLF-78C_Fi8HKbKL_bo1e-TivRUTTX5pHMivfULLjNVXjXMuzSZle-wIkSHonl9IC_O4JWSN78Le_R6UcsJXQz9D1kFFe4=",
        "rhythm_version": 1.0
    },
    "bars": [
        {
            "start": 0.49567,
            "duration": 2.18749,
            "confidence": 0.925
        },
        {
            "start": 2.68316,
            "duration": 2.10995,
            "confidence": 0.707
        },
        {
            "start": 4.79311,
            "duration": 2.17781,
            "confidence": 0.091
        },
        {
            "start": 6.97092,
            "duration": 2.22058,
            "confidence": 0.093
        },
        {
            "start": 9.1915,
            "duration": 2.23333,
            "confidence": 0.207
        },
        {
            "start": 11.42483,
            "duration": 2.24668,
            "confidence": 0.506
        },
        {
            "start": 13.67151,
            "duration": 2.2263,
            "confidence": 0.818
        },
        {
            "start": 15.89782,
            "duration": 2.18375,
            "confidence": 0.126
        },
        {
            "start": 18.08157,
            "duration": 2.1262,
            "confidence": 0.302
        },
        {
            "start": 20.20777,
            "duration": 2.27342,
            "confidence": 0.652
        },
        {
            "start": 22.48119,
            "duration": 2.26574,
            "confidence": 0.881
        },
        {
            "start": 24.74693,
            "duration": 2.16735,
            "confidence": 0.604
        },
        {
            "start": 26.91428,
            "duration": 2.12009,
            "confidence": 0.693
        },
        {
            "start": 29.03437,
            "duration": 0.52165,
            "confidence": 0.256
        },
        {
            "start": 29.55603,
            "duration": 2.08912,
            "confidence": 0.232
        },
        {
            "start": 31.64515,
            "duration": 2.08389,
            "confidence": 0.389
        },
        {
            "start": 33.72904,
            "duration": 2.07887,
            "confidence": 0.461
        },
        {
            "start": 35.8079,
            "duration": 2.07976,
            "confidence": 0.547
        },
        {
            "start": 37.88766,
            "duration": 2.09136,
            "confidence": 0.538
        },
        {
            "start": 39.97902,
            "duration": 2.08923,
            "confidence": 0.66
        },
        {
            "start": 42.06825,
            "duration": 2.08642,
            "confidence": 0.157
        },
        {
            "start": 44.15467,
            "duration": 2.08653,
            "confidence": 0.449
        },
        {
            "start": 46.2412,
            "duration": 2.09244,
            "confidence": 0.637
        },
        {
            "start": 48.33364,
            "duration": 2.08751,
            "confidence": 0.546
        },
        {
            "start": 50.42115,
            "duration": 2.08,
            "confidence": 0.376
        },
        {
            "start": 52.50116,
            "duration": 2.09073,
            "confidence": 0.602
        },
        {
            "start": 54.59189,
            "duration": 2.09302,
            "confidence": 0.237
        },
        {
            "start": 56.68492,
            "duration": 2.08203,
            "confidence": 0.743
        },
        {
            "start": 58.76694,
            "duration": 2.08357,
            "confidence": 0.646
        },
        {
            "start": 60.85051,
            "duration": 2.08549,
            "confidence": 0.656
        },
        {
            "start": 62.936,
            "duration": 2.08561,
            "confidence": 0.41
        },
        {
            "start": 65.02161,
            "duration": 2.08565,
            "confidence": 0.693
        },
        {
            "start": 67.10726,
            "duration": 2.09163,
            "confidence": 0.234
        },
        {
            "start": 69.19889,
            "duration": 1.56302,
            "confidence": 0.585
        },
        {
            "start": 70.76191,
            "duration": 2.08663,
            "confidence": 0.457
        },
        {
            "start": 72.84854,
            "duration": 2.09968,
            "confidence": 0.546
        },
        {
            "start": 74.94822,
            "duration": 2.08695,
            "confidence": 0.657
        },
        {
            "start": 77.03517,
            "duration": 2.08232,
            "confidence": 0.561
        },
        {
            "start": 79.11749,
            "duration": 2.08797,
            "confidence": 0.895
        },
        {
            "start": 81.20546,
            "duration": 2.08418,
            "confidence": 0.828
        },
        {
            "start": 83.28964,
            "duration": 2.08409,
            "confidence": 0.686
        },
        {
            "start": 85.37373,
            "duration": 2.08971,
            "confidence": 0.902
        },
        {
            "start": 87.46344,
            "duration": 2.0808,
            "confidence": 0.18
        },
        {
            "start": 89.54424,
            "duration": 2.60865,
            "confidence": 0.673
        },
        {
            "start": 92.1529,
            "duration": 2.09503,
            "confidence": 0.27
        },
        {
            "start": 94.24792,
            "duration": 2.08477,
            "confidence": 0.561
        },
        {
            "start": 96.33269,
            "duration": 2.08297,
            "confidence": 0.617
        },
        {
            "start": 98.41566,
            "duration": 2.08399,
            "confidence": 0.533
        },
        {
            "start": 100.49965,
            "duration": 2.09068,
            "confidence": 0.554
        },
        {
            "start": 102.59033,
            "duration": 2.08722,
            "confidence": 0.373
        },
        {
            "start": 104.67755,
            "duration": 2.08459,
            "confidence": 0.26
        },
        {
            "start": 106.76214,
            "duration": 2.0861,
            "confidence": 0.472
        },
        {
            "start": 108.84824,
            "duration": 2.09516,
            "confidence": 0.388
        },
        {
            "start": 110.9434,
            "duration": 2.08536,
            "confidence": 0.578
        },
        {
            "start": 113.02876,
            "duration": 2.08117,
            "confidence": 0.117
        },
        {
            "start": 115.10993,
            "duration": 2.08953,
            "confidence": 0.704
        },
        {
            "start": 117.19946,
            "duration": 2.0932,
            "confidence": 0.274
        },
        {
            "start": 119.29266,
            "duration": 2.0842,
            "confidence": 0.632
        },
        {
            "start": 121.37686,
            "duration": 2.08658,
            "confidence": 0.517
        },
        {
            "start": 123.46345,
            "duration": 2.08417,
            "confidence": 0.671
        },
        {
            "start": 125.54762,
            "duration": 2.08272,
            "confidence": 0.677
        },
        {
            "start": 127.63034,
            "duration": 2.08266,
            "confidence": 0.485
        },
        {
            "start": 129.71301,
            "duration": 2.08537,
            "confidence": 0.432
        },
        {
            "start": 131.79839,
            "duration": 2.0937,
            "confidence": 0.415
        },
        {
            "start": 133.89207,
            "duration": 2.0881,
            "confidence": 0.275
        },
        {
            "start": 135.98018,
            "duration": 2.08662,
            "confidence": 0.367
        },
        {
            "start": 138.0668,
            "duration": 2.08377,
            "confidence": 0.689
        },
        {
            "start": 140.15057,
            "duration": 2.08839,
            "confidence": 0.454
        },
        {
            "start": 142.23895,
            "duration": 2.08789,
            "confidence": 0.604
        },
        {
            "start": 144.32686,
            "duration": 2.08694,
            "confidence": 0.437
        },
        {
            "start": 146.4138,
            "duration": 2.08697,
            "confidence": 0.12
        },
        {
            "start": 148.50076,
            "duration": 2.09026,
            "confidence": 0.568
        },
        {
            "start": 150.59103,
            "duration": 2.09083,
            "confidence": 0.187
        },
        {
            "start": 152.68185,
            "duration": 2.08063,
            "confidence": 0.481
        },
        {
            "start": 154.76248,
            "duration": 2.08333,
            "confidence": 0.714
        },
        {
            "start": 156.84583,
            "duration": 2.08763,
            "confidence": 0.57
        },
        {
            "start": 158.93346,
            "duration": 2.09084,
            "confidence": 0.507
        },
        {
            "start": 161.02428,
            "duration": 2.0845,
            "confidence": 0.728
        },
        {
            "start": 163.1088,
            "duration": 2.08893,
            "confidence": 0.487
        },
        {
            "start": 165.19771,
            "duration": 2.08642,
            "confidence": 0.591
        },
        {
            "start": 167.28413,
            "duration": 2.09055,
            "confidence": 0.436
        },
        {
            "start": 169.3747,
            "duration": 2.08696,
            "confidence": 0.514
        },
        {
            "start": 171.46165,
            "duration": 2.07944,
            "confidence": 0.382
        },
        {
            "start": 173.54109,
            "duration": 2.09108,
            "confidence": 0.421
        },
        {
            "start": 175.63217,
            "duration": 2.09423,
            "confidence": 0.364
        },
        {
            "start": 177.7264,
            "duration": 2.07796,
            "confidence": 0.636
        },
        {
            "start": 179.80437,
            "duration": 2.08638,
            "confidence": 0.632
        },
        {
            "start": 181.89073,
            "duration": 2.09164,
            "confidence": 0.264
        },
        {
            "start": 183.98238,
            "duration": 2.08185,
            "confidence": 0.285
        },
        {
            "start": 186.06422,
            "duration": 2.08856,
            "confidence": 0.772
        },
        {
            "start": 188.15279,
            "duration": 2.08847,
            "confidence": 0.15
        },
        {
            "start": 190.24126,
            "duration": 2.08621,
            "confidence": 0.479
        },
        {
            "start": 192.32745,
            "duration": 2.09087,
            "confidence": 0.528
        },
        {
            "start": 194.41832,
            "duration": 2.08398,
            "confidence": 0.261
        },
        {
            "start": 196.5023,
            "duration": 2.08674,
            "confidence": 0.124
        },
        {
            "start": 198.58904,
            "duration": 2.08615,
            "confidence": 0.417
        },
        {
            "start": 200.67519,
            "duration": 2.10169,
            "confidence": 0.0
        }
    ],
    "beats": [
        {
            "start": 0.49567,
            "duration": 0.56431,
            "confidence": 0.612
        },
        {
            "start": 1.05998,
            "duration": 0.54896,
            "confidence": 0.325
        },
        {
            "start": 1.60894,
            "duration": 0.53701,
            "confidence": 0.228
        },
        {
            "start": 2.14594,
            "duration": 0.53722,
            "confidence": 0.643
        },
        {
            "start": 2.68316,
            "duration": 0.53331,
            "confidence": 0.82
        },
        {
            "start": 3.21647,
            "duration": 0.52698,
            "confidence": 0.64
        },
        {
            "start": 3.74345,
            "duration": 0.5226,
            "confidence": 0.667
        },
        {
            "start": 4.26605,
            "duration": 0.52706,
            "confidence": 0.782
        },
        {
            "start": 4.79311,
            "duration": 0.53004,
            "confidence": 0.838
        },
        {
            "start": 5.32316,
            "duration": 0.54088,
            "confidence": 0.639
        },
        {
            "start": 5.86403,
            "duration": 0.54778,
            "confidence": 0.813
        },
        {
            "start": 6.41182,
            "duration": 0.55911,
            "confidence": 0.759
        },
        {
            "start": 6.97092,
            "duration": 0.55767,
            "confidence": 0.585
        },
        {
            "start": 7.5286,
            "duration": 0.55624,
            "confidence": 0.645
        },
        {
            "start": 8.08483,
            "duration": 0.55283,
            "confidence": 0.544
        },
        {
            "start": 8.63766,
            "duration": 0.55384,
            "confidence": 0.634
        },
        {
            "start": 9.1915,
            "duration": 0.55779,
            "confidence": 0.55
        },
        {
            "start": 9.7493,
            "duration": 0.5588,
            "confidence": 0.641
        },
        {
            "start": 10.3081,
            "duration": 0.55884,
            "confidence": 0.739
        },
        {
            "start": 10.86693,
            "duration": 0.5579,
            "confidence": 0.471
        },
        {
            "start": 11.42483,
            "duration": 0.56677,
            "confidence": 0.673
        },
        {
            "start": 11.9916,
            "duration": 0.56351,
            "confidence": 0.473
        },
        {
            "start": 12.55512,
            "duration": 0.5583,
            "confidence": 0.534
        },
        {
            "start": 13.11341,
            "duration": 0.5581,
            "confidence": 0.633
        },
        {
            "start": 13.67151,
            "duration": 0.55691,
            "confidence": 0.417
        },
        {
            "start": 14.22842,
            "duration": 0.55726,
            "confidence": 0.311
        },
        {
            "start": 14.78568,
            "duration": 0.55909,
            "confidence": 0.352
        },
        {
            "start": 15.34477,
            "duration": 0.55305,
            "confidence": 0.486
        },
        {
            "start": 15.89782,
            "duration": 0.5513,
            "confidence": 0.278
        },
        {
            "start": 16.44912,
            "duration": 0.55204,
            "confidence": 0.671
        },
        {
            "start": 17.00116,
            "duration": 0.54185,
            "confidence": 0.642
        },
        {
            "start": 17.54301,
            "duration": 0.53856,
            "confidence": 0.184
        },
        {
            "start": 18.08157,
            "duration": 0.52485,
            "confidence": 0.604
        },
        {
            "start": 18.60642,
            "duration": 0.51995,
            "confidence": 0.736
        },
        {
            "start": 19.12637,
            "duration": 0.53281,
            "confidence": 0.744
        },
        {
            "start": 19.65918,
            "duration": 0.5486,
            "confidence": 0.54
        },
        {
            "start": 20.20777,
            "duration": 0.55748,
            "confidence": 0.49
        },
        {
            "start": 20.76525,
            "duration": 0.56425,
            "confidence": 0.523
        },
        {
            "start": 21.3295,
            "duration": 0.57299,
            "confidence": 0.237
        },
        {
            "start": 21.90249,
            "duration": 0.5787,
            "confidence": 0.407
        },
        {
            "start": 22.48119,
            "duration": 0.58047,
            "confidence": 0.327
        },
        {
            "start": 23.06166,
            "duration": 0.56541,
            "confidence": 0.215
        },
        {
            "start": 23.62708,
            "duration": 0.56019,
            "confidence": 0.532
        },
        {
            "start": 24.18726,
            "duration": 0.55967,
            "confidence": 0.503
        },
        {
            "start": 24.74693,
            "duration": 0.55195,
            "confidence": 0.129
        },
        {
            "start": 25.29888,
            "duration": 0.5396,
            "confidence": 0.644
        },
        {
            "start": 25.83848,
            "duration": 0.54041,
            "confidence": 0.428
        },
        {
            "start": 26.37889,
            "duration": 0.53539,
            "confidence": 0.678
        },
        {
            "start": 26.91428,
            "duration": 0.53956,
            "confidence": 0.526
        },
        {
            "start": 27.45383,
            "duration": 0.53291,
            "confidence": 0.532
        },
        {
            "start": 27.98674,
            "duration": 0.52616,
            "confidence": 0.24
        },
        {
            "start": 28.5129,
            "duration": 0.52147,
            "confidence": 0.379
        },
        {
            "start": 29.03437,
            "duration": 0.52165,
            "confidence": 0.531
        },
        {
            "start": 29.55603,
            "duration": 0.51908,
            "confidence": 0.631
        },
        {
            "start": 30.07511,
            "duration": 0.52417,
            "confidence": 0.321
        },
        {
            "start": 30.59928,
            "duration": 0.52262,
            "confidence": 0.096
        },
        {
            "start": 31.1219,
            "duration": 0.52325,
            "confidence": 0.259
        },
        {
            "start": 31.64515,
            "duration": 0.51879,
            "confidence": 0.225
        },
        {
            "start": 32.16394,
            "duration": 0.52185,
            "confidence": 0.494
        },
        {
            "start": 32.68579,
            "duration": 0.52215,
            "confidence": 0.315
        },
        {
            "start": 33.20794,
            "duration": 0.5211,
            "confidence": 0.63
        },
        {
            "start": 33.72904,
            "duration": 0.52022,
            "confidence": 0.718
        },
        {
            "start": 34.24926,
            "duration": 0.52142,
            "confidence": 0.532
        },
        {
            "start": 34.77068,
            "duration": 0.51809,
            "confidence": 0.335
        },
        {
            "start": 35.28876,
            "duration": 0.51914,
            "confidence": 0.502
        },
        {
            "start": 35.8079,
            "duration": 0.52043,
            "confidence": 0.326
        },
        {
            "start": 36.32833,
            "duration": 0.51879,
            "confidence": 0.512
        },
        {
            "start": 36.84712,
            "duration": 0.51961,
            "confidence": 0.369
        },
        {
            "start": 37.36674,
            "duration": 0.52092,
            "confidence": 0.668
        },
        {
            "start": 37.88766,
            "duration": 0.52135,
            "confidence": 0.255
        },
        {
            "start": 38.40902,
            "duration": 0.52407,
            "confidence": 0.287
        },
        {
            "start": 38.93309,
            "duration": 0.52428,
            "confidence": 0.466
        },
        {
            "start": 39.45737,
            "duration": 0.52165,
            "confidence": 0.52
        },
        {
            "start": 39.97902,
            "duration": 0.52424,
            "confidence": 0.662
        },
        {
            "start": 40.50327,
            "duration": 0.52183,
            "confidence": 0.362
        },
        {
            "start": 41.02509,
            "duration": 0.52082,
            "confidence": 0.254
        },
        {
            "start": 41.54592,
            "duration": 0.52233,
            "confidence": 0.47
        },
        {
            "start": 42.06825,
            "duration": 0.52254,
            "confidence": 0.442
        },
        {
            "start": 42.59079,
            "duration": 0.51993,
            "confidence": 0.407
        },
        {
            "start": 43.11072,
            "duration": 0.5221,
            "confidence": 0.572
        },
        {
            "start": 43.63282,
            "duration": 0.52185,
            "confidence": 0.563
        },
        {
            "start": 44.15467,
            "duration": 0.52309,
            "confidence": 0.648
        },
        {
            "start": 44.67776,
            "duration": 0.52147,
            "confidence": 0.49
        },
        {
            "start": 45.19923,
            "duration": 0.52039,
            "confidence": 0.388
        },
        {
            "start": 45.71962,
            "duration": 0.52158,
            "confidence": 0.555
        },
        {
            "start": 46.2412,
            "duration": 0.52232,
            "confidence": 0.398
        },
        {
            "start": 46.76352,
            "duration": 0.52398,
            "confidence": 0.325
        },
        {
            "start": 47.2875,
            "duration": 0.52432,
            "confidence": 0.485
        },
        {
            "start": 47.81183,
            "duration": 0.52181,
            "confidence": 0.51
        },
        {
            "start": 48.33364,
            "duration": 0.52402,
            "confidence": 0.493
        },
        {
            "start": 48.85766,
            "duration": 0.52149,
            "confidence": 0.557
        },
        {
            "start": 49.37915,
            "duration": 0.52088,
            "confidence": 0.584
        },
        {
            "start": 49.90002,
            "duration": 0.52113,
            "confidence": 0.625
        },
        {
            "start": 50.42115,
            "duration": 0.51995,
            "confidence": 0.357
        },
        {
            "start": 50.9411,
            "duration": 0.5197,
            "confidence": 0.43
        },
        {
            "start": 51.46081,
            "duration": 0.51955,
            "confidence": 0.498
        },
        {
            "start": 51.98036,
            "duration": 0.5208,
            "confidence": 0.503
        },
        {
            "start": 52.50116,
            "duration": 0.52356,
            "confidence": 0.568
        },
        {
            "start": 53.02472,
            "duration": 0.52168,
            "confidence": 0.655
        },
        {
            "start": 53.5464,
            "duration": 0.52222,
            "confidence": 0.605
        },
        {
            "start": 54.06862,
            "duration": 0.52327,
            "confidence": 0.537
        },
        {
            "start": 54.59189,
            "duration": 0.52343,
            "confidence": 0.385
        },
        {
            "start": 55.11532,
            "duration": 0.52542,
            "confidence": 0.438
        },
        {
            "start": 55.64074,
            "duration": 0.52322,
            "confidence": 0.557
        },
        {
            "start": 56.16395,
            "duration": 0.52096,
            "confidence": 0.54
        },
        {
            "start": 56.68492,
            "duration": 0.52243,
            "confidence": 0.528
        },
        {
            "start": 57.20734,
            "duration": 0.51968,
            "confidence": 0.403
        },
        {
            "start": 57.72703,
            "duration": 0.51973,
            "confidence": 0.337
        },
        {
            "start": 58.24675,
            "duration": 0.52019,
            "confidence": 0.46
        },
        {
            "start": 58.76694,
            "duration": 0.52019,
            "confidence": 0.44
        },
        {
            "start": 59.28714,
            "duration": 0.52019,
            "confidence": 0.337
        },
        {
            "start": 59.80733,
            "duration": 0.52252,
            "confidence": 0.494
        },
        {
            "start": 60.32985,
            "duration": 0.52066,
            "confidence": 0.54
        },
        {
            "start": 60.85051,
            "duration": 0.52253,
            "confidence": 0.576
        },
        {
            "start": 61.37304,
            "duration": 0.52114,
            "confidence": 0.44
        },
        {
            "start": 61.89418,
            "duration": 0.52114,
            "confidence": 0.381
        },
        {
            "start": 62.41532,
            "duration": 0.52068,
            "confidence": 0.387
        },
        {
            "start": 62.936,
            "duration": 0.52162,
            "confidence": 0.328
        },
        {
            "start": 63.45763,
            "duration": 0.52024,
            "confidence": 0.351
        },
        {
            "start": 63.97786,
            "duration": 0.52164,
            "confidence": 0.54
        },
        {
            "start": 64.4995,
            "duration": 0.52211,
            "confidence": 0.714
        },
        {
            "start": 65.02161,
            "duration": 0.52118,
            "confidence": 0.75
        },
        {
            "start": 65.54279,
            "duration": 0.52025,
            "confidence": 0.785
        },
        {
            "start": 66.06304,
            "duration": 0.52165,
            "confidence": 0.787
        },
        {
            "start": 66.58469,
            "duration": 0.52257,
            "confidence": 0.738
        },
        {
            "start": 67.10726,
            "duration": 0.52163,
            "confidence": 0.699
        },
        {
            "start": 67.62889,
            "duration": 0.52209,
            "confidence": 0.632
        },
        {
            "start": 68.15099,
            "duration": 0.52209,
            "confidence": 0.688
        },
        {
            "start": 68.67308,
            "duration": 0.52582,
            "confidence": 0.492
        },
        {
            "start": 69.19889,
            "duration": 0.51836,
            "confidence": 0.421
        },
        {
            "start": 69.71725,
            "duration": 0.52442,
            "confidence": 0.427
        },
        {
            "start": 70.24167,
            "duration": 0.52024,
            "confidence": 0.618
        },
        {
            "start": 70.76191,
            "duration": 0.52072,
            "confidence": 0.579
        },
        {
            "start": 71.28263,
            "duration": 0.52212,
            "confidence": 0.613
        },
        {
            "start": 71.80475,
            "duration": 0.52306,
            "confidence": 0.723
        },
        {
            "start": 72.32781,
            "duration": 0.52074,
            "confidence": 0.779
        },
        {
            "start": 72.84854,
            "duration": 0.5282,
            "confidence": 0.666
        },
        {
            "start": 73.37674,
            "duration": 0.52027,
            "confidence": 0.662
        },
        {
            "start": 73.89701,
            "duration": 0.52585,
            "confidence": 0.527
        },
        {
            "start": 74.42285,
            "duration": 0.52537,
            "confidence": 0.717
        },
        {
            "start": 74.94822,
            "duration": 0.52396,
            "confidence": 0.693
        },
        {
            "start": 75.47218,
            "duration": 0.52116,
            "confidence": 0.615
        },
        {
            "start": 75.99334,
            "duration": 0.52162,
            "confidence": 0.512
        },
        {
            "start": 76.51496,
            "duration": 0.52021,
            "confidence": 0.696
        },
        {
            "start": 77.03517,
            "duration": 0.52161,
            "confidence": 0.536
        },
        {
            "start": 77.55678,
            "duration": 0.52022,
            "confidence": 0.616
        },
        {
            "start": 78.07701,
            "duration": 0.52163,
            "confidence": 0.428
        },
        {
            "start": 78.59864,
            "duration": 0.51885,
            "confidence": 0.586
        },
        {
            "start": 79.11749,
            "duration": 0.52118,
            "confidence": 0.512
        },
        {
            "start": 79.63866,
            "duration": 0.52118,
            "confidence": 0.452
        },
        {
            "start": 80.15984,
            "duration": 0.52397,
            "confidence": 0.645
        },
        {
            "start": 80.68382,
            "duration": 0.52164,
            "confidence": 0.752
        },
        {
            "start": 81.20546,
            "duration": 0.52024,
            "confidence": 0.693
        },
        {
            "start": 81.7257,
            "duration": 0.51977,
            "confidence": 0.615
        },
        {
            "start": 82.24547,
            "duration": 0.52302,
            "confidence": 0.535
        },
        {
            "start": 82.76849,
            "duration": 0.52115,
            "confidence": 0.724
        },
        {
            "start": 83.28964,
            "duration": 0.51881,
            "confidence": 0.728
        },
        {
            "start": 83.80845,
            "duration": 0.52207,
            "confidence": 0.638
        },
        {
            "start": 84.33052,
            "duration": 0.5216,
            "confidence": 0.456
        },
        {
            "start": 84.85212,
            "duration": 0.52161,
            "confidence": 0.584
        },
        {
            "start": 85.37373,
            "duration": 0.52068,
            "confidence": 0.381
        },
        {
            "start": 85.89441,
            "duration": 0.52254,
            "confidence": 0.355
        },
        {
            "start": 86.41695,
            "duration": 0.52255,
            "confidence": 0.547
        },
        {
            "start": 86.9395,
            "duration": 0.52394,
            "confidence": 0.715
        },
        {
            "start": 87.46344,
            "duration": 0.51928,
            "confidence": 0.591
        },
        {
            "start": 87.98273,
            "duration": 0.5216,
            "confidence": 0.459
        },
        {
            "start": 88.50433,
            "duration": 0.51926,
            "confidence": 0.419
        },
        {
            "start": 89.02359,
            "duration": 0.52065,
            "confidence": 0.578
        },
        {
            "start": 89.54424,
            "duration": 0.5197,
            "confidence": 0.402
        },
        {
            "start": 90.06395,
            "duration": 0.52202,
            "confidence": 0.374
        },
        {
            "start": 90.58596,
            "duration": 0.52387,
            "confidence": 0.262
        },
        {
            "start": 91.10983,
            "duration": 0.5206,
            "confidence": 0.417
        },
        {
            "start": 91.63043,
            "duration": 0.52246,
            "confidence": 0.432
        },
        {
            "start": 92.1529,
            "duration": 0.52573,
            "confidence": 0.41
        },
        {
            "start": 92.67862,
            "duration": 0.5248,
            "confidence": 0.239
        },
        {
            "start": 93.20342,
            "duration": 0.52295,
            "confidence": 0.363
        },
        {
            "start": 93.72637,
            "duration": 0.52155,
            "confidence": 0.431
        },
        {
            "start": 94.24792,
            "duration": 0.52109,
            "confidence": 0.532
        },
        {
            "start": 94.76902,
            "duration": 0.52155,
            "confidence": 0.584
        },
        {
            "start": 95.29057,
            "duration": 0.52108,
            "confidence": 0.636
        },
        {
            "start": 95.81165,
            "duration": 0.52105,
            "confidence": 0.619
        },
        {
            "start": 96.33269,
            "duration": 0.52195,
            "confidence": 0.464
        },
        {
            "start": 96.85464,
            "duration": 0.52052,
            "confidence": 0.465
        },
        {
            "start": 97.37515,
            "duration": 0.52096,
            "confidence": 0.498
        },
        {
            "start": 97.89612,
            "duration": 0.51954,
            "confidence": 0.447
        },
        {
            "start": 98.41566,
            "duration": 0.52235,
            "confidence": 0.482
        },
        {
            "start": 98.93801,
            "duration": 0.51957,
            "confidence": 0.58
        },
        {
            "start": 99.45758,
            "duration": 0.52054,
            "confidence": 0.647
        },
        {
            "start": 99.97812,
            "duration": 0.52153,
            "confidence": 0.562
        },
        {
            "start": 100.49965,
            "duration": 0.52251,
            "confidence": 0.346
        },
        {
            "start": 101.02216,
            "duration": 0.52163,
            "confidence": 0.435
        },
        {
            "start": 101.54379,
            "duration": 0.5249,
            "confidence": 0.541
        },
        {
            "start": 102.06869,
            "duration": 0.52164,
            "confidence": 0.559
        },
        {
            "start": 102.59033,
            "duration": 0.52442,
            "confidence": 0.577
        },
        {
            "start": 103.11475,
            "duration": 0.52065,
            "confidence": 0.354
        },
        {
            "start": 103.6354,
            "duration": 0.51969,
            "confidence": 0.275
        },
        {
            "start": 104.1551,
            "duration": 0.52245,
            "confidence": 0.406
        },
        {
            "start": 104.67755,
            "duration": 0.52429,
            "confidence": 0.409
        },
        {
            "start": 105.20184,
            "duration": 0.51823,
            "confidence": 0.403
        },
        {
            "start": 105.72007,
            "duration": 0.52196,
            "confidence": 0.547
        },
        {
            "start": 106.24203,
            "duration": 0.52011,
            "confidence": 0.559
        },
        {
            "start": 106.76214,
            "duration": 0.52338,
            "confidence": 0.597
        },
        {
            "start": 107.28552,
            "duration": 0.52199,
            "confidence": 0.479
        },
        {
            "start": 107.80752,
            "duration": 0.5206,
            "confidence": 0.404
        },
        {
            "start": 108.32812,
            "duration": 0.52012,
            "confidence": 0.475
        },
        {
            "start": 108.84824,
            "duration": 0.52429,
            "confidence": 0.416
        },
        {
            "start": 109.37254,
            "duration": 0.52427,
            "confidence": 0.368
        },
        {
            "start": 109.89681,
            "duration": 0.52471,
            "confidence": 0.515
        },
        {
            "start": 110.42152,
            "duration": 0.52189,
            "confidence": 0.496
        },
        {
            "start": 110.9434,
            "duration": 0.52279,
            "confidence": 0.486
        },
        {
            "start": 111.46619,
            "duration": 0.52042,
            "confidence": 0.566
        },
        {
            "start": 111.98661,
            "duration": 0.52132,
            "confidence": 0.57
        },
        {
            "start": 112.50793,
            "duration": 0.52083,
            "confidence": 0.579
        },
        {
            "start": 113.02876,
            "duration": 0.51988,
            "confidence": 0.413
        },
        {
            "start": 113.54865,
            "duration": 0.51985,
            "confidence": 0.468
        },
        {
            "start": 114.06849,
            "duration": 0.52028,
            "confidence": 0.517
        },
        {
            "start": 114.58878,
            "duration": 0.52115,
            "confidence": 0.518
        },
        {
            "start": 115.10993,
            "duration": 0.5239,
            "confidence": 0.581
        },
        {
            "start": 115.63383,
            "duration": 0.5215,
            "confidence": 0.668
        },
        {
            "start": 116.15533,
            "duration": 0.52142,
            "confidence": 0.612
        },
        {
            "start": 116.67675,
            "duration": 0.52271,
            "confidence": 0.556
        },
        {
            "start": 117.19946,
            "duration": 0.52449,
            "confidence": 0.389
        },
        {
            "start": 117.72395,
            "duration": 0.52485,
            "confidence": 0.441
        },
        {
            "start": 118.24879,
            "duration": 0.52291,
            "confidence": 0.556
        },
        {
            "start": 118.7717,
            "duration": 0.52096,
            "confidence": 0.544
        },
        {
            "start": 119.29266,
            "duration": 0.52275,
            "confidence": 0.523
        },
        {
            "start": 119.81542,
            "duration": 0.52083,
            "confidence": 0.385
        },
        {
            "start": 120.33625,
            "duration": 0.51986,
            "confidence": 0.349
        },
        {
            "start": 120.85611,
            "duration": 0.52075,
            "confidence": 0.49
        },
        {
            "start": 121.37686,
            "duration": 0.5212,
            "confidence": 0.461
        },
        {
            "start": 121.89806,
            "duration": 0.52118,
            "confidence": 0.365
        },
        {
            "start": 122.41924,
            "duration": 0.52303,
            "confidence": 0.503
        },
        {
            "start": 122.94228,
            "duration": 0.52117,
            "confidence": 0.519
        },
        {
            "start": 123.46345,
            "duration": 0.52256,
            "confidence": 0.56
        },
        {
            "start": 123.98601,
            "duration": 0.52302,
            "confidence": 0.433
        },
        {
            "start": 124.50902,
            "duration": 0.51976,
            "confidence": 0.331
        },
        {
            "start": 125.02879,
            "duration": 0.51883,
            "confidence": 0.31
        },
        {
            "start": 125.54762,
            "duration": 0.52069,
            "confidence": 0.227
        },
        {
            "start": 126.0683,
            "duration": 0.51929,
            "confidence": 0.336
        },
        {
            "start": 126.58759,
            "duration": 0.52068,
            "confidence": 0.525
        },
        {
            "start": 127.10827,
            "duration": 0.52207,
            "confidence": 0.712
        },
        {
            "start": 127.63034,
            "duration": 0.52067,
            "confidence": 0.686
        },
        {
            "start": 128.15102,
            "duration": 0.51974,
            "confidence": 0.774
        },
        {
            "start": 128.67075,
            "duration": 0.52206,
            "confidence": 0.73
        },
        {
            "start": 129.19281,
            "duration": 0.5202,
            "confidence": 0.792
        },
        {
            "start": 129.71301,
            "duration": 0.52158,
            "confidence": 0.718
        },
        {
            "start": 130.23459,
            "duration": 0.52111,
            "confidence": 0.601
        },
        {
            "start": 130.7557,
            "duration": 0.52157,
            "confidence": 0.528
        },
        {
            "start": 131.27727,
            "duration": 0.52111,
            "confidence": 0.462
        },
        {
            "start": 131.79839,
            "duration": 0.52343,
            "confidence": 0.571
        },
        {
            "start": 132.32181,
            "duration": 0.5225,
            "confidence": 0.592
        },
        {
            "start": 132.8443,
            "duration": 0.52482,
            "confidence": 0.687
        },
        {
            "start": 133.36913,
            "duration": 0.52296,
            "confidence": 0.661
        },
        {
            "start": 133.89207,
            "duration": 0.52203,
            "confidence": 0.566
        },
        {
            "start": 134.41412,
            "duration": 0.5211,
            "confidence": 0.573
        },
        {
            "start": 134.93521,
            "duration": 0.52249,
            "confidence": 0.48
        },
        {
            "start": 135.4577,
            "duration": 0.52248,
            "confidence": 0.54
        },
        {
            "start": 135.98018,
            "duration": 0.52248,
            "confidence": 0.66
        },
        {
            "start": 136.50266,
            "duration": 0.51969,
            "confidence": 0.691
        },
        {
            "start": 137.02234,
            "duration": 0.52247,
            "confidence": 0.79
        },
        {
            "start": 137.54482,
            "duration": 0.52199,
            "confidence": 0.716
        },
        {
            "start": 138.0668,
            "duration": 0.52153,
            "confidence": 0.605
        },
        {
            "start": 138.58833,
            "duration": 0.52152,
            "confidence": 0.57
        },
        {
            "start": 139.10986,
            "duration": 0.52106,
            "confidence": 0.584
        },
        {
            "start": 139.6309,
            "duration": 0.51966,
            "confidence": 0.504
        },
        {
            "start": 140.15057,
            "duration": 0.52198,
            "confidence": 0.613
        },
        {
            "start": 140.67256,
            "duration": 0.52059,
            "confidence": 0.628
        },
        {
            "start": 141.19315,
            "duration": 0.52244,
            "confidence": 0.68
        },
        {
            "start": 141.71559,
            "duration": 0.52337,
            "confidence": 0.481
        },
        {
            "start": 142.23895,
            "duration": 0.52105,
            "confidence": 0.371
        },
        {
            "start": 142.76001,
            "duration": 0.52151,
            "confidence": 0.458
        },
        {
            "start": 143.28152,
            "duration": 0.5229,
            "confidence": 0.511
        },
        {
            "start": 143.80441,
            "duration": 0.52243,
            "confidence": 0.591
        },
        {
            "start": 144.32686,
            "duration": 0.52336,
            "confidence": 0.694
        },
        {
            "start": 144.85022,
            "duration": 0.52243,
            "confidence": 0.711
        },
        {
            "start": 145.37265,
            "duration": 0.51965,
            "confidence": 0.773
        },
        {
            "start": 145.89229,
            "duration": 0.5215,
            "confidence": 0.688
        },
        {
            "start": 146.4138,
            "duration": 0.52336,
            "confidence": 0.576
        },
        {
            "start": 146.93716,
            "duration": 0.52383,
            "confidence": 0.491
        },
        {
            "start": 147.46098,
            "duration": 0.5229,
            "confidence": 0.492
        },
        {
            "start": 147.9839,
            "duration": 0.51687,
            "confidence": 0.574
        },
        {
            "start": 148.50076,
            "duration": 0.52105,
            "confidence": 0.528
        },
        {
            "start": 149.02182,
            "duration": 0.52477,
            "confidence": 0.532
        },
        {
            "start": 149.54659,
            "duration": 0.52291,
            "confidence": 0.375
        },
        {
            "start": 150.0695,
            "duration": 0.52153,
            "confidence": 0.243
        },
        {
            "start": 150.59103,
            "duration": 0.52154,
            "confidence": 0.187
        },
        {
            "start": 151.11256,
            "duration": 0.52108,
            "confidence": 0.177
        },
        {
            "start": 151.63364,
            "duration": 0.52619,
            "confidence": 0.313
        },
        {
            "start": 152.15984,
            "duration": 0.52202,
            "confidence": 0.391
        },
        {
            "start": 152.68185,
            "duration": 0.52063,
            "confidence": 0.498
        },
        {
            "start": 153.20248,
            "duration": 0.52062,
            "confidence": 0.537
        },
        {
            "start": 153.72311,
            "duration": 0.51922,
            "confidence": 0.62
        },
        {
            "start": 154.24234,
            "duration": 0.52015,
            "confidence": 0.587
        },
        {
            "start": 154.76248,
            "duration": 0.522,
            "confidence": 0.468
        },
        {
            "start": 155.28448,
            "duration": 0.5206,
            "confidence": 0.476
        },
        {
            "start": 155.80508,
            "duration": 0.52013,
            "confidence": 0.511
        },
        {
            "start": 156.32521,
            "duration": 0.5206,
            "confidence": 0.461
        },
        {
            "start": 156.84583,
            "duration": 0.52246,
            "confidence": 0.454
        },
        {
            "start": 157.36829,
            "duration": 0.52155,
            "confidence": 0.532
        },
        {
            "start": 157.88983,
            "duration": 0.52157,
            "confidence": 0.607
        },
        {
            "start": 158.41139,
            "duration": 0.52205,
            "confidence": 0.545
        },
        {
            "start": 158.93346,
            "duration": 0.52254,
            "confidence": 0.307
        },
        {
            "start": 159.45598,
            "duration": 0.52304,
            "confidence": 0.391
        },
        {
            "start": 159.97902,
            "duration": 0.52447,
            "confidence": 0.511
        },
        {
            "start": 160.5035,
            "duration": 0.5208,
            "confidence": 0.547
        },
        {
            "start": 161.02428,
            "duration": 0.52315,
            "confidence": 0.576
        },
        {
            "start": 161.54742,
            "duration": 0.51948,
            "confidence": 0.336
        },
        {
            "start": 162.06691,
            "duration": 0.51905,
            "confidence": 0.177
        },
        {
            "start": 162.58595,
            "duration": 0.52282,
            "confidence": 0.273
        },
        {
            "start": 163.1088,
            "duration": 0.52425,
            "confidence": 0.269
        },
        {
            "start": 163.63304,
            "duration": 0.51872,
            "confidence": 0.39
        },
        {
            "start": 164.15176,
            "duration": 0.52295,
            "confidence": 0.525
        },
        {
            "start": 164.67471,
            "duration": 0.523,
            "confidence": 0.453
        },
        {
            "start": 165.19771,
            "duration": 0.52352,
            "confidence": 0.543
        },
        {
            "start": 165.72124,
            "duration": 0.5231,
            "confidence": 0.464
        },
        {
            "start": 166.24432,
            "duration": 0.52081,
            "confidence": 0.375
        },
        {
            "start": 166.76515,
            "duration": 0.51899,
            "confidence": 0.457
        },
        {
            "start": 167.28413,
            "duration": 0.52134,
            "confidence": 0.431
        },
        {
            "start": 167.80548,
            "duration": 0.52415,
            "confidence": 0.364
        },
        {
            "start": 168.32964,
            "duration": 0.52276,
            "confidence": 0.429
        },
        {
            "start": 168.85239,
            "duration": 0.5223,
            "confidence": 0.442
        },
        {
            "start": 169.3747,
            "duration": 0.52324,
            "confidence": 0.445
        },
        {
            "start": 169.89792,
            "duration": 0.52045,
            "confidence": 0.546
        },
        {
            "start": 170.41837,
            "duration": 0.52047,
            "confidence": 0.533
        },
        {
            "start": 170.93884,
            "duration": 0.52281,
            "confidence": 0.496
        },
        {
            "start": 171.46165,
            "duration": 0.52052,
            "confidence": 0.291
        },
        {
            "start": 171.98216,
            "duration": 0.51961,
            "confidence": 0.303
        },
        {
            "start": 172.50179,
            "duration": 0.51918,
            "confidence": 0.317
        },
        {
            "start": 173.02097,
            "duration": 0.52013,
            "confidence": 0.341
        },
        {
            "start": 173.54109,
            "duration": 0.52389,
            "confidence": 0.474
        },
        {
            "start": 174.06499,
            "duration": 0.52299,
            "confidence": 0.518
        },
        {
            "start": 174.58797,
            "duration": 0.52209,
            "confidence": 0.463
        },
        {
            "start": 175.11006,
            "duration": 0.52211,
            "confidence": 0.29
        },
        {
            "start": 175.63217,
            "duration": 0.52306,
            "confidence": 0.278
        },
        {
            "start": 176.15523,
            "duration": 0.52633,
            "confidence": 0.227
        },
        {
            "start": 176.68156,
            "duration": 0.5245,
            "confidence": 0.391
        },
        {
            "start": 177.20605,
            "duration": 0.52034,
            "confidence": 0.479
        },
        {
            "start": 177.7264,
            "duration": 0.5213,
            "confidence": 0.514
        },
        {
            "start": 178.2477,
            "duration": 0.51854,
            "confidence": 0.379
        },
        {
            "start": 178.76624,
            "duration": 0.51857,
            "confidence": 0.314
        },
        {
            "start": 179.2848,
            "duration": 0.51954,
            "confidence": 0.42
        },
        {
            "start": 179.80437,
            "duration": 0.52005,
            "confidence": 0.346
        },
        {
            "start": 180.32442,
            "duration": 0.51961,
            "confidence": 0.281
        },
        {
            "start": 180.84402,
            "duration": 0.52335,
            "confidence": 0.42
        },
        {
            "start": 181.36737,
            "duration": 0.52336,
            "confidence": 0.431
        },
        {
            "start": 181.89073,
            "duration": 0.52477,
            "confidence": 0.56
        },
        {
            "start": 182.4155,
            "duration": 0.52431,
            "confidence": 0.447
        },
        {
            "start": 182.9398,
            "duration": 0.52151,
            "confidence": 0.375
        },
        {
            "start": 183.46132,
            "duration": 0.52105,
            "confidence": 0.41
        },
        {
            "start": 183.98238,
            "duration": 0.52338,
            "confidence": 0.367
        },
        {
            "start": 184.50575,
            "duration": 0.52012,
            "confidence": 0.378
        },
        {
            "start": 185.02586,
            "duration": 0.51825,
            "confidence": 0.494
        },
        {
            "start": 185.54411,
            "duration": 0.5201,
            "confidence": 0.504
        },
        {
            "start": 186.06422,
            "duration": 0.52288,
            "confidence": 0.417
        },
        {
            "start": 186.5871,
            "duration": 0.52239,
            "confidence": 0.366
        },
        {
            "start": 187.10948,
            "duration": 0.5219,
            "confidence": 0.304
        },
        {
            "start": 187.63138,
            "duration": 0.5214,
            "confidence": 0.285
        },
        {
            "start": 188.15279,
            "duration": 0.52136,
            "confidence": 0.383
        },
        {
            "start": 188.67413,
            "duration": 0.52318,
            "confidence": 0.342
        },
        {
            "start": 189.19733,
            "duration": 0.52268,
            "confidence": 0.288
        },
        {
            "start": 189.72,
            "duration": 0.52125,
            "confidence": 0.386
        },
        {
            "start": 190.24126,
            "duration": 0.52309,
            "confidence": 0.384
        },
        {
            "start": 190.76433,
            "duration": 0.52074,
            "confidence": 0.389
        },
        {
            "start": 191.28506,
            "duration": 0.5184,
            "confidence": 0.427
        },
        {
            "start": 191.80347,
            "duration": 0.52398,
            "confidence": 0.445
        },
        {
            "start": 192.32745,
            "duration": 0.52445,
            "confidence": 0.341
        },
        {
            "start": 192.8519,
            "duration": 0.52167,
            "confidence": 0.288
        },
        {
            "start": 193.37357,
            "duration": 0.5226,
            "confidence": 0.272
        },
        {
            "start": 193.89616,
            "duration": 0.52215,
            "confidence": 0.392
        },
        {
            "start": 194.41832,
            "duration": 0.52215,
            "confidence": 0.486
        },
        {
            "start": 194.94048,
            "duration": 0.52076,
            "confidence": 0.331
        },
        {
            "start": 195.46124,
            "duration": 0.51937,
            "confidence": 0.186
        },
        {
            "start": 195.9806,
            "duration": 0.52169,
            "confidence": 0.261
        },
        {
            "start": 196.5023,
            "duration": 0.52355,
            "confidence": 0.395
        },
        {
            "start": 197.02585,
            "duration": 0.51983,
            "confidence": 0.402
        },
        {
            "start": 197.54568,
            "duration": 0.52215,
            "confidence": 0.4
        },
        {
            "start": 198.06783,
            "duration": 0.52121,
            "confidence": 0.487
        },
        {
            "start": 198.58904,
            "duration": 0.52586,
            "confidence": 0.532
        },
        {
            "start": 199.1149,
            "duration": 0.51887,
            "confidence": 0.376
        },
        {
            "start": 199.63377,
            "duration": 0.51979,
            "confidence": 0.279
        },
        {
            "start": 200.15356,
            "duration": 0.52163,
            "confidence": 0.341
        },
        {
            "start": 200.67519,
            "duration": 0.52347,
            "confidence": 0.351
        },
        {
            "start": 201.19865,
            "duration": 0.52198,
            "confidence": 0.2
        },
        {
            "start": 201.72064,
            "duration": 0.52695,
            "confidence": 0.081
        },
        {
            "start": 202.24759,
            "duration": 0.52929,
            "confidence": 0.046
        },
        {
            "start": 202.77689,
            "duration": 0.52929,
            "confidence": 0.053
        }
    ],
    "sections": [
        {
            "start": 0.0,
            "duration": 6.97092,
            "confidence": 1.0,
            "loudness": -14.938,
            "tempo": 113.178,
            "tempo_confidence": 0.647,
            "key": 9,
            "key_confidence": 0.297,
            "mode": 1,
            "mode_confidence": 0.471,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 6.97092,
            "duration": 23.10418,
            "confidence": 0.829,
            "loudness": -7.771,
            "tempo": 109.173,
            "tempo_confidence": 0.501,
            "key": 9,
            "key_confidence": 0.162,
            "mode": 0,
            "mode_confidence": 0.319,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 30.07511,
            "duration": 34.4244,
            "confidence": 0.743,
            "loudness": -1.593,
            "tempo": 115.02,
            "tempo_confidence": 0.458,
            "key": 9,
            "key_confidence": 0.0,
            "mode": 1,
            "mode_confidence": 0.214,
            "time_signature": 4,
            "time_signature_confidence": 0.969
        },
        {
            "start": 64.4995,
            "duration": 28.70392,
            "confidence": 0.86,
            "loudness": -6.108,
            "tempo": 115.066,
            "tempo_confidence": 0.575,
            "key": 11,
            "key_confidence": 0.54,
            "mode": 0,
            "mode_confidence": 0.486,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 93.20342,
            "duration": 35.98939,
            "confidence": 0.73,
            "loudness": -1.492,
            "tempo": 115.081,
            "tempo_confidence": 0.495,
            "key": 9,
            "key_confidence": 0.0,
            "mode": 1,
            "mode_confidence": 0.026,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 129.19281,
            "duration": 20.87669,
            "confidence": 0.614,
            "loudness": -3.597,
            "tempo": 114.954,
            "tempo_confidence": 0.591,
            "key": 11,
            "key_confidence": 0.398,
            "mode": 0,
            "mode_confidence": 0.383,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 150.0695,
            "duration": 57.89036,
            "confidence": 0.701,
            "loudness": -1.024,
            "tempo": 114.986,
            "tempo_confidence": 0.39,
            "key": 2,
            "key_confidence": 0.043,
            "mode": 1,
            "mode_confidence": 0.382,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        }
    ],
    "segments": [
        {
            "start": 0.0,
            "duration": 0.24317,
            "confidence": 1.0,
            "loudness_start": -59.656,
            "loudness_max_time": 0.21478,
            "loudness_max": -36.317,
            "loudness_end": 0.0,
            "pitches": [
                0.769,
                1.0,
                0.262,
                0.182,
                0.28,
                0.316,
                0.129,
                0.116,
                0.188,
                0.213,
                0.241,
                0.423
            ],
            "timbre": [
                7.406,
                64.456,
                37.595,
                -176.296,
                43.329,
                -43.952,
                71.439,
                -117.9,
                -41.103,
                37.712,
                20.429,
                -8.869
            ]
        },
        {
            "start": 0.24317,
            "duration": 0.2624,
            "confidence": 0.975,
            "loudness_start": -34.039,
            "loudness_max_time": 0.07659,
            "loudness_max": -20.161,
            "loudness_end": 0.0,
            "pitches": [
                0.517,
                0.464,
                0.286,
                0.5,
                0.476,
                0.446,
                0.323,
                0.759,
                1.0,
                0.621,
                0.447,
                0.388
            ],
            "timbre": [
                32.213,
                8.343,
                41.371,
                -125.928,
                -20.494,
                -14.643,
                34.569,
                31.383,
                1.863,
                -4.452,
                -3.377,
                -6.69
            ]
        },
        {
            "start": 0.50558,
            "duration": 0.19596,
            "confidence": 0.362,
            "loudness_start": -24.576,
            "loudness_max_time": 0.07177,
            "loudness_max": -16.295,
            "loudness_end": 0.0,
            "pitches": [
                0.667,
                0.772,
                0.963,
                1.0,
                0.884,
                0.491,
                0.345,
                0.396,
                0.399,
                0.342,
                0.361,
                0.726
            ],
            "timbre": [
                40.463,
                57.892,
                1.418,
                -24.92,
                -7.913,
                -53.271,
                -21.592,
                -0.285,
                -0.743,
                9.137,
                -8.135,
                17.104
            ]
        },
        {
            "start": 0.70154,
            "duration": 0.19891,
            "confidence": 0.435,
            "loudness_start": -23.053,
            "loudness_max_time": 0.07305,
            "loudness_max": -14.25,
            "loudness_end": 0.0,
            "pitches": [
                0.212,
                0.141,
                0.294,
                0.396,
                1.0,
                0.761,
                0.791,
                0.364,
                0.826,
                0.477,
                0.271,
                0.169
            ],
            "timbre": [
                42.115,
                64.373,
                -0.233,
                -62.878,
                15.916,
                -52.444,
                -26.514,
                23.189,
                -10.518,
                10.089,
                -2.726,
                36.01
            ]
        },
        {
            "start": 0.90045,
            "duration": 0.12082,
            "confidence": 0.253,
            "loudness_start": -18.084,
            "loudness_max_time": 0.00395,
            "loudness_max": -13.326,
            "loudness_end": 0.0,
            "pitches": [
                0.28,
                0.292,
                0.373,
                0.515,
                0.596,
                0.803,
                1.0,
                0.251,
                0.573,
                0.747,
                0.764,
                0.439
            ],
            "timbre": [
                43.633,
                83.613,
                -21.969,
                -26.144,
                23.659,
                -59.22,
                -26.908,
                -0.353,
                -20.946,
                -14.37,
                -18.398,
                34.41
            ]
        },
        {
            "start": 1.02127,
            "duration": 0.13397,
            "confidence": 0.192,
            "loudness_start": -18.845,
            "loudness_max_time": 0.01286,
            "loudness_max": -13.767,
            "loudness_end": 0.0,
            "pitches": [
                0.593,
                0.248,
                0.446,
                0.28,
                0.463,
                0.388,
                0.215,
                0.516,
                1.0,
                0.941,
                0.849,
                0.712
            ],
            "timbre": [
                44.266,
                99.305,
                -22.798,
                -30.886,
                39.336,
                -47.621,
                -27.068,
                4.321,
                -29.58,
                1.306,
                -5.506,
                -0.861
            ]
        },
        {
            "start": 1.15524,
            "duration": 0.06925,
            "confidence": 0.138,
            "loudness_start": -18.386,
            "loudness_max_time": 0.00814,
            "loudness_max": -13.666,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.615,
                0.664,
                0.192,
                0.821,
                0.44,
                0.703,
                0.39,
                0.156,
                0.261,
                0.3,
                0.862
            ],
            "timbre": [
                44.676,
                95.024,
                -42.257,
                -50.65,
                49.857,
                -62.797,
                -20.237,
                -12.859,
                -29.442,
                15.683,
                -5.127,
                -13.065
            ]
        },
        {
            "start": 1.22449,
            "duration": 0.12794,
            "confidence": 0.165,
            "loudness_start": -16.504,
            "loudness_max_time": 0.07301,
            "loudness_max": -12.099,
            "loudness_end": 0.0,
            "pitches": [
                0.659,
                0.517,
                0.146,
                0.134,
                0.473,
                0.255,
                0.55,
                0.475,
                0.985,
                0.49,
                0.395,
                1.0
            ],
            "timbre": [
                45.915,
                97.503,
                -26.322,
                -48.833,
                56.106,
                -49.835,
                -13.812,
                -11.249,
                -21.705,
                -6.644,
                -17.087,
                -14.821
            ]
        },
        {
            "start": 1.35243,
            "duration": 0.26712,
            "confidence": 0.316,
            "loudness_start": -16.901,
            "loudness_max_time": 0.01498,
            "loudness_max": -9.849,
            "loudness_end": 0.0,
            "pitches": [
                0.722,
                0.682,
                0.799,
                0.542,
                0.788,
                0.416,
                0.549,
                0.516,
                0.533,
                1.0,
                0.603,
                0.963
            ],
            "timbre": [
                41.75,
                147.291,
                42.697,
                147.985,
                58.828,
                -62.169,
                -16.427,
                36.229,
                -2.323,
                -38.945,
                -32.106,
                0.207
            ]
        },
        {
            "start": 1.61955,
            "duration": 0.12771,
            "confidence": 0.049,
            "loudness_start": -32.781,
            "loudness_max_time": 0.01443,
            "loudness_max": -28.842,
            "loudness_end": 0.0,
            "pitches": [
                0.347,
                0.373,
                0.839,
                0.418,
                1.0,
                0.232,
                0.236,
                0.334,
                0.362,
                0.52,
                0.384,
                0.385
            ],
            "timbre": [
                27.549,
                147.295,
                63.185,
                49.348,
                84.831,
                -50.119,
                -22.682,
                -9.317,
                -13.382,
                7.916,
                -14.081,
                -15.827
            ]
        },
        {
            "start": 1.74726,
            "duration": 0.11619,
            "confidence": 0.751,
            "loudness_start": -37.662,
            "loudness_max_time": 0.03201,
            "loudness_max": -27.191,
            "loudness_end": 0.0,
            "pitches": [
                0.757,
                0.506,
                0.91,
                0.625,
                0.908,
                0.468,
                0.575,
                0.624,
                0.9,
                0.857,
                1.0,
                0.62
            ],
            "timbre": [
                29.043,
                205.51,
                65.807,
                50.667,
                46.007,
                -26.052,
                -14.346,
                -24.236,
                -10.665,
                -0.232,
                5.551,
                7.381
            ]
        },
        {
            "start": 1.86345,
            "duration": 0.27293,
            "confidence": 1.0,
            "loudness_start": -35.78,
            "loudness_max_time": 0.01517,
            "loudness_max": -13.48,
            "loudness_end": 0.0,
            "pitches": [
                0.941,
                0.863,
                0.756,
                0.727,
                0.776,
                0.593,
                0.821,
                0.701,
                0.673,
                0.698,
                0.653,
                1.0
            ],
            "timbre": [
                38.641,
                153.202,
                75.3,
                164.709,
                58.086,
                -30.942,
                -13.077,
                54.485,
                -16.993,
                -20.054,
                -25.239,
                12.092
            ]
        },
        {
            "start": 2.13637,
            "duration": 0.1332,
            "confidence": 0.524,
            "loudness_start": -38.476,
            "loudness_max_time": 0.02296,
            "loudness_max": -30.907,
            "loudness_end": 0.0,
            "pitches": [
                0.753,
                0.556,
                0.623,
                0.44,
                0.347,
                0.355,
                0.444,
                0.619,
                0.83,
                0.775,
                1.0,
                0.463
            ],
            "timbre": [
                24.65,
                170.76,
                41.883,
                56.703,
                32.906,
                -28.097,
                7.596,
                -13.523,
                -23.321,
                0.105,
                2.103,
                11.217
            ]
        },
        {
            "start": 2.26957,
            "duration": 0.11633,
            "confidence": 0.891,
            "loudness_start": -40.49,
            "loudness_max_time": 0.02933,
            "loudness_max": -28.262,
            "loudness_end": 0.0,
            "pitches": [
                0.694,
                0.515,
                0.801,
                0.58,
                0.532,
                0.508,
                0.621,
                0.715,
                0.888,
                0.631,
                1.0,
                0.5
            ],
            "timbre": [
                28.006,
                225.388,
                62.176,
                52.508,
                29.728,
                -24.915,
                -0.656,
                -24.972,
                -22.289,
                -0.424,
                7.753,
                27.552
            ]
        },
        {
            "start": 2.3859,
            "duration": 0.27279,
            "confidence": 1.0,
            "loudness_start": -37.705,
            "loudness_max_time": 0.03593,
            "loudness_max": -13.085,
            "loudness_end": 0.0,
            "pitches": [
                0.954,
                1.0,
                0.887,
                0.923,
                0.795,
                0.687,
                0.948,
                0.774,
                0.768,
                0.799,
                0.755,
                0.995
            ],
            "timbre": [
                38.779,
                146.515,
                61.676,
                183.78,
                52.308,
                -23.296,
                -11.282,
                44.738,
                -11.799,
                -27.779,
                -39.641,
                16.555
            ]
        },
        {
            "start": 2.65868,
            "duration": 0.11615,
            "confidence": 0.793,
            "loudness_start": -38.745,
            "loudness_max_time": 0.02069,
            "loudness_max": -28.314,
            "loudness_end": 0.0,
            "pitches": [
                0.721,
                0.464,
                0.723,
                0.592,
                0.412,
                0.502,
                0.516,
                0.593,
                0.703,
                0.698,
                1.0,
                0.542
            ],
            "timbre": [
                26.873,
                220.947,
                56.154,
                69.706,
                32.42,
                -36.04,
                0.995,
                -32.17,
                -28.067,
                -2.619,
                -2.714,
                18.485
            ]
        },
        {
            "start": 2.77483,
            "duration": 0.26113,
            "confidence": 1.0,
            "loudness_start": -38.973,
            "loudness_max_time": 0.01426,
            "loudness_max": -13.087,
            "loudness_end": 0.0,
            "pitches": [
                0.805,
                0.747,
                0.643,
                0.638,
                0.703,
                0.547,
                0.744,
                0.667,
                0.603,
                0.623,
                0.588,
                1.0
            ],
            "timbre": [
                39.125,
                160.012,
                76.558,
                158.392,
                58.879,
                -22.358,
                -12.274,
                50.553,
                -15.913,
                -16.7,
                -16.079,
                13.899
            ]
        },
        {
            "start": 3.03596,
            "duration": 0.27855,
            "confidence": 1.0,
            "loudness_start": -37.312,
            "loudness_max_time": 0.01516,
            "loudness_max": -13.433,
            "loudness_end": 0.0,
            "pitches": [
                0.855,
                0.857,
                0.703,
                0.706,
                0.74,
                0.573,
                0.786,
                0.712,
                0.629,
                0.619,
                0.573,
                1.0
            ],
            "timbre": [
                38.261,
                141.303,
                72.982,
                158.139,
                54.298,
                -35.166,
                -10.387,
                57.44,
                -21.958,
                -6.69,
                -10.647,
                17.551
            ]
        },
        {
            "start": 3.31451,
            "duration": 0.11039,
            "confidence": 0.713,
            "loudness_start": -38.571,
            "loudness_max_time": 0.02925,
            "loudness_max": -28.454,
            "loudness_end": 0.0,
            "pitches": [
                0.875,
                0.682,
                0.942,
                0.822,
                0.706,
                0.643,
                0.716,
                0.874,
                0.875,
                0.624,
                1.0,
                0.598
            ],
            "timbre": [
                27.723,
                223.731,
                58.846,
                58.218,
                35.937,
                -31.22,
                -3.165,
                -19.42,
                -22.007,
                -0.985,
                0.802,
                33.478
            ]
        },
        {
            "start": 3.4249,
            "duration": 0.28472,
            "confidence": 1.0,
            "loudness_start": -36.779,
            "loudness_max_time": 0.01872,
            "loudness_max": -13.198,
            "loudness_end": 0.0,
            "pitches": [
                0.867,
                0.802,
                0.738,
                0.713,
                0.73,
                0.56,
                0.816,
                0.698,
                0.654,
                0.65,
                0.672,
                1.0
            ],
            "timbre": [
                38.658,
                163.238,
                69.87,
                169.664,
                63.071,
                -0.398,
                -8.837,
                54.711,
                -16.73,
                -17.608,
                -14.036,
                8.891
            ]
        },
        {
            "start": 3.70961,
            "duration": 0.12154,
            "confidence": 0.494,
            "loudness_start": -38.719,
            "loudness_max_time": 0.0157,
            "loudness_max": -31.443,
            "loudness_end": 0.0,
            "pitches": [
                0.886,
                0.768,
                0.828,
                0.612,
                0.465,
                0.542,
                0.555,
                0.854,
                0.878,
                0.78,
                1.0,
                0.703
            ],
            "timbre": [
                24.301,
                174.972,
                43.319,
                58.001,
                22.821,
                -49.485,
                8.811,
                -11.654,
                -30.686,
                5.646,
                -9.736,
                19.766
            ]
        },
        {
            "start": 3.83116,
            "duration": 0.1161,
            "confidence": 0.893,
            "loudness_start": -40.753,
            "loudness_max_time": 0.03083,
            "loudness_max": -28.662,
            "loudness_end": 0.0,
            "pitches": [
                0.71,
                0.57,
                0.944,
                0.7,
                0.592,
                0.614,
                0.702,
                0.821,
                0.905,
                0.585,
                1.0,
                0.621
            ],
            "timbre": [
                27.425,
                224.973,
                54.84,
                53.249,
                37.41,
                -5.133,
                3.356,
                -17.959,
                -22.947,
                -0.611,
                7.844,
                31.196
            ]
        },
        {
            "start": 3.94726,
            "duration": 0.27891,
            "confidence": 1.0,
            "loudness_start": -37.642,
            "loudness_max_time": 0.01509,
            "loudness_max": -13.232,
            "loudness_end": 0.0,
            "pitches": [
                0.907,
                0.865,
                0.743,
                0.715,
                0.8,
                0.61,
                0.853,
                0.712,
                0.68,
                0.715,
                0.663,
                1.0
            ],
            "timbre": [
                38.385,
                153.91,
                75.136,
                169.781,
                59.186,
                -13.126,
                -9.472,
                54.315,
                -17.62,
                -10.486,
                -12.717,
                8.988
            ]
        },
        {
            "start": 4.22617,
            "duration": 0.13333,
            "confidence": 0.512,
            "loudness_start": -39.178,
            "loudness_max_time": 0.02006,
            "loudness_max": -31.509,
            "loudness_end": 0.0,
            "pitches": [
                0.779,
                0.51,
                0.57,
                0.404,
                0.311,
                0.364,
                0.403,
                0.609,
                0.775,
                0.698,
                1.0,
                0.502
            ],
            "timbre": [
                24.409,
                183.173,
                47.742,
                55.871,
                29.2,
                -39.24,
                9.508,
                -9.49,
                -29.052,
                1.846,
                -0.743,
                20.104
            ]
        },
        {
            "start": 4.3595,
            "duration": 0.11039,
            "confidence": 0.898,
            "loudness_start": -40.957,
            "loudness_max_time": 0.02413,
            "loudness_max": -28.235,
            "loudness_end": 0.0,
            "pitches": [
                0.539,
                0.533,
                1.0,
                0.764,
                0.614,
                0.641,
                0.706,
                0.83,
                0.875,
                0.508,
                0.872,
                0.652
            ],
            "timbre": [
                27.804,
                223.36,
                58.877,
                61.227,
                29.834,
                -32.708,
                -5.025,
                -23.769,
                -21.759,
                -1.034,
                -3.969,
                33.216
            ]
        },
        {
            "start": 4.46989,
            "duration": 0.2727,
            "confidence": 1.0,
            "loudness_start": -37.713,
            "loudness_max_time": 0.01419,
            "loudness_max": -12.778,
            "loudness_end": 0.0,
            "pitches": [
                0.892,
                0.875,
                0.772,
                0.793,
                0.724,
                0.618,
                0.853,
                0.699,
                0.685,
                0.702,
                0.653,
                1.0
            ],
            "timbre": [
                38.589,
                146.621,
                62.863,
                177.408,
                53.202,
                -10.089,
                -7.362,
                44.634,
                -14.564,
                -21.493,
                -26.698,
                14.529
            ]
        },
        {
            "start": 4.74259,
            "duration": 0.11624,
            "confidence": 0.807,
            "loudness_start": -39.179,
            "loudness_max_time": 0.02357,
            "loudness_max": -27.694,
            "loudness_end": 0.0,
            "pitches": [
                0.726,
                0.507,
                0.873,
                0.755,
                0.515,
                0.575,
                0.632,
                0.761,
                0.755,
                0.731,
                1.0,
                0.788
            ],
            "timbre": [
                27.001,
                224.696,
                54.473,
                77.455,
                31.337,
                -24.558,
                -0.936,
                -27.678,
                -26.627,
                -1.675,
                -4.053,
                16.477
            ]
        },
        {
            "start": 4.85882,
            "duration": 0.26712,
            "confidence": 1.0,
            "loudness_start": -38.937,
            "loudness_max_time": 0.02237,
            "loudness_max": -12.985,
            "loudness_end": 0.0,
            "pitches": [
                0.876,
                0.826,
                0.715,
                0.743,
                0.788,
                0.608,
                0.811,
                0.721,
                0.653,
                0.677,
                0.659,
                1.0
            ],
            "timbre": [
                38.787,
                161.634,
                74.804,
                160.36,
                60.734,
                1.758,
                -8.277,
                50.527,
                -16.958,
                -7.325,
                -2.206,
                13.033
            ]
        },
        {
            "start": 5.12594,
            "duration": 0.27855,
            "confidence": 1.0,
            "loudness_start": -36.648,
            "loudness_max_time": 0.01322,
            "loudness_max": -13.714,
            "loudness_end": 0.0,
            "pitches": [
                0.864,
                0.853,
                0.716,
                0.693,
                0.705,
                0.563,
                0.746,
                0.684,
                0.62,
                0.583,
                0.543,
                1.0
            ],
            "timbre": [
                38.412,
                141.842,
                73.81,
                160.301,
                52.024,
                -44.249,
                -15.887,
                57.838,
                -17.888,
                -12.302,
                -19.128,
                14.342
            ]
        },
        {
            "start": 5.40449,
            "duration": 0.11029,
            "confidence": 0.703,
            "loudness_start": -38.857,
            "loudness_max_time": 0.02365,
            "loudness_max": -28.014,
            "loudness_end": 0.0,
            "pitches": [
                0.819,
                0.592,
                0.699,
                0.628,
                0.524,
                0.469,
                0.624,
                0.765,
                0.892,
                0.708,
                1.0,
                0.505
            ],
            "timbre": [
                28.176,
                222.92,
                68.988,
                54.372,
                26.158,
                -43.144,
                -4.642,
                -20.704,
                -22.499,
                1.606,
                5.167,
                31.871
            ]
        },
        {
            "start": 5.51478,
            "duration": 0.27882,
            "confidence": 1.0,
            "loudness_start": -36.353,
            "loudness_max_time": 0.02971,
            "loudness_max": -12.901,
            "loudness_end": 0.0,
            "pitches": [
                0.621,
                0.693,
                0.489,
                0.414,
                0.495,
                0.368,
                0.477,
                0.561,
                0.634,
                1.0,
                0.578,
                0.741
            ],
            "timbre": [
                41.57,
                134.462,
                102.563,
                127.227,
                74.333,
                -13.584,
                2.065,
                6.592,
                -11.266,
                -14.76,
                -19.084,
                4.805
            ]
        },
        {
            "start": 5.79361,
            "duration": 0.24948,
            "confidence": 1.0,
            "loudness_start": -28.677,
            "loudness_max_time": 0.19716,
            "loudness_max": -10.699,
            "loudness_end": 0.0,
            "pitches": [
                0.163,
                0.536,
                0.859,
                0.616,
                1.0,
                0.418,
                0.09,
                0.072,
                0.185,
                0.276,
                0.278,
                0.396
            ],
            "timbre": [
                46.45,
                87.147,
                157.897,
                31.33,
                62.518,
                -27.058,
                27.602,
                40.398,
                -44.535,
                32.71,
                26.143,
                34.825
            ]
        },
        {
            "start": 6.04308,
            "duration": 0.31946,
            "confidence": 0.514,
            "loudness_start": -15.2,
            "loudness_max_time": 0.07033,
            "loudness_max": -7.877,
            "loudness_end": 0.0,
            "pitches": [
                0.249,
                0.153,
                0.17,
                0.509,
                1.0,
                0.284,
                0.077,
                0.072,
                0.089,
                0.153,
                0.21,
                0.85
            ],
            "timbre": [
                48.048,
                111.423,
                103.548,
                77.885,
                72.542,
                -14.703,
                6.552,
                -53.954,
                -35.533,
                9.544,
                -49.66,
                14.528
            ]
        },
        {
            "start": 6.36254,
            "duration": 0.1912,
            "confidence": 0.909,
            "loudness_start": -24.662,
            "loudness_max_time": 0.1316,
            "loudness_max": -8.463,
            "loudness_end": 0.0,
            "pitches": [
                0.061,
                0.147,
                0.223,
                0.333,
                1.0,
                0.186,
                0.037,
                0.021,
                0.038,
                0.071,
                0.043,
                0.121
            ],
            "timbre": [
                45.755,
                137.188,
                45.591,
                -81.054,
                96.083,
                8.027,
                2.807,
                -76.674,
                -2.386,
                41.431,
                15.321,
                -7.786
            ]
        },
        {
            "start": 6.55374,
            "duration": 0.26023,
            "confidence": 0.336,
            "loudness_start": -10.651,
            "loudness_max_time": 0.02455,
            "loudness_max": -7.228,
            "loudness_end": 0.0,
            "pitches": [
                0.032,
                0.074,
                0.045,
                0.515,
                1.0,
                0.121,
                0.047,
                0.042,
                0.04,
                0.056,
                0.033,
                0.05
            ],
            "timbre": [
                49.764,
                70.205,
                23.141,
                43.668,
                52.834,
                -18.613,
                -52.235,
                -38.64,
                13.867,
                2.94,
                -21.634,
                27.833
            ]
        },
        {
            "start": 6.81397,
            "duration": 0.14,
            "confidence": 0.259,
            "loudness_start": -16.578,
            "loudness_max_time": 0.04847,
            "loudness_max": -12.312,
            "loudness_end": 0.0,
            "pitches": [
                0.017,
                0.073,
                1.0,
                0.1,
                0.042,
                0.01,
                0.013,
                0.007,
                0.018,
                0.116,
                0.014,
                0.011
            ],
            "timbre": [
                45.868,
                -30.312,
                19.785,
                -23.165,
                86.109,
                -33.147,
                0.623,
                -29.721,
                -13.79,
                2.482,
                -0.642,
                23.784
            ]
        },
        {
            "start": 6.95397,
            "duration": 0.14558,
            "confidence": 0.63,
            "loudness_start": -15.599,
            "loudness_max_time": 0.01905,
            "loudness_max": -9.028,
            "loudness_end": 0.0,
            "pitches": [
                0.115,
                0.735,
                1.0,
                0.114,
                0.097,
                0.06,
                0.088,
                0.074,
                0.175,
                0.256,
                0.07,
                0.075
            ],
            "timbre": [
                47.695,
                14.849,
                38.37,
                62.229,
                70.128,
                -33.342,
                -20.19,
                -21.374,
                -1.778,
                -6.713,
                -32.595,
                6.388
            ]
        },
        {
            "start": 7.09955,
            "duration": 0.11596,
            "confidence": 0.457,
            "loudness_start": -19.848,
            "loudness_max_time": 0.08048,
            "loudness_max": -14.084,
            "loudness_end": 0.0,
            "pitches": [
                0.223,
                1.0,
                0.165,
                0.059,
                0.081,
                0.098,
                0.03,
                0.079,
                0.33,
                0.078,
                0.05,
                0.062
            ],
            "timbre": [
                44.797,
                -17.929,
                50.211,
                -19.026,
                104.268,
                -36.713,
                -10.007,
                1.243,
                -15.669,
                27.243,
                3.827,
                6.471
            ]
        },
        {
            "start": 7.21551,
            "duration": 0.2556,
            "confidence": 0.442,
            "loudness_start": -15.892,
            "loudness_max_time": 0.00541,
            "loudness_max": -10.556,
            "loudness_end": 0.0,
            "pitches": [
                0.062,
                0.202,
                1.0,
                0.119,
                0.032,
                0.029,
                0.054,
                0.029,
                0.059,
                0.136,
                0.033,
                0.042
            ],
            "timbre": [
                46.365,
                48.13,
                44.598,
                45.662,
                55.721,
                -38.134,
                -11.788,
                -19.765,
                -35.334,
                4.888,
                -31.937,
                14.505
            ]
        },
        {
            "start": 7.47111,
            "duration": 0.13365,
            "confidence": 0.985,
            "loudness_start": -20.93,
            "loudness_max_time": 0.08692,
            "loudness_max": -7.278,
            "loudness_end": 0.0,
            "pitches": [
                0.086,
                0.088,
                0.095,
                0.159,
                0.315,
                1.0,
                0.234,
                0.032,
                0.024,
                0.091,
                0.04,
                0.038
            ],
            "timbre": [
                47.914,
                76.98,
                44.96,
                -94.629,
                60.071,
                24.812,
                -35.073,
                60.997,
                -11.17,
                -0.811,
                26.594,
                13.14
            ]
        },
        {
            "start": 7.60476,
            "duration": 0.41764,
            "confidence": 0.218,
            "loudness_start": -10.714,
            "loudness_max_time": 0.04535,
            "loudness_max": -6.547,
            "loudness_end": 0.0,
            "pitches": [
                0.032,
                0.21,
                0.492,
                0.522,
                1.0,
                0.076,
                0.05,
                0.066,
                0.091,
                0.074,
                0.066,
                0.101
            ],
            "timbre": [
                49.621,
                115.02,
                33.159,
                78.456,
                36.067,
                -10.582,
                -40.507,
                -42.58,
                -23.522,
                -11.076,
                -45.038,
                34.465
            ]
        },
        {
            "start": 8.0224,
            "duration": 0.35964,
            "confidence": 0.929,
            "loudness_start": -25.625,
            "loudness_max_time": 0.11282,
            "loudness_max": -11.405,
            "loudness_end": 0.0,
            "pitches": [
                0.796,
                1.0,
                0.646,
                0.637,
                0.74,
                0.551,
                0.704,
                0.729,
                0.967,
                0.93,
                0.758,
                0.906
            ],
            "timbre": [
                38.98,
                130.952,
                90.666,
                -29.326,
                94.899,
                -11.013,
                15.927,
                1.547,
                -31.211,
                7.339,
                -31.623,
                43.783
            ]
        },
        {
            "start": 8.38204,
            "duration": 0.14531,
            "confidence": 1.0,
            "loudness_start": -27.748,
            "loudness_max_time": 0.08452,
            "loudness_max": -8.687,
            "loudness_end": 0.0,
            "pitches": [
                0.034,
                0.222,
                1.0,
                0.268,
                0.069,
                0.043,
                0.264,
                0.024,
                0.028,
                0.155,
                0.078,
                0.026
            ],
            "timbre": [
                48.062,
                56.215,
                95.665,
                -34.27,
                63.852,
                26.643,
                -0.908,
                28.562,
                -32.142,
                5.192,
                26.559,
                15.422
            ]
        },
        {
            "start": 8.52735,
            "duration": 0.3717,
            "confidence": 0.307,
            "loudness_start": -9.884,
            "loudness_max_time": 0.02416,
            "loudness_max": -6.262,
            "loudness_end": 0.0,
            "pitches": [
                0.266,
                0.403,
                0.365,
                0.69,
                0.876,
                0.214,
                0.27,
                0.374,
                0.524,
                0.259,
                0.609,
                1.0
            ],
            "timbre": [
                50.492,
                137.737,
                122.996,
                63.37,
                54.804,
                -33.289,
                4.097,
                13.959,
                -16.756,
                -13.179,
                -13.495,
                15.117
            ]
        },
        {
            "start": 8.89905,
            "duration": 0.1454,
            "confidence": 0.617,
            "loudness_start": -18.312,
            "loudness_max_time": 0.09756,
            "loudness_max": -10.293,
            "loudness_end": 0.0,
            "pitches": [
                0.045,
                0.059,
                1.0,
                0.397,
                0.027,
                0.014,
                0.045,
                0.017,
                0.025,
                0.143,
                0.044,
                0.027
            ],
            "timbre": [
                47.72,
                50.345,
                40.023,
                -35.482,
                42.18,
                -12.626,
                -31.254,
                -21.708,
                -20.265,
                15.833,
                5.513,
                14.233
            ]
        },
        {
            "start": 9.04444,
            "duration": 0.26091,
            "confidence": 0.192,
            "loudness_start": -13.689,
            "loudness_max_time": 0.00317,
            "loudness_max": -8.706,
            "loudness_end": 0.0,
            "pitches": [
                0.465,
                1.0,
                0.352,
                0.265,
                0.281,
                0.156,
                0.142,
                0.134,
                0.201,
                0.197,
                0.189,
                0.231
            ],
            "timbre": [
                48.031,
                73.829,
                37.016,
                35.236,
                31.403,
                -48.883,
                -39.467,
                22.2,
                -11.02,
                -15.599,
                -4.912,
                6.186
            ]
        },
        {
            "start": 9.30535,
            "duration": 0.38281,
            "confidence": 0.614,
            "loudness_start": -17.546,
            "loudness_max_time": 0.13631,
            "loudness_max": -10.921,
            "loudness_end": 0.0,
            "pitches": [
                0.124,
                0.744,
                1.0,
                0.162,
                0.032,
                0.046,
                0.066,
                0.039,
                0.135,
                0.193,
                0.093,
                0.075
            ],
            "timbre": [
                45.644,
                55.582,
                66.461,
                65.001,
                74.381,
                -31.844,
                -20.441,
                27.388,
                -34.979,
                4.583,
                -34.496,
                23.199
            ]
        },
        {
            "start": 9.68816,
            "duration": 0.35279,
            "confidence": 1.0,
            "loudness_start": -28.701,
            "loudness_max_time": 0.01814,
            "loudness_max": -3.765,
            "loudness_end": 0.0,
            "pitches": [
                0.997,
                0.634,
                0.304,
                0.147,
                0.15,
                0.12,
                0.245,
                0.581,
                0.774,
                1.0,
                0.582,
                0.858
            ],
            "timbre": [
                49.62,
                27.77,
                -37.2,
                58.528,
                7.541,
                -41.499,
                27.28,
                35.797,
                -13.114,
                11.483,
                10.206,
                29.714
            ]
        },
        {
            "start": 10.04095,
            "duration": 0.15252,
            "confidence": 0.278,
            "loudness_start": -23.173,
            "loudness_max_time": 0.09176,
            "loudness_max": -18.802,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.414,
                0.097,
                0.094,
                0.25,
                0.252,
                0.244,
                0.224,
                0.288,
                0.379,
                0.737,
                0.135
            ],
            "timbre": [
                38.709,
                26.842,
                -24.199,
                -41.149,
                13.88,
                -46.907,
                35.893,
                23.588,
                35.129,
                12.918,
                -24.106,
                18.309
            ]
        },
        {
            "start": 10.19347,
            "duration": 0.42993,
            "confidence": 1.0,
            "loudness_start": -24.503,
            "loudness_max_time": 0.03545,
            "loudness_max": -7.742,
            "loudness_end": 0.0,
            "pitches": [
                0.282,
                0.218,
                0.12,
                0.114,
                0.088,
                0.192,
                0.533,
                1.0,
                0.903,
                0.512,
                0.36,
                0.334
            ],
            "timbre": [
                44.545,
                14.175,
                -53.263,
                -1.42,
                21.388,
                49.836,
                18.097,
                25.85,
                34.628,
                -2.966,
                -0.278,
                0.758
            ]
        },
        {
            "start": 10.6234,
            "duration": 0.0927,
            "confidence": 0.263,
            "loudness_start": -23.444,
            "loudness_max_time": 0.02141,
            "loudness_max": -19.079,
            "loudness_end": 0.0,
            "pitches": [
                0.186,
                0.121,
                0.074,
                0.075,
                0.504,
                0.498,
                0.997,
                1.0,
                0.372,
                0.407,
                0.193,
                0.161
            ],
            "timbre": [
                39.396,
                50.72,
                -27.898,
                -29.443,
                15.118,
                -56.63,
                29.855,
                -19.605,
                37.126,
                18.064,
                -8.312,
                13.113
            ]
        },
        {
            "start": 10.7161,
            "duration": 0.24254,
            "confidence": 1.0,
            "loudness_start": -21.302,
            "loudness_max_time": 0.06649,
            "loudness_max": -5.542,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.57,
                0.417,
                0.348,
                0.252,
                0.219,
                0.244,
                0.456,
                0.594,
                0.707,
                0.521,
                0.919
            ],
            "timbre": [
                48.753,
                23.534,
                -28.851,
                32.922,
                27.685,
                20.25,
                53.107,
                26.351,
                -20.103,
                27.273,
                -16.8,
                14.331
            ]
        },
        {
            "start": 10.95864,
            "duration": 0.13161,
            "confidence": 0.014,
            "loudness_start": -21.074,
            "loudness_max_time": 0.05636,
            "loudness_max": -17.694,
            "loudness_end": 0.0,
            "pitches": [
                0.821,
                0.773,
                0.411,
                0.422,
                1.0,
                0.973,
                0.855,
                0.857,
                0.184,
                0.216,
                0.823,
                0.115
            ],
            "timbre": [
                39.972,
                12.125,
                -53.306,
                -40.623,
                21.84,
                -43.185,
                44.624,
                36.878,
                11.902,
                -16.893,
                -21.795,
                -0.786
            ]
        },
        {
            "start": 11.09025,
            "duration": 0.3019,
            "confidence": 1.0,
            "loudness_start": -22.93,
            "loudness_max_time": 0.05736,
            "loudness_max": -5.103,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.588,
                0.373,
                0.2,
                0.321,
                0.234,
                0.349,
                0.73,
                0.446,
                0.352,
                0.269,
                0.952
            ],
            "timbre": [
                45.32,
                -11.43,
                -12.438,
                -79.766,
                36.428,
                46.802,
                52.578,
                16.1,
                6.686,
                -31.477,
                -44.526,
                3.671
            ]
        },
        {
            "start": 11.39215,
            "duration": 0.14866,
            "confidence": 0.945,
            "loudness_start": -19.095,
            "loudness_max_time": 0.07109,
            "loudness_max": -6.791,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.755,
                0.077,
                0.047,
                0.27,
                0.274,
                0.553,
                0.479,
                0.657,
                0.847,
                0.841,
                0.228
            ],
            "timbre": [
                51.013,
                24.042,
                17.392,
                -29.991,
                9.462,
                -1.88,
                31.599,
                3.483,
                -17.953,
                19.581,
                9.095,
                -3.08
            ]
        },
        {
            "start": 11.54082,
            "duration": 0.24263,
            "confidence": 0.398,
            "loudness_start": -10.705,
            "loudness_max_time": 0.05362,
            "loudness_max": -5.519,
            "loudness_end": 0.0,
            "pitches": [
                0.204,
                0.177,
                0.121,
                0.078,
                0.084,
                0.744,
                0.536,
                0.138,
                0.118,
                0.172,
                0.194,
                1.0
            ],
            "timbre": [
                50.347,
                54.658,
                3.694,
                30.682,
                13.168,
                -9.694,
                10.75,
                8.861,
                26.993,
                -17.049,
                -40.924,
                10.213
            ]
        },
        {
            "start": 11.78345,
            "duration": 0.39578,
            "confidence": 0.863,
            "loudness_start": -17.843,
            "loudness_max_time": 0.02607,
            "loudness_max": -6.941,
            "loudness_end": 0.0,
            "pitches": [
                0.253,
                0.202,
                0.108,
                0.063,
                0.061,
                0.173,
                0.58,
                1.0,
                0.619,
                0.339,
                0.244,
                0.26
            ],
            "timbre": [
                47.571,
                36.354,
                -69.03,
                55.597,
                -9.699,
                -47.547,
                -2.201,
                -5.31,
                23.702,
                -6.906,
                -30.112,
                11.933
            ]
        },
        {
            "start": 12.17923,
            "duration": 0.0985,
            "confidence": 0.107,
            "loudness_start": -22.648,
            "loudness_max_time": 0.02967,
            "loudness_max": -19.11,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.844,
                0.305,
                0.24,
                0.351,
                0.336,
                0.197,
                0.201,
                0.544,
                0.504,
                0.978,
                0.36
            ],
            "timbre": [
                38.677,
                44.074,
                -35.439,
                -8.883,
                3.694,
                -41.36,
                43.985,
                -18.534,
                8.604,
                -9.013,
                -0.228,
                42.101
            ]
        },
        {
            "start": 12.27773,
            "duration": 0.418,
            "confidence": 1.0,
            "loudness_start": -23.656,
            "loudness_max_time": 0.07667,
            "loudness_max": -6.55,
            "loudness_end": 0.0,
            "pitches": [
                0.31,
                0.225,
                0.131,
                0.124,
                0.124,
                0.194,
                0.534,
                1.0,
                0.767,
                0.457,
                0.3,
                0.364
            ],
            "timbre": [
                45.141,
                3.758,
                -29.993,
                -1.462,
                30.491,
                46.708,
                56.828,
                48.257,
                5.807,
                -15.415,
                -15.303,
                17.251
            ]
        },
        {
            "start": 12.69574,
            "duration": 0.1337,
            "confidence": 0.138,
            "loudness_start": -20.773,
            "loudness_max_time": 0.03294,
            "loudness_max": -17.491,
            "loudness_end": 0.0,
            "pitches": [
                0.99,
                0.577,
                0.15,
                0.11,
                0.288,
                0.334,
                0.285,
                0.257,
                0.347,
                0.395,
                1.0,
                0.108
            ],
            "timbre": [
                39.755,
                36.699,
                -21.059,
                6.585,
                6.885,
                -44.405,
                54.963,
                -14.432,
                -6.223,
                -13.166,
                0.443,
                29.161
            ]
        },
        {
            "start": 12.82943,
            "duration": 0.38263,
            "confidence": 1.0,
            "loudness_start": -24.557,
            "loudness_max_time": 0.01173,
            "loudness_max": -4.57,
            "loudness_end": 0.0,
            "pitches": [
                0.274,
                0.2,
                0.165,
                0.087,
                0.095,
                0.195,
                0.626,
                1.0,
                0.667,
                0.406,
                0.345,
                0.26
            ],
            "timbre": [
                49.428,
                15.04,
                -28.899,
                67.992,
                -9.339,
                -59.617,
                40.996,
                13.941,
                -23.764,
                -4.962,
                -21.16,
                29.793
            ]
        },
        {
            "start": 13.21206,
            "duration": 0.26907,
            "confidence": 0.991,
            "loudness_start": -18.785,
            "loudness_max_time": 0.01924,
            "loudness_max": -4.781,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.496,
                0.246,
                0.123,
                0.212,
                0.117,
                0.192,
                0.468,
                0.283,
                0.301,
                0.204,
                0.984
            ],
            "timbre": [
                49.073,
                52.058,
                -60.845,
                38.154,
                12.414,
                -38.951,
                3.169,
                42.671,
                -9.492,
                26.459,
                -6.423,
                5.63
            ]
        },
        {
            "start": 13.48113,
            "duration": 0.2068,
            "confidence": 0.939,
            "loudness_start": -20.33,
            "loudness_max_time": 0.06862,
            "loudness_max": -6.98,
            "loudness_end": 0.0,
            "pitches": [
                0.366,
                0.689,
                0.574,
                0.15,
                0.22,
                0.37,
                0.308,
                0.512,
                0.68,
                0.802,
                0.453,
                1.0
            ],
            "timbre": [
                51.118,
                49.228,
                5.145,
                -30.151,
                9.513,
                -27.178,
                38.828,
                23.46,
                -21.882,
                33.823,
                0.609,
                12.007
            ]
        },
        {
            "start": 13.68794,
            "duration": 0.18,
            "confidence": 0.184,
            "loudness_start": -9.924,
            "loudness_max_time": 0.05268,
            "loudness_max": -6.093,
            "loudness_end": 0.0,
            "pitches": [
                0.43,
                0.596,
                0.495,
                0.533,
                1.0,
                0.962,
                0.55,
                0.489,
                0.233,
                0.247,
                0.13,
                0.745
            ],
            "timbre": [
                51.444,
                100.653,
                23.413,
                -9.247,
                14.482,
                -32.699,
                -6.07,
                5.517,
                9.806,
                -8.311,
                -2.946,
                -0.757
            ]
        },
        {
            "start": 13.86794,
            "duration": 0.1859,
            "confidence": 0.11,
            "loudness_start": -10.121,
            "loudness_max_time": 0.01392,
            "loudness_max": -7.918,
            "loudness_end": 0.0,
            "pitches": [
                0.236,
                0.144,
                0.146,
                0.176,
                0.197,
                0.187,
                0.177,
                0.128,
                0.12,
                0.231,
                0.229,
                1.0
            ],
            "timbre": [
                48.915,
                104.119,
                35.877,
                48.603,
                14.743,
                -34.687,
                -23.865,
                18.659,
                -5.432,
                -13.726,
                -17.747,
                10.257
            ]
        },
        {
            "start": 14.05383,
            "duration": 0.11664,
            "confidence": 0.517,
            "loudness_start": -18.499,
            "loudness_max_time": 0.04006,
            "loudness_max": -12.724,
            "loudness_end": 0.0,
            "pitches": [
                0.626,
                0.833,
                0.757,
                0.525,
                0.58,
                0.338,
                0.224,
                0.343,
                0.422,
                0.736,
                0.578,
                1.0
            ],
            "timbre": [
                45.386,
                168.911,
                115.215,
                40.479,
                73.315,
                -9.556,
                43.395,
                -22.413,
                -35.914,
                -11.784,
                -1.877,
                19.545
            ]
        },
        {
            "start": 14.17048,
            "duration": 0.19025,
            "confidence": 0.757,
            "loudness_start": -16.752,
            "loudness_max_time": 0.04626,
            "loudness_max": -7.909,
            "loudness_end": 0.0,
            "pitches": [
                0.103,
                0.13,
                0.687,
                1.0,
                0.617,
                0.182,
                0.258,
                0.254,
                0.156,
                0.7,
                0.339,
                0.162
            ],
            "timbre": [
                48.393,
                80.473,
                78.237,
                93.672,
                53.377,
                -9.561,
                -12.861,
                -7.475,
                -16.857,
                -21.828,
                -43.865,
                21.716
            ]
        },
        {
            "start": 14.36073,
            "duration": 0.27937,
            "confidence": 1.0,
            "loudness_start": -22.395,
            "loudness_max_time": 0.0665,
            "loudness_max": -6.183,
            "loudness_end": 0.0,
            "pitches": [
                0.078,
                0.08,
                0.083,
                0.072,
                1.0,
                0.402,
                0.075,
                0.038,
                0.066,
                0.087,
                0.039,
                0.12
            ],
            "timbre": [
                47.558,
                56.672,
                48.092,
                -25.973,
                55.103,
                67.793,
                -24.185,
                21.341,
                -6.005,
                -25.64,
                -4.421,
                6.784
            ]
        },
        {
            "start": 14.64009,
            "duration": 0.48195,
            "confidence": 0.591,
            "loudness_start": -15.723,
            "loudness_max_time": 0.16518,
            "loudness_max": -7.808,
            "loudness_end": 0.0,
            "pitches": [
                0.12,
                0.252,
                0.204,
                0.211,
                1.0,
                0.24,
                0.17,
                0.187,
                0.361,
                0.232,
                0.214,
                0.835
            ],
            "timbre": [
                49.425,
                111.62,
                89.721,
                8.113,
                40.112,
                -14.646,
                -23.424,
                3.849,
                -48.706,
                -18.248,
                5.593,
                -3.356
            ]
        },
        {
            "start": 15.12204,
            "duration": 0.17447,
            "confidence": 0.328,
            "loudness_start": -18.755,
            "loudness_max_time": 0.05924,
            "loudness_max": -14.606,
            "loudness_end": 0.0,
            "pitches": [
                0.018,
                0.159,
                1.0,
                0.187,
                0.059,
                0.019,
                0.034,
                0.021,
                0.043,
                0.151,
                0.036,
                0.036
            ],
            "timbre": [
                43.23,
                27.725,
                35.054,
                7.729,
                49.471,
                -23.534,
                -39.621,
                -33.735,
                20.512,
                1.853,
                -28.481,
                14.444
            ]
        },
        {
            "start": 15.29651,
            "duration": 0.15061,
            "confidence": 0.873,
            "loudness_start": -22.719,
            "loudness_max_time": 0.02365,
            "loudness_max": -10.829,
            "loudness_end": 0.0,
            "pitches": [
                0.94,
                0.966,
                1.0,
                0.931,
                0.72,
                0.547,
                0.725,
                0.711,
                0.613,
                0.786,
                0.648,
                0.852
            ],
            "timbre": [
                46.717,
                168.743,
                120.311,
                45.512,
                68.941,
                0.282,
                7.89,
                13.445,
                -21.725,
                -53.031,
                3.886,
                -1.696
            ]
        },
        {
            "start": 15.44712,
            "duration": 0.08753,
            "confidence": 0.603,
            "loudness_start": -18.257,
            "loudness_max_time": 0.00275,
            "loudness_max": -9.284,
            "loudness_end": 0.0,
            "pitches": [
                0.036,
                0.541,
                1.0,
                0.053,
                0.038,
                0.149,
                0.062,
                0.015,
                0.079,
                0.464,
                0.054,
                0.03
            ],
            "timbre": [
                48.041,
                46.102,
                98.553,
                47.821,
                101.613,
                -60.288,
                11.471,
                -13.648,
                -4.178,
                15.634,
                -6.868,
                30.306
            ]
        },
        {
            "start": 15.53465,
            "duration": 0.28385,
            "confidence": 0.33,
            "loudness_start": -14.072,
            "loudness_max_time": 0.03691,
            "loudness_max": -8.946,
            "loudness_end": 0.0,
            "pitches": [
                0.577,
                0.642,
                1.0,
                0.668,
                0.449,
                0.311,
                0.474,
                0.361,
                0.457,
                0.847,
                0.514,
                0.575
            ],
            "timbre": [
                44.683,
                73.225,
                75.411,
                114.657,
                100.102,
                -32.156,
                -18.821,
                65.937,
                -10.252,
                -27.863,
                -17.183,
                3.441
            ]
        },
        {
            "start": 15.8185,
            "duration": 0.09365,
            "confidence": 1.0,
            "loudness_start": -25.74,
            "loudness_max_time": 0.02551,
            "loudness_max": -7.661,
            "loudness_end": 0.0,
            "pitches": [
                0.065,
                0.084,
                0.114,
                0.19,
                1.0,
                0.775,
                0.105,
                0.141,
                0.055,
                0.113,
                0.044,
                0.048
            ],
            "timbre": [
                49.082,
                142.273,
                12.497,
                -3.743,
                28.427,
                -6.376,
                -87.148,
                -45.822,
                1.343,
                9.318,
                25.601,
                -8.356
            ]
        },
        {
            "start": 15.91215,
            "duration": 0.53923,
            "confidence": 0.43,
            "loudness_start": -12.064,
            "loudness_max_time": 0.04767,
            "loudness_max": -7.516,
            "loudness_end": 0.0,
            "pitches": [
                0.237,
                0.84,
                0.55,
                1.0,
                0.812,
                0.586,
                0.565,
                0.316,
                0.257,
                0.218,
                0.237,
                0.287
            ],
            "timbre": [
                46.492,
                82.436,
                7.803,
                67.089,
                34.893,
                -5.209,
                -57.893,
                -14.093,
                -12.665,
                2.766,
                -40.347,
                32.383
            ]
        },
        {
            "start": 16.45138,
            "duration": 0.27868,
            "confidence": 1.0,
            "loudness_start": -28.774,
            "loudness_max_time": 0.07587,
            "loudness_max": -8.84,
            "loudness_end": 0.0,
            "pitches": [
                0.148,
                1.0,
                0.885,
                0.1,
                0.054,
                0.033,
                0.038,
                0.037,
                0.062,
                0.098,
                0.058,
                0.131
            ],
            "timbre": [
                44.136,
                55.332,
                64.475,
                3.271,
                66.636,
                61.114,
                16.339,
                -0.131,
                -35.328,
                -4.817,
                -8.643,
                21.508
            ]
        },
        {
            "start": 16.73007,
            "duration": 0.15646,
            "confidence": 0.843,
            "loudness_start": -19.901,
            "loudness_max_time": 0.06761,
            "loudness_max": -9.641,
            "loudness_end": 0.0,
            "pitches": [
                0.029,
                0.105,
                1.0,
                0.208,
                0.028,
                0.01,
                0.017,
                0.006,
                0.017,
                0.085,
                0.02,
                0.02
            ],
            "timbre": [
                47.807,
                89.692,
                25.918,
                -38.117,
                27.767,
                12.927,
                -17.16,
                -19.068,
                -59.202,
                -8.917,
                6.566,
                6.559
            ]
        },
        {
            "start": 16.88653,
            "duration": 0.40649,
            "confidence": 0.59,
            "loudness_start": -13.107,
            "loudness_max_time": 0.0164,
            "loudness_max": -6.116,
            "loudness_end": 0.0,
            "pitches": [
                0.287,
                0.284,
                0.231,
                0.462,
                1.0,
                0.328,
                0.183,
                0.297,
                0.454,
                0.198,
                0.361,
                0.915
            ],
            "timbre": [
                50.372,
                118.54,
                130.826,
                79.695,
                37.891,
                -22.02,
                9.481,
                16.14,
                -21.955,
                -41.343,
                -12.77,
                7.426
            ]
        },
        {
            "start": 17.29302,
            "duration": 0.36018,
            "confidence": 0.868,
            "loudness_start": -20.64,
            "loudness_max_time": 0.07633,
            "loudness_max": -9.423,
            "loudness_end": 0.0,
            "pitches": [
                0.202,
                1.0,
                0.541,
                0.1,
                0.109,
                0.09,
                0.11,
                0.103,
                0.359,
                0.212,
                0.082,
                0.133
            ],
            "timbre": [
                44.191,
                118.685,
                72.909,
                -32.39,
                93.919,
                1.176,
                -10.341,
                -64.436,
                -9.616,
                20.185,
                -41.989,
                14.63
            ]
        },
        {
            "start": 17.6532,
            "duration": 0.38163,
            "confidence": 0.607,
            "loudness_start": -19.912,
            "loudness_max_time": 0.07623,
            "loudness_max": -8.061,
            "loudness_end": 0.0,
            "pitches": [
                0.319,
                1.0,
                0.457,
                0.056,
                0.037,
                0.048,
                0.058,
                0.05,
                0.093,
                0.044,
                0.051,
                0.173
            ],
            "timbre": [
                45.329,
                78.517,
                63.332,
                51.589,
                50.344,
                -26.349,
                -11.308,
                -17.355,
                -26.733,
                -8.422,
                -50.149,
                36.662
            ]
        },
        {
            "start": 18.03483,
            "duration": 0.41143,
            "confidence": 1.0,
            "loudness_start": -24.655,
            "loudness_max_time": 0.01961,
            "loudness_max": -6.32,
            "loudness_end": 0.0,
            "pitches": [
                0.281,
                0.208,
                0.129,
                0.08,
                0.08,
                0.164,
                0.573,
                1.0,
                0.58,
                0.484,
                0.24,
                0.29
            ],
            "timbre": [
                46.806,
                -3.429,
                -70.015,
                81.806,
                11.212,
                -30.162,
                9.305,
                10.13,
                3.264,
                16.54,
                -21.338,
                15.427
            ]
        },
        {
            "start": 18.44626,
            "duration": 0.08875,
            "confidence": 0.499,
            "loudness_start": -23.444,
            "loudness_max_time": 0.01436,
            "loudness_max": -19.366,
            "loudness_end": 0.0,
            "pitches": [
                0.225,
                0.078,
                0.055,
                0.055,
                0.477,
                0.47,
                1.0,
                0.998,
                0.484,
                0.515,
                0.204,
                0.186
            ],
            "timbre": [
                38.393,
                41.974,
                -41.486,
                -7.735,
                7.012,
                -60.773,
                30.281,
                -17.638,
                32.127,
                19.016,
                -6.009,
                15.489
            ]
        },
        {
            "start": 18.53501,
            "duration": 0.42694,
            "confidence": 1.0,
            "loudness_start": -23.494,
            "loudness_max_time": 0.04243,
            "loudness_max": -7.479,
            "loudness_end": 0.0,
            "pitches": [
                0.299,
                0.227,
                0.131,
                0.127,
                0.099,
                0.191,
                0.512,
                1.0,
                0.816,
                0.59,
                0.338,
                0.365
            ],
            "timbre": [
                44.493,
                16.664,
                -55.875,
                2.005,
                35.735,
                47.709,
                28.631,
                -2.848,
                14.495,
                7.548,
                -32.193,
                5.317
            ]
        },
        {
            "start": 18.96195,
            "duration": 0.12481,
            "confidence": 0.54,
            "loudness_start": -24.176,
            "loudness_max_time": 0.03172,
            "loudness_max": -19.05,
            "loudness_end": 0.0,
            "pitches": [
                0.985,
                0.529,
                0.119,
                0.105,
                0.288,
                0.325,
                0.276,
                0.283,
                0.465,
                0.661,
                1.0,
                0.103
            ],
            "timbre": [
                38.622,
                24.623,
                -39.767,
                -10.996,
                29.941,
                -30.88,
                39.966,
                -24.434,
                40.861,
                -10.368,
                -6.727,
                10.11
            ]
        },
        {
            "start": 19.08676,
            "duration": 0.24726,
            "confidence": 1.0,
            "loudness_start": -25.228,
            "loudness_max_time": 0.01869,
            "loudness_max": -5.555,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.45,
                0.298,
                0.294,
                0.139,
                0.121,
                0.208,
                0.22,
                0.674,
                0.607,
                0.671,
                0.994
            ],
            "timbre": [
                49.688,
                -3.393,
                -28.412,
                46.758,
                18.627,
                -30.552,
                41.216,
                16.319,
                12.976,
                7.051,
                -30.005,
                17.239
            ]
        },
        {
            "start": 19.33401,
            "duration": 0.11406,
            "confidence": 0.169,
            "loudness_start": -20.959,
            "loudness_max_time": 0.03101,
            "loudness_max": -16.721,
            "loudness_end": 0.0,
            "pitches": [
                0.807,
                1.0,
                0.439,
                0.411,
                0.74,
                0.723,
                0.665,
                0.668,
                0.463,
                0.498,
                0.65,
                0.069
            ],
            "timbre": [
                40.336,
                -2.128,
                -42.972,
                -12.098,
                11.386,
                -49.281,
                53.938,
                -7.297,
                29.237,
                -36.827,
                2.151,
                9.429
            ]
        },
        {
            "start": 19.44807,
            "duration": 0.29478,
            "confidence": 1.0,
            "loudness_start": -21.562,
            "loudness_max_time": 0.0463,
            "loudness_max": -3.842,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.566,
                0.337,
                0.181,
                0.298,
                0.268,
                0.21,
                0.631,
                0.458,
                0.369,
                0.23,
                0.945
            ],
            "timbre": [
                48.103,
                18.675,
                -19.952,
                -19.108,
                32.526,
                49.778,
                51.823,
                -1.749,
                -0.956,
                -0.077,
                -18.383,
                -8.903
            ]
        },
        {
            "start": 19.74286,
            "duration": 0.35841,
            "confidence": 0.78,
            "loudness_start": -17.742,
            "loudness_max_time": 0.06009,
            "loudness_max": -8.382,
            "loudness_end": 0.0,
            "pitches": [
                0.448,
                0.191,
                0.093,
                0.283,
                0.204,
                0.251,
                0.528,
                0.243,
                0.326,
                0.454,
                0.423,
                1.0
            ],
            "timbre": [
                48.501,
                30.108,
                -44.903,
                -5.768,
                8.921,
                -32.368,
                -28.816,
                7.406,
                33.985,
                15.991,
                -28.935,
                5.613
            ]
        },
        {
            "start": 20.10127,
            "duration": 0.43664,
            "confidence": 1.0,
            "loudness_start": -20.284,
            "loudness_max_time": 0.07832,
            "loudness_max": -5.777,
            "loudness_end": 0.0,
            "pitches": [
                0.299,
                0.211,
                0.113,
                0.087,
                0.073,
                0.18,
                0.533,
                1.0,
                0.722,
                0.38,
                0.228,
                0.322
            ],
            "timbre": [
                45.561,
                33.789,
                -54.62,
                13.413,
                22.598,
                32.42,
                41.972,
                -1.586,
                -10.462,
                14.743,
                -35.252,
                8.844
            ]
        },
        {
            "start": 20.53791,
            "duration": 0.07764,
            "confidence": 0.021,
            "loudness_start": -22.14,
            "loudness_max_time": 0.0204,
            "loudness_max": -19.57,
            "loudness_end": 0.0,
            "pitches": [
                0.21,
                0.248,
                0.181,
                0.176,
                0.634,
                0.629,
                1.0,
                1.0,
                0.479,
                0.473,
                0.169,
                0.176
            ],
            "timbre": [
                38.395,
                58.282,
                -39.655,
                -18.415,
                3.27,
                -59.169,
                35.446,
                -12.755,
                6.388,
                12.356,
                -4.77,
                44.871
            ]
        },
        {
            "start": 20.61556,
            "duration": 0.30304,
            "confidence": 0.989,
            "loudness_start": -22.759,
            "loudness_max_time": 0.04645,
            "loudness_max": -7.994,
            "loudness_end": 0.0,
            "pitches": [
                0.994,
                0.582,
                0.315,
                0.352,
                0.216,
                0.163,
                0.201,
                0.423,
                0.574,
                0.532,
                0.604,
                1.0
            ],
            "timbre": [
                45.406,
                37.154,
                -41.561,
                -38.793,
                41.247,
                29.709,
                47.731,
                -7.062,
                -21.511,
                18.735,
                -32.428,
                21.277
            ]
        },
        {
            "start": 20.91859,
            "duration": 0.25805,
            "confidence": 0.557,
            "loudness_start": -21.995,
            "loudness_max_time": 0.08124,
            "loudness_max": -15.758,
            "loudness_end": 0.0,
            "pitches": [
                0.222,
                0.209,
                0.081,
                0.079,
                0.114,
                0.213,
                0.643,
                1.0,
                0.552,
                0.235,
                0.281,
                0.26
            ],
            "timbre": [
                40.756,
                40.444,
                -20.997,
                -25.308,
                6.586,
                -11.718,
                43.245,
                15.522,
                -6.228,
                -19.218,
                -23.209,
                31.53
            ]
        },
        {
            "start": 21.17664,
            "duration": 0.39465,
            "confidence": 1.0,
            "loudness_start": -24.709,
            "loudness_max_time": 0.04863,
            "loudness_max": -4.299,
            "loudness_end": 0.0,
            "pitches": [
                0.275,
                0.199,
                0.169,
                0.083,
                0.088,
                0.191,
                0.633,
                1.0,
                0.671,
                0.36,
                0.32,
                0.247
            ],
            "timbre": [
                49.193,
                60.295,
                -56.56,
                27.117,
                -22.189,
                -9.891,
                -10.279,
                10.944,
                30.955,
                -20.677,
                -34.198,
                13.55
            ]
        },
        {
            "start": 21.57129,
            "duration": 0.26163,
            "confidence": 1.0,
            "loudness_start": -19.308,
            "loudness_max_time": 0.02438,
            "loudness_max": -4.997,
            "loudness_end": 0.0,
            "pitches": [
                0.988,
                0.527,
                0.269,
                0.175,
                0.188,
                0.111,
                0.196,
                0.526,
                0.363,
                0.378,
                0.251,
                1.0
            ],
            "timbre": [
                50.683,
                35.127,
                -31.237,
                36.106,
                2.488,
                -50.822,
                -0.191,
                25.557,
                18.374,
                14.762,
                -23.154,
                -2.446
            ]
        },
        {
            "start": 21.83293,
            "duration": 0.37161,
            "confidence": 0.848,
            "loudness_start": -19.761,
            "loudness_max_time": 0.06015,
            "loudness_max": -6.682,
            "loudness_end": 0.0,
            "pitches": [
                0.209,
                0.094,
                0.094,
                0.105,
                0.105,
                0.28,
                0.918,
                1.0,
                0.506,
                0.363,
                0.378,
                0.473
            ],
            "timbre": [
                50.532,
                55.856,
                -7.802,
                -39.839,
                -4.915,
                -36.57,
                -19.026,
                4.397,
                6.565,
                -0.764,
                -13.87,
                -9.423
            ]
        },
        {
            "start": 22.20454,
            "duration": 0.21456,
            "confidence": 0.389,
            "loudness_start": -11.544,
            "loudness_max_time": 0.02318,
            "loudness_max": -6.975,
            "loudness_end": 0.0,
            "pitches": [
                0.587,
                0.469,
                0.407,
                0.518,
                0.728,
                0.728,
                0.735,
                0.56,
                0.577,
                0.652,
                0.486,
                1.0
            ],
            "timbre": [
                47.301,
                130.709,
                26.032,
                83.208,
                24.485,
                -29.534,
                -9.685,
                6.095,
                3.203,
                -10.565,
                -12.792,
                1.369
            ]
        },
        {
            "start": 22.41909,
            "duration": 0.29583,
            "confidence": 0.791,
            "loudness_start": -18.364,
            "loudness_max_time": 0.08348,
            "loudness_max": -6.316,
            "loudness_end": 0.0,
            "pitches": [
                0.134,
                0.566,
                0.978,
                0.574,
                0.901,
                0.2,
                0.525,
                0.306,
                0.508,
                1.0,
                0.513,
                0.46
            ],
            "timbre": [
                48.709,
                130.867,
                150.89,
                -31.493,
                59.641,
                -14.702,
                14.271,
                -22.492,
                -34.641,
                15.624,
                3.501,
                10.086
            ]
        },
        {
            "start": 22.71492,
            "duration": 0.26694,
            "confidence": 0.444,
            "loudness_start": -10.364,
            "loudness_max_time": 0.04653,
            "loudness_max": -4.636,
            "loudness_end": 0.0,
            "pitches": [
                0.125,
                0.205,
                0.2,
                0.456,
                1.0,
                0.177,
                0.114,
                0.129,
                0.245,
                0.394,
                0.128,
                0.312
            ],
            "timbre": [
                49.691,
                111.849,
                52.626,
                106.153,
                101.157,
                -8.527,
                -14.987,
                18.391,
                -7.733,
                -0.993,
                -53.014,
                33.046
            ]
        },
        {
            "start": 22.98186,
            "duration": 0.26748,
            "confidence": 1.0,
            "loudness_start": -24.907,
            "loudness_max_time": 0.04272,
            "loudness_max": -9.165,
            "loudness_end": 0.0,
            "pitches": [
                0.116,
                0.28,
                0.321,
                0.591,
                1.0,
                0.159,
                0.07,
                0.127,
                0.205,
                0.396,
                0.151,
                0.116
            ],
            "timbre": [
                44.475,
                93.025,
                22.527,
                56.865,
                78.685,
                16.623,
                -24.695,
                49.205,
                -45.734,
                20.889,
                11.954,
                3.259
            ]
        },
        {
            "start": 23.24934,
            "duration": 0.40041,
            "confidence": 1.0,
            "loudness_start": -23.614,
            "loudness_max_time": 0.03633,
            "loudness_max": -6.087,
            "loudness_end": 0.0,
            "pitches": [
                0.186,
                0.247,
                1.0,
                0.408,
                0.191,
                0.07,
                0.212,
                0.453,
                0.303,
                0.332,
                0.156,
                0.456
            ],
            "timbre": [
                47.86,
                119.91,
                91.566,
                92.001,
                110.257,
                43.302,
                -11.457,
                29.368,
                -13.134,
                15.418,
                -15.202,
                -5.703
            ]
        },
        {
            "start": 23.64975,
            "duration": 0.26104,
            "confidence": 1.0,
            "loudness_start": -24.082,
            "loudness_max_time": 0.04832,
            "loudness_max": -7.42,
            "loudness_end": 0.0,
            "pitches": [
                0.245,
                1.0,
                0.177,
                0.088,
                0.223,
                0.111,
                0.048,
                0.065,
                0.359,
                0.133,
                0.106,
                0.198
            ],
            "timbre": [
                48.142,
                105.232,
                61.857,
                24.83,
                71.498,
                -11.8,
                -14.828,
                33.686,
                -15.439,
                28.413,
                -8.496,
                3.473
            ]
        },
        {
            "start": 23.91079,
            "duration": 0.35401,
            "confidence": 0.591,
            "loudness_start": -17.082,
            "loudness_max_time": 0.01138,
            "loudness_max": -9.483,
            "loudness_end": 0.0,
            "pitches": [
                0.119,
                0.754,
                1.0,
                0.285,
                0.05,
                0.07,
                0.346,
                0.074,
                0.085,
                0.153,
                0.104,
                0.07
            ],
            "timbre": [
                48.016,
                119.021,
                32.495,
                39.182,
                74.328,
                -37.56,
                -12.918,
                -11.063,
                -58.683,
                26.508,
                -32.232,
                9.086
            ]
        },
        {
            "start": 24.26481,
            "duration": 0.23206,
            "confidence": 1.0,
            "loudness_start": -19.74,
            "loudness_max_time": 0.09755,
            "loudness_max": -5.717,
            "loudness_end": 0.0,
            "pitches": [
                0.213,
                0.389,
                0.356,
                0.521,
                1.0,
                0.226,
                0.454,
                0.457,
                0.44,
                0.738,
                0.182,
                0.282
            ],
            "timbre": [
                47.196,
                121.0,
                72.271,
                8.874,
                107.569,
                53.145,
                -40.358,
                37.501,
                5.451,
                22.958,
                -40.543,
                -1.243
            ]
        },
        {
            "start": 24.49687,
            "duration": 0.27873,
            "confidence": 0.937,
            "loudness_start": -21.006,
            "loudness_max_time": 0.09071,
            "loudness_max": -7.437,
            "loudness_end": 0.0,
            "pitches": [
                0.138,
                0.493,
                1.0,
                0.121,
                0.069,
                0.09,
                0.491,
                0.106,
                0.06,
                0.082,
                0.06,
                0.074
            ],
            "timbre": [
                45.592,
                74.025,
                2.796,
                -12.65,
                58.765,
                28.031,
                -22.297,
                18.631,
                9.787,
                -10.77,
                -24.551,
                37.102
            ]
        },
        {
            "start": 24.7756,
            "duration": 0.40082,
            "confidence": 0.999,
            "loudness_start": -21.501,
            "loudness_max_time": 0.0828,
            "loudness_max": -8.5,
            "loudness_end": 0.0,
            "pitches": [
                0.202,
                1.0,
                0.165,
                0.062,
                0.24,
                0.136,
                0.051,
                0.052,
                0.116,
                0.114,
                0.148,
                0.102
            ],
            "timbre": [
                43.722,
                102.323,
                39.908,
                -18.675,
                100.586,
                24.866,
                3.171,
                1.053,
                -54.635,
                48.637,
                -52.848,
                44.88
            ]
        },
        {
            "start": 25.17642,
            "duration": 0.52812,
            "confidence": 1.0,
            "loudness_start": -23.137,
            "loudness_max_time": 0.08554,
            "loudness_max": -4.048,
            "loudness_end": 0.0,
            "pitches": [
                0.401,
                0.29,
                0.284,
                0.325,
                0.623,
                0.202,
                0.267,
                0.326,
                0.482,
                0.725,
                0.248,
                1.0
            ],
            "timbre": [
                44.242,
                141.449,
                138.91,
                -58.739,
                125.229,
                20.284,
                41.586,
                -1.577,
                -42.036,
                -5.912,
                -35.848,
                20.083
            ]
        },
        {
            "start": 25.70454,
            "duration": 0.14512,
            "confidence": 0.937,
            "loudness_start": -24.596,
            "loudness_max_time": 0.04458,
            "loudness_max": -11.73,
            "loudness_end": 0.0,
            "pitches": [
                0.502,
                1.0,
                0.658,
                0.61,
                0.769,
                0.529,
                0.804,
                0.607,
                0.462,
                0.668,
                0.544,
                0.682
            ],
            "timbre": [
                43.46,
                158.304,
                134.181,
                18.3,
                86.483,
                34.432,
                13.797,
                20.841,
                -24.71,
                -1.715,
                6.781,
                6.225
            ]
        },
        {
            "start": 25.84966,
            "duration": 0.19714,
            "confidence": 0.73,
            "loudness_start": -17.792,
            "loudness_max_time": 0.09279,
            "loudness_max": -8.344,
            "loudness_end": 0.0,
            "pitches": [
                0.322,
                0.908,
                0.24,
                0.548,
                1.0,
                0.497,
                0.158,
                0.117,
                0.135,
                0.103,
                0.157,
                0.217
            ],
            "timbre": [
                47.789,
                155.917,
                132.212,
                9.716,
                87.789,
                -12.129,
                29.024,
                -16.832,
                -28.791,
                12.692,
                -6.303,
                22.437
            ]
        },
        {
            "start": 26.0468,
            "duration": 0.31946,
            "confidence": 0.329,
            "loudness_start": -12.789,
            "loudness_max_time": 0.01063,
            "loudness_max": -8.464,
            "loudness_end": 0.0,
            "pitches": [
                0.115,
                0.175,
                0.089,
                0.191,
                1.0,
                0.332,
                0.132,
                0.06,
                0.09,
                0.087,
                0.091,
                0.142
            ],
            "timbre": [
                49.459,
                45.613,
                82.804,
                29.727,
                67.088,
                -36.862,
                -34.696,
                35.106,
                3.737,
                -5.115,
                -14.042,
                13.053
            ]
        },
        {
            "start": 26.36626,
            "duration": 0.17864,
            "confidence": 1.0,
            "loudness_start": -20.397,
            "loudness_max_time": 0.03666,
            "loudness_max": -3.682,
            "loudness_end": 0.0,
            "pitches": [
                0.981,
                0.625,
                0.14,
                0.071,
                0.109,
                0.112,
                0.448,
                0.444,
                0.905,
                0.931,
                1.0,
                0.048
            ],
            "timbre": [
                50.582,
                75.048,
                16.699,
                -12.625,
                15.522,
                38.959,
                39.977,
                -17.609,
                -25.697,
                45.541,
                20.115,
                16.624
            ]
        },
        {
            "start": 26.5449,
            "duration": 0.37261,
            "confidence": 0.046,
            "loudness_start": -9.981,
            "loudness_max_time": 0.05509,
            "loudness_max": -8.052,
            "loudness_end": 0.0,
            "pitches": [
                0.359,
                0.301,
                0.086,
                0.132,
                0.61,
                0.314,
                0.68,
                0.845,
                0.45,
                1.0,
                0.158,
                0.209
            ],
            "timbre": [
                50.765,
                4.988,
                51.699,
                -11.638,
                52.093,
                -41.302,
                48.653,
                -9.225,
                9.348,
                0.353,
                -8.3,
                11.728
            ]
        },
        {
            "start": 26.91751,
            "duration": 0.48735,
            "confidence": 0.558,
            "loudness_start": -10.092,
            "loudness_max_time": 0.00673,
            "loudness_max": -3.527,
            "loudness_end": 0.0,
            "pitches": [
                0.268,
                0.251,
                0.096,
                0.084,
                0.254,
                0.193,
                0.748,
                1.0,
                0.511,
                0.623,
                0.298,
                0.268
            ],
            "timbre": [
                52.571,
                -1.048,
                19.836,
                21.491,
                31.01,
                -75.385,
                36.247,
                3.075,
                3.888,
                8.409,
                -13.112,
                9.059
            ]
        },
        {
            "start": 27.40485,
            "duration": 0.13968,
            "confidence": 0.782,
            "loudness_start": -12.24,
            "loudness_max_time": 0.0444,
            "loudness_max": -3.852,
            "loudness_end": 0.0,
            "pitches": [
                0.93,
                1.0,
                0.303,
                0.098,
                0.195,
                0.183,
                0.42,
                0.397,
                0.51,
                0.573,
                0.75,
                0.089
            ],
            "timbre": [
                53.898,
                13.334,
                63.507,
                -28.842,
                36.008,
                -9.324,
                72.403,
                14.438,
                -4.295,
                19.055,
                9.355,
                11.296
            ]
        },
        {
            "start": 27.54454,
            "duration": 0.18,
            "confidence": 0.229,
            "loudness_start": -6.148,
            "loudness_max_time": 0.07121,
            "loudness_max": -1.971,
            "loudness_end": 0.0,
            "pitches": [
                0.285,
                0.329,
                0.06,
                0.042,
                0.702,
                0.546,
                0.992,
                1.0,
                0.35,
                0.541,
                0.17,
                0.066
            ],
            "timbre": [
                56.463,
                116.779,
                97.971,
                9.541,
                7.324,
                -36.911,
                71.584,
                30.079,
                2.141,
                -12.628,
                -6.865,
                -11.069
            ]
        },
        {
            "start": 27.72454,
            "duration": 0.31887,
            "confidence": 0.21,
            "loudness_start": -5.536,
            "loudness_max_time": 0.1523,
            "loudness_max": -0.633,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.827,
                0.632,
                0.368,
                0.648,
                0.522,
                0.564,
                0.754,
                0.309,
                0.493,
                0.298,
                0.922
            ],
            "timbre": [
                57.149,
                125.958,
                92.151,
                11.914,
                17.839,
                -26.964,
                64.045,
                11.299,
                -3.562,
                9.401,
                -15.044,
                2.636
            ]
        },
        {
            "start": 28.0434,
            "duration": 0.43578,
            "confidence": 0.488,
            "loudness_start": -5.426,
            "loudness_max_time": 0.05461,
            "loudness_max": -0.083,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                0.146,
                0.092,
                0.187,
                0.234,
                0.225,
                0.848,
                1.0,
                0.554,
                0.367,
                0.304,
                0.34
            ],
            "timbre": [
                55.119,
                87.183,
                68.652,
                77.953,
                29.784,
                -16.203,
                54.495,
                -17.449,
                -5.944,
                14.655,
                -47.111,
                5.043
            ]
        },
        {
            "start": 28.47918,
            "duration": 0.23746,
            "confidence": 0.71,
            "loudness_start": -14.133,
            "loudness_max_time": 0.01181,
            "loudness_max": -3.686,
            "loudness_end": 0.0,
            "pitches": [
                0.791,
                0.37,
                0.216,
                0.102,
                0.327,
                0.127,
                0.141,
                0.263,
                0.274,
                0.349,
                0.279,
                1.0
            ],
            "timbre": [
                52.83,
                14.907,
                13.851,
                19.537,
                16.795,
                -62.527,
                52.114,
                -12.028,
                -4.224,
                10.906,
                -14.695,
                4.994
            ]
        },
        {
            "start": 28.71664,
            "duration": 0.28499,
            "confidence": 0.345,
            "loudness_start": -11.496,
            "loudness_max_time": 0.03971,
            "loudness_max": -7.329,
            "loudness_end": 0.0,
            "pitches": [
                0.253,
                0.452,
                0.056,
                0.186,
                1.0,
                0.185,
                0.213,
                0.334,
                0.356,
                0.217,
                0.17,
                0.683
            ],
            "timbre": [
                50.179,
                -17.167,
                90.052,
                25.715,
                68.819,
                -40.641,
                46.286,
                26.666,
                11.795,
                1.218,
                -5.981,
                -6.923
            ]
        },
        {
            "start": 29.00163,
            "duration": 0.13937,
            "confidence": 0.643,
            "loudness_start": -12.273,
            "loudness_max_time": 0.00772,
            "loudness_max": -5.365,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.777,
                0.176,
                0.071,
                0.207,
                0.171,
                0.514,
                0.523,
                0.823,
                0.814,
                0.908,
                0.086
            ],
            "timbre": [
                51.923,
                28.305,
                10.121,
                -0.122,
                3.327,
                -64.759,
                39.07,
                29.423,
                -7.925,
                2.237,
                -8.278,
                11.985
            ]
        },
        {
            "start": 29.141,
            "duration": 0.34798,
            "confidence": 0.043,
            "loudness_start": -10.414,
            "loudness_max_time": 0.07009,
            "loudness_max": -8.069,
            "loudness_end": 0.0,
            "pitches": [
                0.484,
                0.828,
                0.232,
                0.147,
                0.554,
                0.184,
                0.485,
                1.0,
                0.493,
                0.218,
                0.223,
                0.292
            ],
            "timbre": [
                50.335,
                80.09,
                39.439,
                8.631,
                35.415,
                -38.137,
                50.536,
                1.398,
                -3.143,
                -0.863,
                -24.352,
                3.152
            ]
        },
        {
            "start": 29.48898,
            "duration": 0.16825,
            "confidence": 0.91,
            "loudness_start": -13.369,
            "loudness_max_time": 0.12338,
            "loudness_max": -2.479,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.896,
                0.178,
                0.149,
                0.322,
                0.262,
                0.521,
                0.529,
                0.8,
                0.801,
                0.911,
                0.082
            ],
            "timbre": [
                53.978,
                46.105,
                58.224,
                -57.529,
                31.013,
                10.919,
                56.94,
                27.992,
                -13.523,
                4.751,
                12.181,
                10.47
            ]
        },
        {
            "start": 29.65723,
            "duration": 0.26213,
            "confidence": 0.076,
            "loudness_start": -4.6,
            "loudness_max_time": 0.03122,
            "loudness_max": -1.038,
            "loudness_end": 0.0,
            "pitches": [
                0.712,
                1.0,
                0.324,
                0.334,
                0.321,
                0.241,
                0.134,
                0.229,
                0.133,
                0.101,
                0.079,
                0.375
            ],
            "timbre": [
                57.17,
                108.786,
                44.929,
                -3.222,
                14.305,
                -42.911,
                43.639,
                26.821,
                12.66,
                -16.27,
                7.834,
                8.479
            ]
        },
        {
            "start": 29.91937,
            "duration": 0.26109,
            "confidence": 0.284,
            "loudness_start": -5.117,
            "loudness_max_time": 0.01102,
            "loudness_max": -0.014,
            "loudness_end": 0.0,
            "pitches": [
                0.84,
                0.678,
                0.568,
                0.441,
                0.614,
                0.231,
                0.279,
                0.471,
                0.337,
                0.282,
                0.196,
                1.0
            ],
            "timbre": [
                57.271,
                77.258,
                36.649,
                4.663,
                8.918,
                -66.995,
                33.551,
                -14.51,
                -0.86,
                20.154,
                -10.797,
                16.247
            ]
        },
        {
            "start": 30.18045,
            "duration": 0.26073,
            "confidence": 0.129,
            "loudness_start": -4.56,
            "loudness_max_time": 0.05711,
            "loudness_max": -0.836,
            "loudness_end": 0.0,
            "pitches": [
                0.559,
                1.0,
                0.46,
                0.44,
                0.642,
                0.356,
                0.671,
                0.507,
                0.613,
                0.256,
                0.269,
                0.877
            ],
            "timbre": [
                57.981,
                83.541,
                56.512,
                -3.961,
                -1.42,
                -45.533,
                58.145,
                15.318,
                -5.605,
                -8.727,
                -10.402,
                28.744
            ]
        },
        {
            "start": 30.44118,
            "duration": 0.12186,
            "confidence": 0.371,
            "loudness_start": -5.361,
            "loudness_max_time": 0.02435,
            "loudness_max": 0.394,
            "loudness_end": 0.0,
            "pitches": [
                0.439,
                1.0,
                0.252,
                0.416,
                0.735,
                0.513,
                0.373,
                0.383,
                0.378,
                0.256,
                0.281,
                0.188
            ],
            "timbre": [
                58.18,
                112.244,
                42.69,
                8.535,
                1.203,
                -41.503,
                47.747,
                14.578,
                1.523,
                -15.557,
                3.42,
                23.678
            ]
        },
        {
            "start": 30.56304,
            "duration": 0.20907,
            "confidence": 0.034,
            "loudness_start": -3.603,
            "loudness_max_time": 0.03442,
            "loudness_max": -0.047,
            "loudness_end": 0.0,
            "pitches": [
                0.673,
                1.0,
                0.778,
                0.558,
                0.465,
                0.336,
                0.428,
                0.213,
                0.172,
                0.18,
                0.173,
                0.52
            ],
            "timbre": [
                57.873,
                69.065,
                37.307,
                -4.508,
                -9.408,
                -46.694,
                43.493,
                29.284,
                -7.02,
                12.216,
                2.765,
                6.112
            ]
        },
        {
            "start": 30.77211,
            "duration": 0.26721,
            "confidence": 0.272,
            "loudness_start": -4.167,
            "loudness_max_time": 0.18565,
            "loudness_max": 0.175,
            "loudness_end": 0.0,
            "pitches": [
                0.069,
                0.407,
                0.165,
                0.154,
                0.163,
                0.204,
                1.0,
                0.33,
                0.134,
                0.464,
                0.16,
                0.101
            ],
            "timbre": [
                58.145,
                96.182,
                79.908,
                -2.653,
                9.892,
                -37.463,
                47.716,
                12.484,
                -11.277,
                11.177,
                -12.894,
                1.504
            ]
        },
        {
            "start": 31.03932,
            "duration": 0.29039,
            "confidence": 0.302,
            "loudness_start": -4.29,
            "loudness_max_time": 0.10685,
            "loudness_max": 0.386,
            "loudness_end": 0.0,
            "pitches": [
                0.382,
                0.919,
                1.0,
                0.719,
                0.748,
                0.325,
                0.28,
                0.295,
                0.251,
                0.429,
                0.182,
                0.306
            ],
            "timbre": [
                58.227,
                85.531,
                64.334,
                -1.949,
                17.441,
                -31.434,
                48.335,
                25.891,
                2.668,
                -2.59,
                -1.545,
                1.745
            ]
        },
        {
            "start": 31.32971,
            "duration": 0.28422,
            "confidence": 0.082,
            "loudness_start": -3.792,
            "loudness_max_time": 0.13499,
            "loudness_max": -0.773,
            "loudness_end": 0.0,
            "pitches": [
                0.376,
                1.0,
                0.18,
                0.109,
                0.149,
                0.071,
                0.083,
                0.052,
                0.157,
                0.308,
                0.162,
                0.078
            ],
            "timbre": [
                57.206,
                89.412,
                60.754,
                2.469,
                22.769,
                -32.971,
                29.75,
                -3.376,
                -12.941,
                13.029,
                -17.89,
                0.927
            ]
        },
        {
            "start": 31.61392,
            "duration": 0.13995,
            "confidence": 0.095,
            "loudness_start": -7.356,
            "loudness_max_time": 0.02961,
            "loudness_max": -2.832,
            "loudness_end": 0.0,
            "pitches": [
                0.342,
                1.0,
                0.181,
                0.123,
                0.197,
                0.155,
                0.572,
                0.577,
                0.861,
                0.918,
                0.498,
                0.024
            ],
            "timbre": [
                54.89,
                37.244,
                -5.411,
                0.639,
                -8.541,
                -48.383,
                30.461,
                8.941,
                14.055,
                9.886,
                -12.73,
                7.98
            ]
        },
        {
            "start": 31.75388,
            "duration": 0.12159,
            "confidence": 0.02,
            "loudness_start": -8.611,
            "loudness_max_time": 0.01136,
            "loudness_max": -4.378,
            "loudness_end": 0.0,
            "pitches": [
                0.28,
                0.446,
                0.393,
                0.294,
                0.77,
                0.734,
                0.966,
                0.952,
                0.856,
                1.0,
                0.603,
                0.026
            ],
            "timbre": [
                53.793,
                115.741,
                43.825,
                0.461,
                29.511,
                -54.589,
                36.612,
                -5.201,
                36.233,
                14.487,
                -12.459,
                3.883
            ]
        },
        {
            "start": 31.87546,
            "duration": 0.26086,
            "confidence": 0.851,
            "loudness_start": -7.974,
            "loudness_max_time": 0.05367,
            "loudness_max": 1.781,
            "loudness_end": 0.0,
            "pitches": [
                0.406,
                1.0,
                0.248,
                0.05,
                0.033,
                0.02,
                0.03,
                0.018,
                0.086,
                0.26,
                0.05,
                0.02
            ],
            "timbre": [
                58.778,
                112.354,
                36.452,
                2.59,
                24.337,
                12.227,
                -1.39,
                -6.168,
                -8.447,
                12.168,
                -4.772,
                -2.843
            ]
        },
        {
            "start": 32.13633,
            "duration": 0.21492,
            "confidence": 0.421,
            "loudness_start": -5.957,
            "loudness_max_time": 0.02641,
            "loudness_max": 0.877,
            "loudness_end": 0.0,
            "pitches": [
                0.707,
                1.0,
                0.883,
                0.533,
                0.382,
                0.222,
                0.152,
                0.271,
                0.217,
                0.29,
                0.107,
                0.538
            ],
            "timbre": [
                56.696,
                84.4,
                -12.008,
                27.715,
                -1.772,
                -58.154,
                7.925,
                12.011,
                -9.883,
                -11.379,
                -2.09,
                -3.374
            ]
        },
        {
            "start": 32.35125,
            "duration": 0.56308,
            "confidence": 0.613,
            "loudness_start": -7.849,
            "loudness_max_time": 0.14688,
            "loudness_max": -0.298,
            "loudness_end": 0.0,
            "pitches": [
                0.336,
                0.673,
                1.0,
                0.577,
                0.39,
                0.366,
                0.335,
                0.318,
                0.553,
                0.526,
                0.223,
                0.339
            ],
            "timbre": [
                55.082,
                61.885,
                32.471,
                -8.826,
                28.573,
                -9.832,
                37.422,
                15.451,
                -11.483,
                8.052,
                -41.607,
                6.258
            ]
        },
        {
            "start": 32.91433,
            "duration": 0.26118,
            "confidence": 0.965,
            "loudness_start": -12.211,
            "loudness_max_time": 0.03457,
            "loudness_max": 0.149,
            "loudness_end": 0.0,
            "pitches": [
                0.662,
                1.0,
                0.073,
                0.011,
                0.024,
                0.024,
                0.011,
                0.042,
                0.196,
                0.095,
                0.018,
                0.016
            ],
            "timbre": [
                57.359,
                68.94,
                50.706,
                5.034,
                31.784,
                8.574,
                18.227,
                29.107,
                11.231,
                11.362,
                -9.667,
                -20.053
            ]
        },
        {
            "start": 33.17551,
            "duration": 0.23832,
            "confidence": 0.562,
            "loudness_start": -10.49,
            "loudness_max_time": 0.00934,
            "loudness_max": -1.114,
            "loudness_end": 0.0,
            "pitches": [
                0.731,
                1.0,
                0.679,
                0.28,
                0.268,
                0.134,
                0.074,
                0.128,
                0.091,
                0.093,
                0.038,
                0.332
            ],
            "timbre": [
                54.902,
                70.693,
                -26.261,
                20.628,
                -0.507,
                -61.961,
                10.625,
                9.628,
                -1.799,
                -8.987,
                -17.907,
                7.239
            ]
        },
        {
            "start": 33.41383,
            "duration": 0.28268,
            "confidence": 0.931,
            "loudness_start": -11.788,
            "loudness_max_time": 0.05465,
            "loudness_max": 0.819,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                1.0,
                0.272,
                0.286,
                0.4,
                0.308,
                0.076,
                0.077,
                0.076,
                0.148,
                0.045,
                0.262
            ],
            "timbre": [
                55.506,
                73.751,
                13.859,
                0.638,
                41.215,
                12.284,
                9.531,
                2.893,
                -1.542,
                -9.394,
                -27.228,
                -14.892
            ]
        },
        {
            "start": 33.69651,
            "duration": 0.50671,
            "confidence": 0.692,
            "loudness_start": -8.988,
            "loudness_max_time": 0.27577,
            "loudness_max": -0.481,
            "loudness_end": 0.0,
            "pitches": [
                0.191,
                0.406,
                0.292,
                0.5,
                1.0,
                0.654,
                0.259,
                0.653,
                0.532,
                0.391,
                0.12,
                0.235
            ],
            "timbre": [
                57.331,
                80.009,
                12.372,
                -32.565,
                0.306,
                -24.467,
                -6.913,
                15.828,
                16.685,
                -0.298,
                -10.043,
                -10.934
            ]
        },
        {
            "start": 34.20322,
            "duration": 0.53556,
            "confidence": 0.755,
            "loudness_start": -7.455,
            "loudness_max_time": 0.02962,
            "loudness_max": 0.299,
            "loudness_end": 0.0,
            "pitches": [
                0.14,
                0.309,
                0.509,
                0.787,
                1.0,
                0.18,
                0.317,
                0.48,
                0.544,
                0.442,
                0.206,
                0.39
            ],
            "timbre": [
                57.463,
                76.51,
                18.608,
                11.407,
                11.768,
                -19.068,
                38.837,
                0.646,
                4.101,
                14.135,
                1.913,
                -1.247
            ]
        },
        {
            "start": 34.73878,
            "duration": 0.25415,
            "confidence": 0.271,
            "loudness_start": -9.249,
            "loudness_max_time": 0.01075,
            "loudness_max": -3.403,
            "loudness_end": 0.0,
            "pitches": [
                0.556,
                1.0,
                0.764,
                0.355,
                0.394,
                0.181,
                0.357,
                0.144,
                0.106,
                0.131,
                0.081,
                0.434
            ],
            "timbre": [
                53.575,
                49.797,
                -14.827,
                -11.905,
                -12.241,
                -59.616,
                25.79,
                5.63,
                -6.913,
                3.085,
                4.317,
                4.883
            ]
        },
        {
            "start": 34.99293,
            "duration": 0.27247,
            "confidence": 0.806,
            "loudness_start": -9.382,
            "loudness_max_time": 0.04132,
            "loudness_max": -0.568,
            "loudness_end": 0.0,
            "pitches": [
                0.077,
                0.397,
                0.093,
                0.098,
                0.197,
                0.171,
                1.0,
                0.251,
                0.134,
                0.327,
                0.144,
                0.076
            ],
            "timbre": [
                57.212,
                86.582,
                49.935,
                1.875,
                15.78,
                -7.607,
                56.806,
                14.577,
                0.819,
                -2.218,
                10.257,
                11.879
            ]
        },
        {
            "start": 35.2654,
            "duration": 0.23787,
            "confidence": 0.265,
            "loudness_start": -6.127,
            "loudness_max_time": 0.01737,
            "loudness_max": -0.257,
            "loudness_end": 0.0,
            "pitches": [
                0.609,
                1.0,
                0.873,
                0.385,
                0.481,
                0.184,
                0.255,
                0.246,
                0.166,
                0.279,
                0.106,
                0.461
            ],
            "timbre": [
                57.892,
                95.403,
                15.088,
                -4.782,
                10.343,
                -57.795,
                41.204,
                34.275,
                5.996,
                -3.342,
                -4.631,
                25.46
            ]
        },
        {
            "start": 35.50327,
            "duration": 0.15116,
            "confidence": 0.681,
            "loudness_start": -8.826,
            "loudness_max_time": 0.03539,
            "loudness_max": -0.344,
            "loudness_end": 0.0,
            "pitches": [
                0.485,
                1.0,
                0.784,
                0.709,
                0.694,
                0.662,
                0.226,
                0.189,
                0.162,
                0.352,
                0.147,
                0.05
            ],
            "timbre": [
                57.591,
                97.955,
                43.101,
                -4.882,
                26.793,
                -7.107,
                -3.451,
                6.345,
                14.891,
                7.366,
                -10.339,
                -23.309
            ]
        },
        {
            "start": 35.65442,
            "duration": 0.25383,
            "confidence": 0.105,
            "loudness_start": -5.432,
            "loudness_max_time": 0.06249,
            "loudness_max": -1.879,
            "loudness_end": 0.0,
            "pitches": [
                0.601,
                1.0,
                0.196,
                0.359,
                0.271,
                0.234,
                0.262,
                0.183,
                0.163,
                0.214,
                0.089,
                0.153
            ],
            "timbre": [
                55.679,
                69.641,
                -2.933,
                9.64,
                -2.429,
                -33.539,
                -2.56,
                -5.539,
                7.227,
                16.405,
                -23.603,
                5.444
            ]
        },
        {
            "start": 35.90825,
            "duration": 0.12957,
            "confidence": 0.469,
            "loudness_start": -9.422,
            "loudness_max_time": 0.0393,
            "loudness_max": -3.921,
            "loudness_end": 0.0,
            "pitches": [
                0.168,
                0.201,
                0.161,
                0.104,
                0.578,
                0.573,
                1.0,
                0.992,
                0.934,
                1.0,
                0.496,
                0.018
            ],
            "timbre": [
                53.501,
                125.44,
                19.803,
                -0.758,
                8.252,
                -19.037,
                31.036,
                -11.856,
                38.811,
                -5.258,
                6.124,
                0.273
            ]
        },
        {
            "start": 36.03782,
            "duration": 0.2668,
            "confidence": 0.739,
            "loudness_start": -8.482,
            "loudness_max_time": 0.03571,
            "loudness_max": 0.12,
            "loudness_end": 0.0,
            "pitches": [
                0.417,
                1.0,
                0.251,
                0.055,
                0.033,
                0.012,
                0.022,
                0.012,
                0.042,
                0.176,
                0.038,
                0.014
            ],
            "timbre": [
                57.096,
                92.08,
                50.614,
                15.149,
                37.556,
                -17.74,
                56.481,
                8.609,
                9.461,
                13.213,
                7.072,
                19.014
            ]
        },
        {
            "start": 36.30463,
            "duration": 0.20848,
            "confidence": 0.553,
            "loudness_start": -5.647,
            "loudness_max_time": 0.03079,
            "loudness_max": 0.652,
            "loudness_end": 0.0,
            "pitches": [
                0.663,
                1.0,
                0.925,
                0.643,
                0.498,
                0.248,
                0.174,
                0.3,
                0.241,
                0.431,
                0.146,
                0.488
            ],
            "timbre": [
                58.446,
                70.004,
                4.279,
                5.643,
                20.675,
                -48.723,
                19.005,
                -3.915,
                -2.967,
                -5.88,
                -10.336,
                20.26
            ]
        },
        {
            "start": 36.51311,
            "duration": 0.31574,
            "confidence": 0.248,
            "loudness_start": -4.766,
            "loudness_max_time": 0.07062,
            "loudness_max": -1.542,
            "loudness_end": 0.0,
            "pitches": [
                0.237,
                1.0,
                0.624,
                0.087,
                0.059,
                0.03,
                0.041,
                0.05,
                0.1,
                0.302,
                0.039,
                0.031
            ],
            "timbre": [
                55.943,
                21.852,
                42.476,
                10.045,
                40.689,
                -31.623,
                30.734,
                19.805,
                -30.885,
                11.013,
                -25.587,
                17.145
            ]
        },
        {
            "start": 36.82884,
            "duration": 0.10358,
            "confidence": 0.391,
            "loudness_start": -7.734,
            "loudness_max_time": 0.00744,
            "loudness_max": -2.389,
            "loudness_end": 0.0,
            "pitches": [
                0.523,
                1.0,
                0.112,
                0.057,
                0.092,
                0.098,
                0.119,
                0.138,
                0.243,
                0.242,
                0.31,
                0.06
            ],
            "timbre": [
                53.446,
                30.272,
                -51.128,
                -7.099,
                -11.256,
                -80.21,
                15.58,
                -0.332,
                -12.11,
                7.99,
                -10.917,
                12.06
            ]
        },
        {
            "start": 36.93243,
            "duration": 0.13442,
            "confidence": 0.167,
            "loudness_start": -9.36,
            "loudness_max_time": 0.0441,
            "loudness_max": -5.732,
            "loudness_end": 0.0,
            "pitches": [
                0.303,
                0.457,
                0.33,
                0.319,
                0.55,
                0.554,
                0.994,
                1.0,
                0.884,
                0.891,
                0.332,
                0.012
            ],
            "timbre": [
                51.702,
                74.76,
                -20.404,
                7.337,
                22.689,
                -36.715,
                55.197,
                -26.808,
                -12.799,
                -13.892,
                -28.08,
                -18.978
            ]
        },
        {
            "start": 37.06685,
            "duration": 0.2766,
            "confidence": 0.955,
            "loudness_start": -12.052,
            "loudness_max_time": 0.08068,
            "loudness_max": 0.059,
            "loudness_end": 0.0,
            "pitches": [
                0.64,
                1.0,
                0.07,
                0.009,
                0.025,
                0.023,
                0.01,
                0.037,
                0.179,
                0.136,
                0.036,
                0.015
            ],
            "timbre": [
                56.026,
                68.082,
                15.153,
                -23.587,
                42.057,
                37.198,
                -3.875,
                -16.616,
                9.911,
                -3.748,
                -6.464,
                -11.077
            ]
        },
        {
            "start": 37.34345,
            "duration": 0.23909,
            "confidence": 0.566,
            "loudness_start": -6.995,
            "loudness_max_time": 0.0149,
            "loudness_max": -0.24,
            "loudness_end": 0.0,
            "pitches": [
                0.716,
                1.0,
                0.725,
                0.385,
                0.322,
                0.172,
                0.106,
                0.163,
                0.1,
                0.09,
                0.069,
                0.339
            ],
            "timbre": [
                55.702,
                78.357,
                -21.344,
                19.46,
                -6.715,
                -54.321,
                11.886,
                14.73,
                -9.114,
                -8.421,
                -8.289,
                4.83
            ]
        },
        {
            "start": 37.58254,
            "duration": 0.2834,
            "confidence": 0.971,
            "loudness_start": -11.731,
            "loudness_max_time": 0.05728,
            "loudness_max": 1.195,
            "loudness_end": 0.0,
            "pitches": [
                0.219,
                1.0,
                0.266,
                0.309,
                0.435,
                0.33,
                0.073,
                0.066,
                0.127,
                0.276,
                0.11,
                0.257
            ],
            "timbre": [
                56.658,
                90.118,
                40.651,
                -17.254,
                38.906,
                36.23,
                20.913,
                10.862,
                21.663,
                0.776,
                -9.503,
                -6.547
            ]
        },
        {
            "start": 37.86594,
            "duration": 0.27846,
            "confidence": 0.428,
            "loudness_start": -5.712,
            "loudness_max_time": 0.04648,
            "loudness_max": -1.133,
            "loudness_end": 0.0,
            "pitches": [
                0.64,
                1.0,
                0.857,
                0.341,
                0.671,
                0.278,
                0.159,
                0.253,
                0.244,
                0.159,
                0.129,
                0.571
            ],
            "timbre": [
                57.195,
                117.235,
                2.189,
                -32.063,
                -21.464,
                -26.899,
                -36.643,
                20.916,
                34.803,
                -18.948,
                17.932,
                -25.104
            ]
        },
        {
            "start": 38.1444,
            "duration": 0.24408,
            "confidence": 0.039,
            "loudness_start": -3.765,
            "loudness_max_time": 0.00284,
            "loudness_max": -1.42,
            "loudness_end": 0.0,
            "pitches": [
                0.217,
                0.599,
                0.09,
                0.373,
                1.0,
                0.369,
                0.069,
                0.037,
                0.086,
                0.087,
                0.091,
                0.386
            ],
            "timbre": [
                57.082,
                101.977,
                42.745,
                -21.875,
                10.989,
                -61.699,
                25.324,
                -0.375,
                6.759,
                21.643,
                -13.962,
                7.057
            ]
        },
        {
            "start": 38.38848,
            "duration": 0.19778,
            "confidence": 0.218,
            "loudness_start": -3.173,
            "loudness_max_time": 0.01105,
            "loudness_max": 0.855,
            "loudness_end": 0.0,
            "pitches": [
                0.521,
                0.916,
                1.0,
                0.617,
                0.7,
                0.348,
                0.196,
                0.247,
                0.152,
                0.116,
                0.115,
                0.516
            ],
            "timbre": [
                57.436,
                91.624,
                -7.478,
                8.344,
                13.053,
                -65.354,
                18.787,
                13.74,
                -2.016,
                -8.568,
                -13.538,
                15.357
            ]
        },
        {
            "start": 38.58626,
            "duration": 0.57392,
            "confidence": 0.479,
            "loudness_start": -6.428,
            "loudness_max_time": 0.10029,
            "loudness_max": -0.757,
            "loudness_end": 0.0,
            "pitches": [
                0.51,
                1.0,
                0.577,
                0.844,
                0.572,
                0.313,
                0.364,
                0.391,
                0.511,
                0.577,
                0.451,
                0.391
            ],
            "timbre": [
                55.794,
                90.489,
                -5.311,
                -29.197,
                45.644,
                -28.697,
                17.227,
                -17.017,
                2.815,
                4.818,
                -33.83,
                20.77
            ]
        },
        {
            "start": 39.16018,
            "duration": 0.25714,
            "confidence": 0.861,
            "loudness_start": -11.627,
            "loudness_max_time": 0.02572,
            "loudness_max": -0.606,
            "loudness_end": 0.0,
            "pitches": [
                0.09,
                0.359,
                0.071,
                0.041,
                0.155,
                0.281,
                1.0,
                0.222,
                0.064,
                0.174,
                0.105,
                0.076
            ],
            "timbre": [
                57.61,
                113.303,
                47.059,
                4.685,
                6.716,
                -19.244,
                55.78,
                9.094,
                -33.025,
                -2.058,
                2.876,
                9.412
            ]
        },
        {
            "start": 39.41732,
            "duration": 0.28916,
            "confidence": 0.45,
            "loudness_start": -6.147,
            "loudness_max_time": 0.02559,
            "loudness_max": 0.276,
            "loudness_end": 0.0,
            "pitches": [
                0.55,
                1.0,
                0.962,
                0.474,
                0.448,
                0.225,
                0.618,
                0.278,
                0.141,
                0.13,
                0.113,
                0.434
            ],
            "timbre": [
                57.472,
                81.543,
                36.06,
                8.506,
                8.912,
                -42.168,
                42.121,
                40.405,
                -7.506,
                3.045,
                13.432,
                -8.692
            ]
        },
        {
            "start": 39.70649,
            "duration": 0.20875,
            "confidence": 0.308,
            "loudness_start": -6.13,
            "loudness_max_time": 0.07259,
            "loudness_max": -1.825,
            "loudness_end": 0.0,
            "pitches": [
                0.538,
                1.0,
                0.125,
                0.073,
                0.12,
                0.053,
                0.056,
                0.024,
                0.096,
                0.112,
                0.051,
                0.067
            ],
            "timbre": [
                56.119,
                82.27,
                30.665,
                21.144,
                18.365,
                -28.984,
                17.478,
                -5.265,
                -8.763,
                -11.449,
                -30.029,
                -26.007
            ]
        },
        {
            "start": 39.91524,
            "duration": 0.30168,
            "confidence": 0.804,
            "loudness_start": -7.161,
            "loudness_max_time": 0.09697,
            "loudness_max": 1.883,
            "loudness_end": 0.0,
            "pitches": [
                0.58,
                1.0,
                0.613,
                0.63,
                0.722,
                0.383,
                0.279,
                0.29,
                0.201,
                0.139,
                0.103,
                0.414
            ],
            "timbre": [
                56.014,
                89.71,
                25.624,
                -24.754,
                7.961,
                -0.155,
                19.452,
                30.932,
                -3.98,
                4.392,
                -33.102,
                -17.264
            ]
        },
        {
            "start": 40.21692,
            "duration": 0.49918,
            "confidence": 0.855,
            "loudness_start": -9.31,
            "loudness_max_time": 0.07723,
            "loudness_max": 0.785,
            "loudness_end": 0.0,
            "pitches": [
                0.217,
                0.787,
                1.0,
                0.681,
                0.343,
                0.197,
                0.236,
                0.308,
                0.309,
                0.335,
                0.208,
                0.086
            ],
            "timbre": [
                57.152,
                102.733,
                13.501,
                -10.915,
                54.887,
                3.244,
                -4.277,
                11.595,
                5.829,
                29.511,
                -16.871,
                -15.252
            ]
        },
        {
            "start": 40.7161,
            "duration": 0.29029,
            "confidence": 0.867,
            "loudness_start": -9.197,
            "loudness_max_time": 0.04329,
            "loudness_max": 1.822,
            "loudness_end": 0.0,
            "pitches": [
                0.247,
                1.0,
                0.56,
                0.068,
                0.028,
                0.037,
                0.025,
                0.019,
                0.042,
                0.14,
                0.028,
                0.044
            ],
            "timbre": [
                57.915,
                112.116,
                35.629,
                -24.824,
                20.474,
                20.209,
                -10.469,
                16.749,
                19.164,
                10.538,
                7.711,
                -32.33
            ]
        },
        {
            "start": 41.00639,
            "duration": 0.51692,
            "confidence": 0.318,
            "loudness_start": -4.347,
            "loudness_max_time": 0.06951,
            "loudness_max": 0.755,
            "loudness_end": 0.0,
            "pitches": [
                0.307,
                1.0,
                0.527,
                0.059,
                0.066,
                0.108,
                0.207,
                0.287,
                0.49,
                0.213,
                0.079,
                0.18
            ],
            "timbre": [
                56.913,
                100.122,
                10.733,
                -18.241,
                -5.861,
                -34.187,
                10.188,
                11.67,
                6.05,
                -5.31,
                -14.623,
                0.224
            ]
        },
        {
            "start": 41.52331,
            "duration": 0.26671,
            "confidence": 0.468,
            "loudness_start": -8.658,
            "loudness_max_time": 0.00895,
            "loudness_max": -0.049,
            "loudness_end": 0.0,
            "pitches": [
                0.727,
                1.0,
                0.589,
                0.209,
                0.274,
                0.117,
                0.066,
                0.131,
                0.071,
                0.156,
                0.05,
                0.309
            ],
            "timbre": [
                56.197,
                87.614,
                -3.751,
                5.189,
                -12.128,
                -61.31,
                2.486,
                12.512,
                1.542,
                -8.397,
                -13.535,
                11.161
            ]
        },
        {
            "start": 41.79002,
            "duration": 0.23791,
            "confidence": 0.518,
            "loudness_start": -9.719,
            "loudness_max_time": 0.13519,
            "loudness_max": -3.952,
            "loudness_end": 0.0,
            "pitches": [
                0.26,
                1.0,
                0.306,
                0.211,
                0.338,
                0.292,
                0.068,
                0.055,
                0.048,
                0.072,
                0.041,
                0.206
            ],
            "timbre": [
                54.922,
                75.728,
                -6.185,
                -22.071,
                33.314,
                -47.305,
                18.609,
                -3.261,
                -4.19,
                12.155,
                -12.629,
                0.317
            ]
        },
        {
            "start": 42.02794,
            "duration": 0.12893,
            "confidence": 0.693,
            "loudness_start": -6.791,
            "loudness_max_time": 0.04115,
            "loudness_max": 0.337,
            "loudness_end": 0.0,
            "pitches": [
                0.505,
                1.0,
                0.16,
                0.154,
                0.254,
                0.22,
                0.212,
                0.291,
                0.456,
                0.368,
                0.298,
                0.123
            ],
            "timbre": [
                58.29,
                44.029,
                21.378,
                -8.954,
                16.572,
                -33.741,
                52.73,
                27.812,
                24.662,
                13.64,
                13.086,
                7.694
            ]
        },
        {
            "start": 42.15687,
            "duration": 0.138,
            "confidence": 0.057,
            "loudness_start": -2.694,
            "loudness_max_time": 0.04878,
            "loudness_max": -0.078,
            "loudness_end": 0.0,
            "pitches": [
                0.136,
                0.144,
                0.116,
                0.126,
                0.643,
                0.534,
                0.969,
                0.974,
                0.902,
                1.0,
                0.403,
                0.051
            ],
            "timbre": [
                57.832,
                84.567,
                61.76,
                18.477,
                44.336,
                -30.175,
                50.724,
                13.581,
                25.954,
                -12.87,
                -19.073,
                18.131
            ]
        },
        {
            "start": 42.29488,
            "duration": 0.26776,
            "confidence": 0.407,
            "loudness_start": -5.918,
            "loudness_max_time": 0.16746,
            "loudness_max": -0.934,
            "loudness_end": 0.0,
            "pitches": [
                0.137,
                0.5,
                0.057,
                0.321,
                1.0,
                0.371,
                0.06,
                0.043,
                0.134,
                0.239,
                0.063,
                0.281
            ],
            "timbre": [
                57.726,
                99.443,
                37.562,
                -17.091,
                33.002,
                -33.568,
                14.026,
                13.123,
                17.227,
                9.41,
                5.414,
                3.082
            ]
        },
        {
            "start": 42.56263,
            "duration": 0.25451,
            "confidence": 0.287,
            "loudness_start": -3.919,
            "loudness_max_time": 0.01368,
            "loudness_max": 0.605,
            "loudness_end": 0.0,
            "pitches": [
                0.638,
                1.0,
                0.968,
                0.333,
                0.703,
                0.319,
                0.423,
                0.405,
                0.286,
                0.23,
                0.14,
                0.592
            ],
            "timbre": [
                58.122,
                62.288,
                6.788,
                4.133,
                23.481,
                -54.976,
                14.977,
                3.759,
                19.561,
                3.771,
                -4.572,
                0.368
            ]
        },
        {
            "start": 42.81714,
            "duration": 0.27342,
            "confidence": 0.006,
            "loudness_start": -5.209,
            "loudness_max_time": 0.04723,
            "loudness_max": -2.881,
            "loudness_end": 0.0,
            "pitches": [
                0.273,
                0.95,
                1.0,
                0.757,
                0.504,
                0.073,
                0.04,
                0.033,
                0.107,
                0.111,
                0.054,
                0.213
            ],
            "timbre": [
                55.575,
                62.62,
                2.686,
                -4.22,
                24.124,
                -38.37,
                28.193,
                3.863,
                2.653,
                0.223,
                -17.897,
                0.382
            ]
        },
        {
            "start": 43.09057,
            "duration": 0.09506,
            "confidence": 0.499,
            "loudness_start": -8.315,
            "loudness_max_time": 0.00698,
            "loudness_max": -1.507,
            "loudness_end": 0.0,
            "pitches": [
                0.627,
                1.0,
                0.147,
                0.086,
                0.205,
                0.186,
                0.303,
                0.313,
                0.382,
                0.374,
                0.403,
                0.106
            ],
            "timbre": [
                54.872,
                66.373,
                -36.88,
                -5.999,
                -21.187,
                -68.561,
                10.647,
                20.846,
                -17.891,
                -3.034,
                -9.398,
                12.734
            ]
        },
        {
            "start": 43.18562,
            "duration": 0.13211,
            "confidence": 0.127,
            "loudness_start": -8.007,
            "loudness_max_time": 0.06419,
            "loudness_max": -4.32,
            "loudness_end": 0.0,
            "pitches": [
                0.083,
                0.139,
                0.085,
                0.073,
                0.448,
                0.431,
                1.0,
                0.978,
                0.886,
                0.917,
                0.321,
                0.012
            ],
            "timbre": [
                53.641,
                74.77,
                16.441,
                -2.3,
                -2.373,
                -26.773,
                49.849,
                -1.09,
                -4.271,
                5.044,
                -19.456,
                -0.669
            ]
        },
        {
            "start": 43.31773,
            "duration": 0.28912,
            "confidence": 0.774,
            "loudness_start": -8.525,
            "loudness_max_time": 0.04895,
            "loudness_max": -0.393,
            "loudness_end": 0.0,
            "pitches": [
                0.064,
                0.361,
                0.096,
                0.088,
                0.192,
                0.229,
                1.0,
                0.192,
                0.073,
                0.174,
                0.111,
                0.063
            ],
            "timbre": [
                57.055,
                86.738,
                65.593,
                -3.747,
                4.022,
                6.75,
                61.458,
                28.557,
                -21.324,
                -7.279,
                1.056,
                12.944
            ]
        },
        {
            "start": 43.60685,
            "duration": 0.27283,
            "confidence": 0.41,
            "loudness_start": -6.312,
            "loudness_max_time": 0.02095,
            "loudness_max": 0.15,
            "loudness_end": 0.0,
            "pitches": [
                0.592,
                1.0,
                0.92,
                0.397,
                0.409,
                0.225,
                0.893,
                0.278,
                0.111,
                0.147,
                0.098,
                0.414
            ],
            "timbre": [
                57.969,
                72.395,
                40.533,
                2.67,
                11.028,
                -54.462,
                31.54,
                29.622,
                0.245,
                4.718,
                -10.056,
                -6.366
            ]
        },
        {
            "start": 43.87968,
            "duration": 0.22712,
            "confidence": 0.492,
            "loudness_start": -6.052,
            "loudness_max_time": 0.02879,
            "loudness_max": -0.812,
            "loudness_end": 0.0,
            "pitches": [
                0.475,
                1.0,
                0.151,
                0.084,
                0.122,
                0.059,
                0.067,
                0.031,
                0.106,
                0.139,
                0.06,
                0.075
            ],
            "timbre": [
                56.649,
                80.776,
                34.55,
                42.02,
                16.283,
                -32.534,
                24.551,
                -15.661,
                -18.272,
                -4.783,
                -23.865,
                -26.289
            ]
        },
        {
            "start": 44.1068,
            "duration": 0.28943,
            "confidence": 0.799,
            "loudness_start": -7.724,
            "loudness_max_time": 0.06961,
            "loudness_max": 0.806,
            "loudness_end": 0.0,
            "pitches": [
                0.618,
                1.0,
                0.664,
                0.609,
                0.765,
                0.335,
                0.236,
                0.282,
                0.187,
                0.145,
                0.106,
                0.478
            ],
            "timbre": [
                56.627,
                82.875,
                16.779,
                -12.49,
                21.473,
                4.415,
                12.228,
                46.354,
                9.277,
                1.992,
                -14.96,
                -27.378
            ]
        },
        {
            "start": 44.39624,
            "duration": 0.25542,
            "confidence": 0.815,
            "loudness_start": -8.561,
            "loudness_max_time": 0.04278,
            "loudness_max": 0.786,
            "loudness_end": 0.0,
            "pitches": [
                0.406,
                1.0,
                0.248,
                0.05,
                0.018,
                0.011,
                0.025,
                0.011,
                0.04,
                0.159,
                0.034,
                0.017
            ],
            "timbre": [
                57.717,
                109.019,
                26.323,
                -34.361,
                41.776,
                2.46,
                -0.619,
                -1.335,
                2.607,
                30.668,
                -4.979,
                -12.722
            ]
        },
        {
            "start": 44.65166,
            "duration": 0.23837,
            "confidence": 0.345,
            "loudness_start": -2.014,
            "loudness_max_time": 0.03543,
            "loudness_max": 1.611,
            "loudness_end": 0.0,
            "pitches": [
                0.745,
                1.0,
                0.862,
                0.53,
                0.4,
                0.228,
                0.174,
                0.343,
                0.278,
                0.28,
                0.119,
                0.52
            ],
            "timbre": [
                57.412,
                92.419,
                -11.424,
                39.721,
                10.014,
                -51.539,
                1.233,
                16.634,
                -4.923,
                -9.049,
                -8.847,
                -3.246
            ]
        },
        {
            "start": 44.89002,
            "duration": 0.29057,
            "confidence": 0.835,
            "loudness_start": -8.758,
            "loudness_max_time": 0.04719,
            "loudness_max": 0.284,
            "loudness_end": 0.0,
            "pitches": [
                0.234,
                1.0,
                0.582,
                0.082,
                0.029,
                0.032,
                0.02,
                0.02,
                0.051,
                0.144,
                0.031,
                0.047
            ],
            "timbre": [
                57.586,
                104.389,
                34.913,
                -35.358,
                36.203,
                13.016,
                -11.314,
                15.108,
                25.368,
                10.218,
                -0.257,
                -33.623
            ]
        },
        {
            "start": 45.18059,
            "duration": 0.2439,
            "confidence": 0.077,
            "loudness_start": -3.78,
            "loudness_max_time": 0.03834,
            "loudness_max": -0.825,
            "loudness_end": 0.0,
            "pitches": [
                0.574,
                1.0,
                0.553,
                0.23,
                0.261,
                0.142,
                0.102,
                0.108,
                0.103,
                0.053,
                0.055,
                0.582
            ],
            "timbre": [
                57.872,
                83.404,
                30.637,
                -4.169,
                -1.183,
                -44.395,
                21.335,
                14.791,
                -0.246,
                4.058,
                -3.177,
                -9.655
            ]
        },
        {
            "start": 45.42449,
            "duration": 0.25052,
            "confidence": 0.018,
            "loudness_start": -3.899,
            "loudness_max_time": 0.10278,
            "loudness_max": -1.109,
            "loudness_end": 0.0,
            "pitches": [
                0.697,
                1.0,
                0.076,
                0.01,
                0.028,
                0.024,
                0.015,
                0.038,
                0.147,
                0.05,
                0.009,
                0.082
            ],
            "timbre": [
                56.29,
                92.611,
                47.437,
                22.58,
                18.836,
                -31.678,
                38.133,
                -8.048,
                15.277,
                10.349,
                -43.022,
                13.429
            ]
        },
        {
            "start": 45.67501,
            "duration": 0.28893,
            "confidence": 0.805,
            "loudness_start": -10.34,
            "loudness_max_time": 0.03098,
            "loudness_max": 0.209,
            "loudness_end": 0.0,
            "pitches": [
                0.732,
                1.0,
                0.626,
                0.316,
                0.327,
                0.162,
                0.119,
                0.172,
                0.107,
                0.164,
                0.071,
                0.306
            ],
            "timbre": [
                55.981,
                85.134,
                -2.755,
                -4.862,
                11.601,
                -5.091,
                17.736,
                27.079,
                8.84,
                -4.849,
                17.887,
                -2.214
            ]
        },
        {
            "start": 45.96395,
            "duration": 0.24889,
            "confidence": 0.372,
            "loudness_start": -8.493,
            "loudness_max_time": 0.14993,
            "loudness_max": -3.729,
            "loudness_end": 0.0,
            "pitches": [
                0.256,
                1.0,
                0.309,
                0.242,
                0.352,
                0.281,
                0.071,
                0.049,
                0.048,
                0.073,
                0.04,
                0.201
            ],
            "timbre": [
                54.773,
                79.009,
                -8.382,
                -25.337,
                31.179,
                -51.243,
                17.9,
                -10.446,
                -5.901,
                11.348,
                -12.024,
                1.747
            ]
        },
        {
            "start": 46.21283,
            "duration": 0.1029,
            "confidence": 0.689,
            "loudness_start": -7.138,
            "loudness_max_time": 0.01785,
            "loudness_max": 0.463,
            "loudness_end": 0.0,
            "pitches": [
                0.669,
                1.0,
                0.17,
                0.195,
                0.142,
                0.1,
                0.09,
                0.21,
                0.353,
                0.134,
                0.262,
                0.1
            ],
            "timbre": [
                58.168,
                24.328,
                22.416,
                10.847,
                21.738,
                -46.118,
                42.934,
                22.326,
                22.745,
                21.175,
                -1.049,
                3.329
            ]
        },
        {
            "start": 46.31574,
            "duration": 0.15252,
            "confidence": 0.221,
            "loudness_start": -4.105,
            "loudness_max_time": 0.09927,
            "loudness_max": -0.947,
            "loudness_end": 0.0,
            "pitches": [
                0.447,
                0.494,
                0.188,
                0.201,
                0.831,
                0.768,
                0.985,
                1.0,
                0.362,
                0.427,
                0.382,
                0.13
            ],
            "timbre": [
                57.877,
                57.786,
                42.81,
                -6.884,
                31.647,
                -33.05,
                52.022,
                13.493,
                20.269,
                -1.854,
                -9.391,
                19.389
            ]
        },
        {
            "start": 46.46825,
            "duration": 0.2688,
            "confidence": 0.437,
            "loudness_start": -5.203,
            "loudness_max_time": 0.06622,
            "loudness_max": 0.426,
            "loudness_end": 0.0,
            "pitches": [
                0.199,
                0.577,
                0.123,
                0.495,
                1.0,
                0.381,
                0.109,
                0.099,
                0.164,
                0.478,
                0.071,
                0.386
            ],
            "timbre": [
                58.324,
                81.415,
                27.883,
                -21.44,
                40.88,
                -27.205,
                18.118,
                9.591,
                27.946,
                -2.051,
                -1.53,
                8.712
            ]
        },
        {
            "start": 46.73705,
            "duration": 0.52726,
            "confidence": 0.169,
            "loudness_start": -2.618,
            "loudness_max_time": 0.01075,
            "loudness_max": 1.074,
            "loudness_end": 0.0,
            "pitches": [
                0.139,
                0.296,
                0.451,
                0.842,
                1.0,
                0.371,
                0.514,
                0.383,
                0.725,
                0.34,
                0.149,
                0.249
            ],
            "timbre": [
                57.78,
                66.704,
                -10.122,
                6.676,
                20.842,
                -58.317,
                -2.007,
                7.44,
                10.75,
                3.509,
                -10.101,
                0.215
            ]
        },
        {
            "start": 47.26431,
            "duration": 0.20272,
            "confidence": 0.387,
            "loudness_start": -6.396,
            "loudness_max_time": 0.00716,
            "loudness_max": -1.482,
            "loudness_end": 0.0,
            "pitches": [
                0.53,
                1.0,
                0.856,
                0.518,
                0.447,
                0.255,
                0.323,
                0.152,
                0.139,
                0.108,
                0.202,
                0.455
            ],
            "timbre": [
                56.301,
                58.898,
                12.965,
                -9.308,
                -12.149,
                -55.637,
                30.886,
                11.291,
                -10.521,
                2.967,
                -8.972,
                -16.905
            ]
        },
        {
            "start": 47.46703,
            "duration": 0.3078,
            "confidence": 0.635,
            "loudness_start": -7.145,
            "loudness_max_time": 0.10666,
            "loudness_max": -0.724,
            "loudness_end": 0.0,
            "pitches": [
                0.072,
                0.394,
                0.129,
                0.096,
                0.145,
                0.172,
                1.0,
                0.202,
                0.137,
                0.159,
                0.143,
                0.058
            ],
            "timbre": [
                55.924,
                72.175,
                75.318,
                -37.971,
                -7.527,
                -24.924,
                47.084,
                29.665,
                -18.818,
                -4.136,
                -11.485,
                -3.797
            ]
        },
        {
            "start": 47.77483,
            "duration": 0.24363,
            "confidence": 0.249,
            "loudness_start": -4.583,
            "loudness_max_time": 0.03198,
            "loudness_max": 0.066,
            "loudness_end": 0.0,
            "pitches": [
                0.565,
                1.0,
                0.976,
                0.544,
                0.524,
                0.197,
                0.244,
                0.302,
                0.238,
                0.223,
                0.147,
                0.429
            ],
            "timbre": [
                56.957,
                57.592,
                2.804,
                22.279,
                22.768,
                -35.49,
                23.153,
                17.871,
                6.103,
                4.289,
                -10.363,
                17.598
            ]
        },
        {
            "start": 48.01846,
            "duration": 0.42912,
            "confidence": 0.76,
            "loudness_start": -9.559,
            "loudness_max_time": 0.09065,
            "loudness_max": 0.058,
            "loudness_end": 0.0,
            "pitches": [
                0.235,
                0.334,
                0.771,
                1.0,
                0.544,
                0.153,
                0.246,
                0.127,
                0.175,
                0.295,
                0.114,
                0.078
            ],
            "timbre": [
                55.389,
                59.045,
                24.002,
                -35.095,
                36.008,
                -6.931,
                14.838,
                6.487,
                -0.585,
                19.645,
                -24.02,
                -4.214
            ]
        },
        {
            "start": 48.44757,
            "duration": 0.12286,
            "confidence": 0.231,
            "loudness_start": -7.435,
            "loudness_max_time": 0.01427,
            "loudness_max": -4.256,
            "loudness_end": 0.0,
            "pitches": [
                0.245,
                0.334,
                0.372,
                0.272,
                0.727,
                0.703,
                0.974,
                0.952,
                0.88,
                1.0,
                0.572,
                0.026
            ],
            "timbre": [
                53.716,
                111.668,
                52.846,
                11.909,
                27.581,
                -51.737,
                38.366,
                -8.145,
                37.177,
                3.149,
                -12.496,
                2.747
            ]
        },
        {
            "start": 48.57043,
            "duration": 0.25605,
            "confidence": 0.832,
            "loudness_start": -9.191,
            "loudness_max_time": 0.04408,
            "loudness_max": 1.08,
            "loudness_end": 0.0,
            "pitches": [
                0.426,
                1.0,
                0.224,
                0.04,
                0.016,
                0.012,
                0.028,
                0.013,
                0.043,
                0.273,
                0.049,
                0.016
            ],
            "timbre": [
                58.367,
                63.009,
                43.611,
                25.532,
                69.776,
                -32.666,
                26.247,
                22.841,
                13.145,
                19.352,
                -11.118,
                2.095
            ]
        },
        {
            "start": 48.82649,
            "duration": 0.23152,
            "confidence": 0.564,
            "loudness_start": -6.064,
            "loudness_max_time": 0.00912,
            "loudness_max": 0.437,
            "loudness_end": 0.0,
            "pitches": [
                0.746,
                1.0,
                0.89,
                0.66,
                0.452,
                0.253,
                0.198,
                0.345,
                0.275,
                0.444,
                0.18,
                0.527
            ],
            "timbre": [
                56.915,
                94.678,
                -22.658,
                13.769,
                15.118,
                -56.732,
                2.604,
                0.152,
                5.696,
                -9.034,
                -15.029,
                1.995
            ]
        },
        {
            "start": 49.058,
            "duration": 0.19184,
            "confidence": 0.805,
            "loudness_start": -8.674,
            "loudness_max_time": 0.10991,
            "loudness_max": 1.222,
            "loudness_end": 0.0,
            "pitches": [
                0.479,
                1.0,
                0.535,
                0.146,
                0.06,
                0.054,
                0.06,
                0.051,
                0.121,
                0.403,
                0.362,
                0.141
            ],
            "timbre": [
                55.839,
                59.536,
                60.506,
                -63.145,
                43.241,
                -16.085,
                42.825,
                -3.651,
                10.043,
                17.054,
                -18.177,
                -5.059
            ]
        },
        {
            "start": 49.24984,
            "duration": 0.36658,
            "confidence": 0.192,
            "loudness_start": -3.684,
            "loudness_max_time": 0.0466,
            "loudness_max": -0.441,
            "loudness_end": 0.0,
            "pitches": [
                0.608,
                1.0,
                0.856,
                0.64,
                0.565,
                0.405,
                0.309,
                0.379,
                0.332,
                0.191,
                0.15,
                0.353
            ],
            "timbre": [
                56.016,
                65.737,
                15.359,
                35.911,
                20.87,
                -35.631,
                28.82,
                7.528,
                30.296,
                2.599,
                -32.184,
                -1.863
            ]
        },
        {
            "start": 49.61642,
            "duration": 0.24023,
            "confidence": 0.94,
            "loudness_start": -11.077,
            "loudness_max_time": 0.07104,
            "loudness_max": 2.423,
            "loudness_end": 0.0,
            "pitches": [
                0.72,
                1.0,
                0.031,
                0.017,
                0.046,
                0.033,
                0.011,
                0.051,
                0.185,
                0.114,
                0.04,
                0.017
            ],
            "timbre": [
                56.565,
                72.438,
                37.199,
                -32.22,
                50.452,
                14.023,
                8.584,
                12.462,
                7.521,
                5.18,
                -26.532,
                -5.452
            ]
        },
        {
            "start": 49.85664,
            "duration": 0.2585,
            "confidence": 0.443,
            "loudness_start": -8.745,
            "loudness_max_time": 0.02359,
            "loudness_max": -1.123,
            "loudness_end": 0.0,
            "pitches": [
                0.69,
                1.0,
                0.66,
                0.337,
                0.301,
                0.149,
                0.097,
                0.14,
                0.096,
                0.088,
                0.053,
                0.268
            ],
            "timbre": [
                54.744,
                75.228,
                -23.963,
                23.268,
                2.488,
                -36.549,
                15.164,
                11.18,
                -9.434,
                0.416,
                7.742,
                4.47
            ]
        },
        {
            "start": 50.11515,
            "duration": 0.26141,
            "confidence": 0.994,
            "loudness_start": -12.351,
            "loudness_max_time": 0.05401,
            "loudness_max": 1.996,
            "loudness_end": 0.0,
            "pitches": [
                0.195,
                1.0,
                0.282,
                0.337,
                0.524,
                0.379,
                0.085,
                0.072,
                0.154,
                0.285,
                0.089,
                0.266
            ],
            "timbre": [
                56.221,
                93.427,
                19.295,
                -33.527,
                32.606,
                39.986,
                -2.562,
                -1.121,
                24.701,
                -13.934,
                -2.322,
                -23.19
            ]
        },
        {
            "start": 50.37655,
            "duration": 0.27773,
            "confidence": 0.555,
            "loudness_start": -5.75,
            "loudness_max_time": 0.05236,
            "loudness_max": -0.791,
            "loudness_end": 0.0,
            "pitches": [
                0.725,
                0.989,
                1.0,
                0.515,
                0.816,
                0.246,
                0.194,
                0.257,
                0.149,
                0.086,
                0.092,
                0.693
            ],
            "timbre": [
                57.444,
                107.309,
                27.26,
                -18.943,
                3.461,
                -26.451,
                28.712,
                26.474,
                16.065,
                1.497,
                16.434,
                15.432
            ]
        },
        {
            "start": 50.65429,
            "duration": 0.2507,
            "confidence": 0.044,
            "loudness_start": -3.736,
            "loudness_max_time": 0.06257,
            "loudness_max": -1.038,
            "loudness_end": 0.0,
            "pitches": [
                0.128,
                0.729,
                0.069,
                0.359,
                1.0,
                0.362,
                0.044,
                0.037,
                0.081,
                0.095,
                0.042,
                0.294
            ],
            "timbre": [
                56.628,
                101.479,
                21.522,
                5.139,
                17.128,
                -37.556,
                5.879,
                -7.753,
                12.303,
                20.65,
                -22.289,
                3.202
            ]
        },
        {
            "start": 50.90499,
            "duration": 0.53265,
            "confidence": 0.579,
            "loudness_start": -5.466,
            "loudness_max_time": 0.04084,
            "loudness_max": 0.008,
            "loudness_end": 0.0,
            "pitches": [
                0.124,
                0.286,
                0.484,
                0.809,
                1.0,
                0.18,
                0.304,
                0.43,
                0.48,
                0.378,
                0.191,
                0.315
            ],
            "timbre": [
                57.746,
                79.677,
                11.94,
                -2.276,
                22.445,
                -37.258,
                29.428,
                -2.672,
                10.767,
                23.927,
                -2.213,
                4.956
            ]
        },
        {
            "start": 51.43764,
            "duration": 0.24422,
            "confidence": 0.003,
            "loudness_start": -8.296,
            "loudness_max_time": 0.00696,
            "loudness_max": -2.782,
            "loudness_end": 0.0,
            "pitches": [
                0.55,
                1.0,
                0.753,
                0.338,
                0.369,
                0.17,
                0.352,
                0.122,
                0.102,
                0.129,
                0.071,
                0.433
            ],
            "timbre": [
                53.743,
                54.438,
                -18.375,
                -20.187,
                -3.401,
                -74.718,
                24.336,
                3.157,
                -8.342,
                -1.845,
                -4.661,
                10.722
            ]
        },
        {
            "start": 51.68186,
            "duration": 0.1215,
            "confidence": 0.834,
            "loudness_start": -8.689,
            "loudness_max_time": 0.04314,
            "loudness_max": 0.765,
            "loudness_end": 0.0,
            "pitches": [
                0.076,
                0.524,
                0.506,
                0.42,
                0.901,
                0.9,
                1.0,
                0.981,
                0.479,
                0.525,
                0.111,
                0.032
            ],
            "timbre": [
                57.317,
                88.024,
                52.393,
                -0.88,
                19.431,
                12.65,
                70.51,
                14.435,
                6.204,
                -18.015,
                1.536,
                17.373
            ]
        },
        {
            "start": 51.80336,
            "duration": 0.15714,
            "confidence": 0.194,
            "loudness_start": -4.166,
            "loudness_max_time": 0.06588,
            "loudness_max": -0.19,
            "loudness_end": 0.0,
            "pitches": [
                0.028,
                0.279,
                0.206,
                0.19,
                0.904,
                0.888,
                1.0,
                0.975,
                0.283,
                0.343,
                0.05,
                0.012
            ],
            "timbre": [
                57.181,
                90.934,
                37.511,
                20.895,
                14.869,
                -29.811,
                50.008,
                -5.344,
                9.961,
                -7.006,
                -30.175,
                21.461
            ]
        },
        {
            "start": 51.9605,
            "duration": 0.22113,
            "confidence": 0.424,
            "loudness_start": -6.796,
            "loudness_max_time": 0.00569,
            "loudness_max": -0.56,
            "loudness_end": 0.0,
            "pitches": [
                0.618,
                1.0,
                0.902,
                0.447,
                0.482,
                0.193,
                0.217,
                0.252,
                0.159,
                0.374,
                0.118,
                0.51
            ],
            "timbre": [
                57.549,
                56.678,
                13.144,
                -17.488,
                29.536,
                -61.851,
                25.117,
                6.652,
                6.092,
                1.202,
                -9.915,
                12.741
            ]
        },
        {
            "start": 52.18163,
            "duration": 0.28385,
            "confidence": 0.54,
            "loudness_start": -6.121,
            "loudness_max_time": 0.08541,
            "loudness_max": -0.403,
            "loudness_end": 0.0,
            "pitches": [
                0.456,
                1.0,
                0.152,
                0.122,
                0.11,
                0.074,
                0.091,
                0.052,
                0.141,
                0.231,
                0.109,
                0.051
            ],
            "timbre": [
                56.789,
                73.763,
                36.27,
                -12.579,
                39.724,
                -12.16,
                10.153,
                8.471,
                8.088,
                -3.946,
                -13.44,
                8.634
            ]
        },
        {
            "start": 52.46549,
            "duration": 0.16045,
            "confidence": 0.262,
            "loudness_start": -6.837,
            "loudness_max_time": 0.02287,
            "loudness_max": -2.495,
            "loudness_end": 0.0,
            "pitches": [
                0.301,
                1.0,
                0.207,
                0.161,
                0.078,
                0.077,
                0.547,
                0.559,
                0.768,
                0.766,
                0.455,
                0.049
            ],
            "timbre": [
                54.569,
                78.471,
                -36.704,
                -16.35,
                -16.343,
                -47.611,
                8.362,
                6.636,
                1.464,
                14.385,
                9.114,
                12.666
            ]
        },
        {
            "start": 52.62594,
            "duration": 0.09506,
            "confidence": 0.125,
            "loudness_start": -7.034,
            "loudness_max_time": 0.02127,
            "loudness_max": -5.026,
            "loudness_end": 0.0,
            "pitches": [
                0.306,
                0.398,
                0.357,
                0.299,
                0.674,
                0.661,
                0.939,
                0.926,
                0.897,
                1.0,
                0.609,
                0.02
            ],
            "timbre": [
                53.94,
                137.557,
                42.421,
                -6.306,
                23.897,
                -45.215,
                29.278,
                3.308,
                37.5,
                7.903,
                -16.065,
                -0.541
            ]
        },
        {
            "start": 52.721,
            "duration": 0.27261,
            "confidence": 0.707,
            "loudness_start": -7.486,
            "loudness_max_time": 0.07139,
            "loudness_max": 0.245,
            "loudness_end": 0.0,
            "pitches": [
                0.418,
                1.0,
                0.262,
                0.042,
                0.029,
                0.014,
                0.032,
                0.013,
                0.052,
                0.206,
                0.052,
                0.023
            ],
            "timbre": [
                57.114,
                105.299,
                50.005,
                19.936,
                53.102,
                -6.993,
                42.359,
                3.083,
                16.34,
                15.193,
                -14.469,
                10.607
            ]
        },
        {
            "start": 52.99361,
            "duration": 0.25474,
            "confidence": 0.717,
            "loudness_start": -8.318,
            "loudness_max_time": 0.01586,
            "loudness_max": 0.64,
            "loudness_end": 0.0,
            "pitches": [
                0.663,
                1.0,
                0.818,
                0.566,
                0.423,
                0.251,
                0.219,
                0.368,
                0.277,
                0.605,
                0.279,
                0.488
            ],
            "timbre": [
                57.627,
                83.432,
                -9.79,
                7.783,
                20.736,
                -27.628,
                -10.843,
                14.741,
                -2.427,
                1.42,
                -9.873,
                -5.66
            ]
        },
        {
            "start": 53.24834,
            "duration": 0.24998,
            "confidence": 0.771,
            "loudness_start": -9.335,
            "loudness_max_time": 0.05217,
            "loudness_max": -0.421,
            "loudness_end": 0.0,
            "pitches": [
                0.342,
                1.0,
                0.454,
                0.082,
                0.042,
                0.021,
                0.036,
                0.037,
                0.209,
                0.358,
                0.074,
                0.029
            ],
            "timbre": [
                56.453,
                72.695,
                6.753,
                -16.284,
                52.487,
                -0.372,
                5.927,
                -31.504,
                9.627,
                5.301,
                -15.818,
                -4.339
            ]
        },
        {
            "start": 53.49832,
            "duration": 0.25546,
            "confidence": 0.154,
            "loudness_start": -6.67,
            "loudness_max_time": 0.03203,
            "loudness_max": -2.261,
            "loudness_end": 0.0,
            "pitches": [
                0.564,
                1.0,
                0.816,
                0.526,
                0.46,
                0.285,
                0.199,
                0.247,
                0.185,
                0.139,
                0.089,
                0.322
            ],
            "timbre": [
                54.258,
                45.986,
                -24.012,
                -2.034,
                10.387,
                -43.439,
                6.488,
                21.325,
                6.978,
                -12.488,
                10.593,
                0.11
            ]
        },
        {
            "start": 53.75379,
            "duration": 0.27347,
            "confidence": 0.916,
            "loudness_start": -11.175,
            "loudness_max_time": 0.08285,
            "loudness_max": 0.353,
            "loudness_end": 0.0,
            "pitches": [
                0.663,
                1.0,
                0.036,
                0.014,
                0.057,
                0.029,
                0.006,
                0.035,
                0.179,
                0.104,
                0.035,
                0.02
            ],
            "timbre": [
                56.221,
                72.959,
                60.051,
                -22.366,
                53.253,
                22.398,
                58.0,
                11.359,
                21.836,
                -13.492,
                -1.47,
                14.732
            ]
        },
        {
            "start": 54.02726,
            "duration": 0.23986,
            "confidence": 0.518,
            "loudness_start": -8.051,
            "loudness_max_time": 0.02628,
            "loudness_max": 0.028,
            "loudness_end": 0.0,
            "pitches": [
                0.695,
                1.0,
                0.76,
                0.471,
                0.384,
                0.208,
                0.133,
                0.168,
                0.118,
                0.09,
                0.068,
                0.31
            ],
            "timbre": [
                55.357,
                64.468,
                -17.985,
                23.756,
                7.178,
                -28.15,
                19.686,
                12.348,
                -4.664,
                -8.947,
                12.727,
                2.718
            ]
        },
        {
            "start": 54.26712,
            "duration": 0.2937,
            "confidence": 0.87,
            "loudness_start": -10.933,
            "loudness_max_time": 0.06028,
            "loudness_max": -0.12,
            "loudness_end": 0.0,
            "pitches": [
                0.191,
                1.0,
                0.251,
                0.369,
                0.551,
                0.401,
                0.079,
                0.062,
                0.133,
                0.287,
                0.118,
                0.317
            ],
            "timbre": [
                54.647,
                70.96,
                34.163,
                -43.963,
                43.033,
                9.64,
                22.274,
                -1.624,
                -6.023,
                -2.535,
                -34.687,
                -10.022
            ]
        },
        {
            "start": 54.56082,
            "duration": 0.36036,
            "confidence": 0.67,
            "loudness_start": -6.763,
            "loudness_max_time": 0.08162,
            "loudness_max": 0.591,
            "loudness_end": 0.0,
            "pitches": [
                0.765,
                1.0,
                0.714,
                0.253,
                0.85,
                0.183,
                0.177,
                0.218,
                0.26,
                0.259,
                0.265,
                0.622
            ],
            "timbre": [
                57.409,
                76.567,
                11.808,
                -14.705,
                16.127,
                -32.808,
                4.08,
                28.577,
                11.627,
                19.033,
                -4.563,
                -9.638
            ]
        },
        {
            "start": 54.92118,
            "duration": 0.40608,
            "confidence": 0.691,
            "loudness_start": -6.216,
            "loudness_max_time": 0.1792,
            "loudness_max": 0.71,
            "loudness_end": 0.0,
            "pitches": [
                0.148,
                0.354,
                0.631,
                0.644,
                1.0,
                0.464,
                0.53,
                0.465,
                0.471,
                0.407,
                0.318,
                0.171
            ],
            "timbre": [
                56.546,
                76.213,
                5.314,
                -30.512,
                32.169,
                -10.815,
                17.084,
                30.759,
                11.675,
                -9.646,
                -33.004,
                -14.855
            ]
        },
        {
            "start": 55.32726,
            "duration": 0.28444,
            "confidence": 0.595,
            "loudness_start": -7.568,
            "loudness_max_time": 0.04187,
            "loudness_max": -1.265,
            "loudness_end": 0.0,
            "pitches": [
                0.244,
                0.9,
                1.0,
                0.899,
                0.697,
                0.061,
                0.045,
                0.034,
                0.143,
                0.28,
                0.129,
                0.191
            ],
            "timbre": [
                56.645,
                67.429,
                14.733,
                -12.4,
                68.26,
                -23.337,
                68.373,
                -1.445,
                1.372,
                21.432,
                -18.721,
                7.407
            ]
        },
        {
            "start": 55.6117,
            "duration": 0.09506,
            "confidence": 0.077,
            "loudness_start": -6.864,
            "loudness_max_time": 0.00572,
            "loudness_max": -0.899,
            "loudness_end": 0.0,
            "pitches": [
                0.628,
                1.0,
                0.148,
                0.085,
                0.194,
                0.186,
                0.286,
                0.304,
                0.378,
                0.366,
                0.396,
                0.086
            ],
            "timbre": [
                54.307,
                37.542,
                -40.239,
                1.803,
                2.617,
                -87.372,
                15.479,
                18.827,
                2.378,
                3.416,
                -14.951,
                7.446
            ]
        },
        {
            "start": 55.70676,
            "duration": 0.15533,
            "confidence": 0.188,
            "loudness_start": -9.06,
            "loudness_max_time": 0.05259,
            "loudness_max": -5.236,
            "loudness_end": 0.0,
            "pitches": [
                0.075,
                0.122,
                0.068,
                0.058,
                0.31,
                0.302,
                1.0,
                0.981,
                0.822,
                0.839,
                0.224,
                0.012
            ],
            "timbre": [
                52.271,
                55.747,
                -4.767,
                -15.254,
                16.401,
                -24.451,
                35.83,
                -0.212,
                3.853,
                -9.051,
                -26.461,
                -6.179
            ]
        },
        {
            "start": 55.86209,
            "duration": 0.26694,
            "confidence": 0.9,
            "loudness_start": -11.223,
            "loudness_max_time": 0.03477,
            "loudness_max": 0.392,
            "loudness_end": 0.0,
            "pitches": [
                0.068,
                0.318,
                0.069,
                0.047,
                0.189,
                0.324,
                1.0,
                0.174,
                0.093,
                0.123,
                0.107,
                0.082
            ],
            "timbre": [
                57.476,
                99.807,
                53.952,
                8.667,
                -0.091,
                12.91,
                58.004,
                18.331,
                -25.077,
                -7.601,
                16.774,
                0.3
            ]
        },
        {
            "start": 56.12902,
            "duration": 0.27973,
            "confidence": 0.437,
            "loudness_start": -4.592,
            "loudness_max_time": 0.00865,
            "loudness_max": -0.36,
            "loudness_end": 0.0,
            "pitches": [
                0.597,
                1.0,
                0.918,
                0.365,
                0.394,
                0.184,
                0.754,
                0.238,
                0.107,
                0.106,
                0.098,
                0.437
            ],
            "timbre": [
                57.896,
                77.194,
                38.215,
                9.781,
                7.346,
                -47.387,
                37.912,
                34.27,
                -10.719,
                5.875,
                -10.81,
                -2.465
            ]
        },
        {
            "start": 56.40875,
            "duration": 0.22141,
            "confidence": 0.593,
            "loudness_start": -6.354,
            "loudness_max_time": 0.02385,
            "loudness_max": 0.592,
            "loudness_end": 0.0,
            "pitches": [
                0.476,
                1.0,
                0.188,
                0.144,
                0.144,
                0.066,
                0.102,
                0.038,
                0.118,
                0.115,
                0.067,
                0.074
            ],
            "timbre": [
                57.338,
                105.396,
                25.884,
                36.374,
                28.619,
                -32.117,
                26.345,
                -18.216,
                -13.746,
                8.598,
                -17.4,
                -23.614
            ]
        },
        {
            "start": 56.63016,
            "duration": 0.28785,
            "confidence": 0.669,
            "loudness_start": -6.572,
            "loudness_max_time": 0.08873,
            "loudness_max": 0.694,
            "loudness_end": 0.0,
            "pitches": [
                0.648,
                1.0,
                0.782,
                0.63,
                0.77,
                0.335,
                0.244,
                0.292,
                0.192,
                0.167,
                0.12,
                0.513
            ],
            "timbre": [
                56.739,
                97.668,
                12.855,
                -9.159,
                12.156,
                -6.085,
                7.696,
                31.779,
                -4.658,
                15.631,
                -18.009,
                -14.294
            ]
        },
        {
            "start": 56.918,
            "duration": 0.14481,
            "confidence": 0.804,
            "loudness_start": -9.509,
            "loudness_max_time": 0.07551,
            "loudness_max": -0.215,
            "loudness_end": 0.0,
            "pitches": [
                0.462,
                1.0,
                0.806,
                0.666,
                0.438,
                0.436,
                0.098,
                0.082,
                0.069,
                0.113,
                0.027,
                0.021
            ],
            "timbre": [
                57.179,
                108.314,
                19.123,
                -40.057,
                54.853,
                -8.463,
                -6.427,
                -4.915,
                11.208,
                26.385,
                -10.888,
                -15.131
            ]
        },
        {
            "start": 57.06281,
            "duration": 0.09882,
            "confidence": 0.198,
            "loudness_start": -2.888,
            "loudness_max_time": 0.03794,
            "loudness_max": 0.452,
            "loudness_end": 0.0,
            "pitches": [
                0.687,
                1.0,
                0.966,
                0.763,
                0.519,
                0.512,
                0.21,
                0.196,
                0.05,
                0.07,
                0.038,
                0.024
            ],
            "timbre": [
                58.836,
                102.868,
                14.58,
                -10.257,
                53.515,
                -45.196,
                -4.558,
                1.67,
                15.158,
                16.148,
                -15.529,
                -22.798
            ]
        },
        {
            "start": 57.16163,
            "duration": 0.25546,
            "confidence": 0.134,
            "loudness_start": -2.669,
            "loudness_max_time": 0.02316,
            "loudness_max": 0.886,
            "loudness_end": 0.0,
            "pitches": [
                0.722,
                1.0,
                0.846,
                0.608,
                0.434,
                0.235,
                0.212,
                0.354,
                0.252,
                0.233,
                0.131,
                0.458
            ],
            "timbre": [
                57.27,
                88.471,
                -9.296,
                30.083,
                15.906,
                -39.13,
                1.821,
                15.404,
                -11.482,
                -0.715,
                -8.408,
                -7.477
            ]
        },
        {
            "start": 57.4171,
            "duration": 0.32467,
            "confidence": 0.838,
            "loudness_start": -9.182,
            "loudness_max_time": 0.07204,
            "loudness_max": 0.752,
            "loudness_end": 0.0,
            "pitches": [
                0.259,
                1.0,
                0.346,
                0.058,
                0.031,
                0.036,
                0.041,
                0.022,
                0.047,
                0.148,
                0.038,
                0.095
            ],
            "timbre": [
                55.863,
                99.727,
                44.649,
                -65.068,
                10.109,
                1.31,
                12.376,
                8.764,
                8.581,
                5.817,
                -12.446,
                -19.21
            ]
        },
        {
            "start": 57.74177,
            "duration": 0.47651,
            "confidence": 0.058,
            "loudness_start": -4.717,
            "loudness_max_time": 0.03289,
            "loudness_max": -0.85,
            "loudness_end": 0.0,
            "pitches": [
                0.359,
                1.0,
                0.571,
                0.054,
                0.083,
                0.093,
                0.157,
                0.201,
                0.423,
                0.172,
                0.06,
                0.19
            ],
            "timbre": [
                57.16,
                101.799,
                24.031,
                -18.059,
                2.479,
                -28.124,
                24.058,
                -7.796,
                9.549,
                3.668,
                -0.625,
                -7.924
            ]
        },
        {
            "start": 58.21828,
            "duration": 0.26685,
            "confidence": 0.505,
            "loudness_start": -8.396,
            "loudness_max_time": 0.00922,
            "loudness_max": -0.466,
            "loudness_end": 0.0,
            "pitches": [
                0.694,
                1.0,
                0.526,
                0.201,
                0.257,
                0.105,
                0.063,
                0.134,
                0.073,
                0.176,
                0.044,
                0.282
            ],
            "timbre": [
                56.031,
                83.503,
                -6.827,
                12.68,
                -10.023,
                -56.489,
                3.595,
                5.294,
                -2.664,
                -12.506,
                -11.275,
                11.697
            ]
        },
        {
            "start": 58.48512,
            "duration": 0.24027,
            "confidence": 0.539,
            "loudness_start": -9.734,
            "loudness_max_time": 0.13589,
            "loudness_max": -3.347,
            "loudness_end": 0.0,
            "pitches": [
                0.273,
                1.0,
                0.29,
                0.212,
                0.372,
                0.318,
                0.073,
                0.051,
                0.054,
                0.086,
                0.041,
                0.211
            ],
            "timbre": [
                55.019,
                72.27,
                -8.272,
                -21.349,
                31.822,
                -49.442,
                22.858,
                -8.335,
                -12.849,
                6.308,
                -10.555,
                8.538
            ]
        },
        {
            "start": 58.7254,
            "duration": 0.26476,
            "confidence": 0.703,
            "loudness_start": -6.874,
            "loudness_max_time": 0.04814,
            "loudness_max": 0.197,
            "loudness_end": 0.0,
            "pitches": [
                0.643,
                0.979,
                1.0,
                0.61,
                0.855,
                0.331,
                0.254,
                0.433,
                0.365,
                0.223,
                0.15,
                0.548
            ],
            "timbre": [
                57.844,
                52.92,
                39.519,
                -8.663,
                28.538,
                -21.583,
                50.501,
                35.171,
                17.982,
                12.436,
                19.254,
                -2.966
            ]
        },
        {
            "start": 58.99016,
            "duration": 0.26685,
            "confidence": 0.572,
            "loudness_start": -6.062,
            "loudness_max_time": 0.06143,
            "loudness_max": 0.121,
            "loudness_end": 0.0,
            "pitches": [
                0.109,
                0.511,
                0.059,
                0.325,
                1.0,
                0.336,
                0.057,
                0.058,
                0.144,
                0.291,
                0.06,
                0.301
            ],
            "timbre": [
                58.396,
                98.451,
                51.771,
                -8.007,
                40.253,
                -26.369,
                28.196,
                14.944,
                19.103,
                19.727,
                3.263,
                5.246
            ]
        },
        {
            "start": 59.25701,
            "duration": 0.52834,
            "confidence": 0.114,
            "loudness_start": -2.561,
            "loudness_max_time": 0.01385,
            "loudness_max": 0.835,
            "loudness_end": 0.0,
            "pitches": [
                0.154,
                0.278,
                0.489,
                0.839,
                1.0,
                0.27,
                0.351,
                0.415,
                0.454,
                0.324,
                0.146,
                0.198
            ],
            "timbre": [
                57.861,
                61.323,
                -0.524,
                11.796,
                22.374,
                -57.377,
                8.837,
                -3.245,
                11.402,
                10.628,
                -10.89,
                1.154
            ]
        },
        {
            "start": 59.78535,
            "duration": 0.2151,
            "confidence": 0.319,
            "loudness_start": -6.603,
            "loudness_max_time": 0.00803,
            "loudness_max": -1.096,
            "loudness_end": 0.0,
            "pitches": [
                0.564,
                1.0,
                0.801,
                0.451,
                0.428,
                0.246,
                0.375,
                0.196,
                0.141,
                0.122,
                0.098,
                0.501
            ],
            "timbre": [
                55.637,
                71.72,
                -4.578,
                -8.38,
                -11.03,
                -72.269,
                26.508,
                5.006,
                -13.747,
                -2.142,
                0.435,
                7.147
            ]
        },
        {
            "start": 60.00045,
            "duration": 0.30236,
            "confidence": 0.67,
            "loudness_start": -8.06,
            "loudness_max_time": 0.05723,
            "loudness_max": -0.91,
            "loudness_end": 0.0,
            "pitches": [
                0.072,
                0.417,
                0.101,
                0.124,
                0.184,
                0.243,
                1.0,
                0.169,
                0.082,
                0.115,
                0.118,
                0.068
            ],
            "timbre": [
                56.513,
                86.404,
                62.674,
                -15.824,
                4.285,
                -1.334,
                58.637,
                16.894,
                -23.169,
                -3.652,
                -6.991,
                12.48
            ]
        },
        {
            "start": 60.30281,
            "duration": 0.27179,
            "confidence": 0.537,
            "loudness_start": -4.744,
            "loudness_max_time": 0.00811,
            "loudness_max": 0.61,
            "loudness_end": 0.0,
            "pitches": [
                0.611,
                1.0,
                0.918,
                0.338,
                0.371,
                0.239,
                0.66,
                0.257,
                0.115,
                0.143,
                0.105,
                0.433
            ],
            "timbre": [
                58.257,
                82.128,
                36.161,
                7.862,
                17.519,
                -53.866,
                35.255,
                29.137,
                4.103,
                -4.233,
                -4.099,
                -6.204
            ]
        },
        {
            "start": 60.5746,
            "duration": 0.23447,
            "confidence": 0.433,
            "loudness_start": -4.557,
            "loudness_max_time": 0.06329,
            "loudness_max": -0.386,
            "loudness_end": 0.0,
            "pitches": [
                0.451,
                1.0,
                0.18,
                0.137,
                0.142,
                0.066,
                0.093,
                0.038,
                0.11,
                0.111,
                0.062,
                0.071
            ],
            "timbre": [
                56.743,
                101.151,
                26.876,
                25.762,
                21.425,
                -27.134,
                34.103,
                -6.309,
                -16.251,
                2.417,
                -22.919,
                -11.858
            ]
        },
        {
            "start": 60.80907,
            "duration": 0.2595,
            "confidence": 0.767,
            "loudness_start": -6.576,
            "loudness_max_time": 0.06703,
            "loudness_max": 1.407,
            "loudness_end": 0.0,
            "pitches": [
                0.733,
                1.0,
                0.78,
                0.69,
                0.834,
                0.427,
                0.296,
                0.337,
                0.199,
                0.164,
                0.104,
                0.567
            ],
            "timbre": [
                57.606,
                85.563,
                20.203,
                11.664,
                21.78,
                -13.116,
                8.626,
                49.46,
                9.069,
                21.574,
                -20.218,
                -23.465
            ]
        },
        {
            "start": 61.06857,
            "duration": 0.51642,
            "confidence": 0.828,
            "loudness_start": -9.426,
            "loudness_max_time": 0.1035,
            "loudness_max": 0.577,
            "loudness_end": 0.0,
            "pitches": [
                0.202,
                0.825,
                1.0,
                0.714,
                0.333,
                0.179,
                0.224,
                0.279,
                0.293,
                0.315,
                0.205,
                0.08
            ],
            "timbre": [
                55.506,
                120.189,
                33.248,
                -48.195,
                44.77,
                2.58,
                13.376,
                -4.363,
                -13.412,
                20.786,
                -29.042,
                -2.081
            ]
        },
        {
            "start": 61.58499,
            "duration": 0.29029,
            "confidence": 0.839,
            "loudness_start": -9.051,
            "loudness_max_time": 0.0486,
            "loudness_max": 0.621,
            "loudness_end": 0.0,
            "pitches": [
                0.254,
                1.0,
                0.425,
                0.063,
                0.027,
                0.032,
                0.037,
                0.021,
                0.052,
                0.146,
                0.036,
                0.05
            ],
            "timbre": [
                57.419,
                103.696,
                39.432,
                -34.008,
                32.45,
                13.029,
                -6.293,
                10.146,
                23.985,
                11.963,
                -8.374,
                -30.715
            ]
        },
        {
            "start": 61.87528,
            "duration": 0.16245,
            "confidence": 0.37,
            "loudness_start": -4.338,
            "loudness_max_time": 0.04334,
            "loudness_max": 0.342,
            "loudness_end": 0.0,
            "pitches": [
                0.483,
                0.882,
                0.071,
                0.039,
                0.237,
                0.226,
                0.642,
                0.635,
                0.989,
                1.0,
                0.7,
                0.216
            ],
            "timbre": [
                58.016,
                56.908,
                29.102,
                6.213,
                10.941,
                -34.145,
                47.547,
                5.028,
                8.19,
                6.282,
                -12.407,
                8.074
            ]
        },
        {
            "start": 62.03773,
            "duration": 0.0927,
            "confidence": 0.063,
            "loudness_start": -4.873,
            "loudness_max_time": 0.0185,
            "loudness_max": -1.621,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.987,
                0.858,
                0.871,
                0.953,
                0.857,
                0.588,
                0.551,
                0.627,
                0.745,
                0.298,
                0.83
            ],
            "timbre": [
                56.946,
                99.274,
                81.758,
                20.511,
                45.234,
                -45.102,
                53.447,
                1.599,
                14.949,
                18.176,
                -6.414,
                18.813
            ]
        },
        {
            "start": 62.13043,
            "duration": 0.25669,
            "confidence": 0.241,
            "loudness_start": -4.063,
            "loudness_max_time": 0.03553,
            "loudness_max": -1.255,
            "loudness_end": 0.0,
            "pitches": [
                0.691,
                1.0,
                0.032,
                0.013,
                0.042,
                0.025,
                0.012,
                0.037,
                0.15,
                0.051,
                0.01,
                0.084
            ],
            "timbre": [
                56.822,
                80.079,
                54.898,
                29.119,
                38.965,
                -26.162,
                42.707,
                2.14,
                13.365,
                13.797,
                -28.676,
                11.053
            ]
        },
        {
            "start": 62.38712,
            "duration": 0.27184,
            "confidence": 0.563,
            "loudness_start": -8.598,
            "loudness_max_time": 0.01462,
            "loudness_max": -0.364,
            "loudness_end": 0.0,
            "pitches": [
                0.694,
                1.0,
                0.544,
                0.212,
                0.265,
                0.122,
                0.076,
                0.139,
                0.083,
                0.198,
                0.063,
                0.308
            ],
            "timbre": [
                56.185,
                95.817,
                -7.275,
                4.082,
                -5.12,
                -51.586,
                3.727,
                23.844,
                -0.317,
                -0.864,
                4.08,
                12.985
            ]
        },
        {
            "start": 62.65896,
            "duration": 0.11692,
            "confidence": 0.42,
            "loudness_start": -8.053,
            "loudness_max_time": 0.02396,
            "loudness_max": -3.573,
            "loudness_end": 0.0,
            "pitches": [
                0.481,
                0.907,
                0.779,
                0.771,
                1.0,
                0.953,
                0.633,
                0.635,
                0.188,
                0.202,
                0.105,
                0.142
            ],
            "timbre": [
                54.985,
                89.92,
                -13.629,
                -12.197,
                27.173,
                -57.169,
                24.476,
                -4.896,
                -8.867,
                8.953,
                -11.429,
                3.604
            ]
        },
        {
            "start": 62.77587,
            "duration": 0.13683,
            "confidence": 0.163,
            "loudness_start": -6.461,
            "loudness_max_time": 0.01935,
            "loudness_max": -3.145,
            "loudness_end": 0.0,
            "pitches": [
                0.636,
                0.929,
                0.795,
                0.786,
                1.0,
                0.879,
                0.643,
                0.65,
                0.237,
                0.239,
                0.179,
                0.126
            ],
            "timbre": [
                54.929,
                45.814,
                -1.797,
                -2.455,
                22.242,
                -52.354,
                21.209,
                -0.519,
                -1.362,
                12.905,
                -8.235,
                -22.614
            ]
        },
        {
            "start": 62.9127,
            "duration": 0.35551,
            "confidence": 0.601,
            "loudness_start": -7.057,
            "loudness_max_time": 0.0145,
            "loudness_max": 0.382,
            "loudness_end": 0.0,
            "pitches": [
                0.689,
                0.769,
                0.744,
                0.321,
                1.0,
                0.213,
                0.185,
                0.324,
                0.707,
                0.597,
                0.321,
                0.552
            ],
            "timbre": [
                58.101,
                56.914,
                36.319,
                -16.844,
                21.434,
                -64.903,
                34.302,
                28.068,
                11.604,
                16.622,
                5.483,
                11.375
            ]
        },
        {
            "start": 63.26821,
            "duration": 0.15274,
            "confidence": 0.015,
            "loudness_start": -2.975,
            "loudness_max_time": 0.04732,
            "loudness_max": -0.692,
            "loudness_end": 0.0,
            "pitches": [
                0.225,
                0.805,
                0.822,
                0.899,
                1.0,
                0.931,
                0.279,
                0.299,
                0.102,
                0.241,
                0.075,
                0.099
            ],
            "timbre": [
                58.068,
                71.641,
                20.577,
                -22.199,
                17.025,
                -37.656,
                1.282,
                32.34,
                5.096,
                1.373,
                -4.163,
                -0.536
            ]
        },
        {
            "start": 63.42095,
            "duration": 0.39905,
            "confidence": 0.233,
            "loudness_start": -3.048,
            "loudness_max_time": 0.02179,
            "loudness_max": 1.065,
            "loudness_end": 0.0,
            "pitches": [
                0.226,
                0.263,
                0.349,
                0.357,
                0.643,
                0.407,
                0.712,
                0.763,
                1.0,
                0.443,
                0.221,
                0.324
            ],
            "timbre": [
                58.263,
                85.124,
                -3.08,
                -1.672,
                19.3,
                -49.545,
                -0.142,
                2.193,
                4.283,
                19.485,
                -4.163,
                0.728
            ]
        },
        {
            "start": 63.82,
            "duration": 0.40639,
            "confidence": 0.052,
            "loudness_start": -4.622,
            "loudness_max_time": 0.02104,
            "loudness_max": -1.401,
            "loudness_end": 0.0,
            "pitches": [
                0.311,
                0.397,
                0.381,
                0.58,
                0.53,
                0.536,
                0.775,
                0.828,
                1.0,
                0.708,
                0.586,
                0.245
            ],
            "timbre": [
                54.525,
                52.383,
                -21.707,
                26.829,
                23.763,
                -60.137,
                11.678,
                -2.0,
                3.507,
                3.105,
                -14.33,
                -15.438
            ]
        },
        {
            "start": 64.22639,
            "duration": 0.24961,
            "confidence": 0.106,
            "loudness_start": -12.824,
            "loudness_max_time": 0.1496,
            "loudness_max": -8.804,
            "loudness_end": 0.0,
            "pitches": [
                0.073,
                0.171,
                0.032,
                0.025,
                0.056,
                0.219,
                1.0,
                0.165,
                0.062,
                0.094,
                0.082,
                0.031
            ],
            "timbre": [
                49.238,
                28.693,
                39.089,
                -5.309,
                9.872,
                -43.702,
                10.424,
                -12.515,
                -6.41,
                16.254,
                -8.158,
                -13.326
            ]
        },
        {
            "start": 64.47601,
            "duration": 0.24957,
            "confidence": 0.934,
            "loudness_start": -13.073,
            "loudness_max_time": 0.01421,
            "loudness_max": -0.212,
            "loudness_end": 0.0,
            "pitches": [
                0.432,
                0.982,
                1.0,
                0.476,
                0.544,
                0.257,
                0.7,
                0.392,
                0.166,
                0.138,
                0.13,
                0.522
            ],
            "timbre": [
                53.562,
                65.958,
                -32.474,
                60.527,
                -6.306,
                -60.689,
                6.068,
                -1.872,
                -9.108,
                -13.511,
                -9.751,
                6.767
            ]
        },
        {
            "start": 64.72558,
            "duration": 0.27256,
            "confidence": 0.203,
            "loudness_start": -15.559,
            "loudness_max_time": 0.16414,
            "loudness_max": -11.969,
            "loudness_end": 0.0,
            "pitches": [
                0.037,
                0.173,
                0.025,
                0.019,
                0.042,
                0.194,
                1.0,
                0.139,
                0.021,
                0.043,
                0.033,
                0.016
            ],
            "timbre": [
                46.205,
                41.569,
                36.091,
                1.804,
                4.415,
                -28.142,
                40.737,
                -15.322,
                -6.993,
                -15.233,
                2.473,
                -8.024
            ]
        },
        {
            "start": 64.99814,
            "duration": 0.26707,
            "confidence": 0.905,
            "loudness_start": -17.058,
            "loudness_max_time": 0.01437,
            "loudness_max": -3.725,
            "loudness_end": 0.0,
            "pitches": [
                0.595,
                1.0,
                0.896,
                0.523,
                0.639,
                0.31,
                0.765,
                0.464,
                0.192,
                0.114,
                0.09,
                0.738
            ],
            "timbre": [
                50.286,
                6.821,
                -43.913,
                39.383,
                -1.96,
                -63.295,
                5.155,
                -16.128,
                -5.538,
                0.972,
                -1.203,
                9.336
            ]
        },
        {
            "start": 65.26522,
            "duration": 0.09946,
            "confidence": 0.401,
            "loudness_start": -16.505,
            "loudness_max_time": 0.00766,
            "loudness_max": -12.627,
            "loudness_end": 0.0,
            "pitches": [
                0.147,
                0.461,
                0.371,
                0.327,
                0.569,
                0.64,
                1.0,
                0.628,
                0.368,
                0.519,
                0.138,
                0.018
            ],
            "timbre": [
                46.092,
                20.038,
                10.637,
                -0.507,
                60.398,
                -44.796,
                12.79,
                -29.741,
                -7.73,
                20.511,
                -21.103,
                21.317
            ]
        },
        {
            "start": 65.36467,
            "duration": 0.15592,
            "confidence": 0.598,
            "loudness_start": -16.174,
            "loudness_max_time": 0.05155,
            "loudness_max": -9.867,
            "loudness_end": 0.0,
            "pitches": [
                0.045,
                0.272,
                0.207,
                0.18,
                0.738,
                0.753,
                1.0,
                0.832,
                0.264,
                0.313,
                0.028,
                0.028
            ],
            "timbre": [
                46.938,
                45.01,
                25.589,
                -2.672,
                17.743,
                4.231,
                31.281,
                10.596,
                -1.093,
                -22.627,
                -13.508,
                -2.222
            ]
        },
        {
            "start": 65.52059,
            "duration": 0.26717,
            "confidence": 0.985,
            "loudness_start": -17.211,
            "loudness_max_time": 0.01227,
            "loudness_max": -0.688,
            "loudness_end": 0.0,
            "pitches": [
                0.439,
                1.0,
                0.943,
                0.389,
                0.476,
                0.247,
                0.397,
                0.378,
                0.137,
                0.151,
                0.107,
                0.5
            ],
            "timbre": [
                52.747,
                70.417,
                -37.747,
                60.287,
                -3.671,
                -65.23,
                10.139,
                1.46,
                -7.007,
                -16.554,
                -16.853,
                10.718
            ]
        },
        {
            "start": 65.78776,
            "duration": 0.12594,
            "confidence": 0.254,
            "loudness_start": -18.23,
            "loudness_max_time": 0.02394,
            "loudness_max": -13.948,
            "loudness_end": 0.0,
            "pitches": [
                0.061,
                0.45,
                0.361,
                0.305,
                0.785,
                0.785,
                1.0,
                0.835,
                0.407,
                0.496,
                0.094,
                0.011
            ],
            "timbre": [
                43.962,
                32.512,
                15.957,
                19.746,
                29.279,
                -56.184,
                44.004,
                -38.572,
                -12.4,
                21.155,
                -17.258,
                10.623
            ]
        },
        {
            "start": 65.9137,
            "duration": 0.12939,
            "confidence": 0.54,
            "loudness_start": -18.27,
            "loudness_max_time": 0.02905,
            "loudness_max": -12.694,
            "loudness_end": 0.0,
            "pitches": [
                0.067,
                0.452,
                0.365,
                0.319,
                0.845,
                0.846,
                1.0,
                0.898,
                0.395,
                0.441,
                0.05,
                0.006
            ],
            "timbre": [
                44.645,
                16.09,
                31.818,
                31.113,
                6.279,
                -42.137,
                67.421,
                -15.059,
                -21.426,
                -11.386,
                -1.893,
                -3.476
            ]
        },
        {
            "start": 66.04308,
            "duration": 0.26154,
            "confidence": 0.95,
            "loudness_start": -19.03,
            "loudness_max_time": 0.01183,
            "loudness_max": -4.101,
            "loudness_end": 0.0,
            "pitches": [
                0.564,
                1.0,
                0.882,
                0.501,
                0.606,
                0.29,
                0.503,
                0.436,
                0.174,
                0.083,
                0.073,
                0.724
            ],
            "timbre": [
                49.058,
                20.94,
                -65.823,
                49.832,
                -11.65,
                -72.879,
                -3.835,
                0.068,
                -1.542,
                -8.1,
                -11.614,
                14.75
            ]
        },
        {
            "start": 66.30463,
            "duration": 0.12848,
            "confidence": 0.655,
            "loudness_start": -21.51,
            "loudness_max_time": 0.01943,
            "loudness_max": -13.521,
            "loudness_end": 0.0,
            "pitches": [
                0.055,
                0.365,
                0.293,
                0.247,
                0.649,
                0.661,
                1.0,
                0.698,
                0.32,
                0.364,
                0.06,
                0.006
            ],
            "timbre": [
                44.02,
                16.308,
                -4.08,
                16.321,
                43.146,
                -35.718,
                4.932,
                -38.696,
                -32.804,
                18.571,
                -12.644,
                12.625
            ]
        },
        {
            "start": 66.43311,
            "duration": 0.12694,
            "confidence": 0.331,
            "loudness_start": -19.467,
            "loudness_max_time": 0.0338,
            "loudness_max": -14.667,
            "loudness_end": 0.0,
            "pitches": [
                0.067,
                0.439,
                0.355,
                0.312,
                0.813,
                0.816,
                1.0,
                0.855,
                0.391,
                0.409,
                0.056,
                0.007
            ],
            "timbre": [
                43.416,
                23.538,
                -15.641,
                -11.864,
                29.358,
                -31.564,
                18.054,
                -32.574,
                -7.448,
                4.388,
                -6.039,
                6.551
            ]
        },
        {
            "start": 66.56005,
            "duration": 0.26118,
            "confidence": 1.0,
            "loudness_start": -19.537,
            "loudness_max_time": 0.0166,
            "loudness_max": -0.523,
            "loudness_end": 0.0,
            "pitches": [
                0.42,
                0.991,
                1.0,
                0.474,
                0.514,
                0.28,
                0.384,
                0.425,
                0.143,
                0.132,
                0.122,
                0.533
            ],
            "timbre": [
                52.519,
                70.161,
                -43.313,
                74.509,
                -1.163,
                -40.29,
                14.706,
                13.697,
                -23.657,
                -11.932,
                -5.996,
                14.032
            ]
        },
        {
            "start": 66.82122,
            "duration": 0.14454,
            "confidence": 0.16,
            "loudness_start": -20.116,
            "loudness_max_time": 0.01439,
            "loudness_max": -15.718,
            "loudness_end": 0.0,
            "pitches": [
                0.041,
                0.383,
                0.263,
                0.218,
                0.761,
                0.769,
                1.0,
                0.835,
                0.319,
                0.365,
                0.047,
                0.008
            ],
            "timbre": [
                42.072,
                71.805,
                17.455,
                19.324,
                10.16,
                -37.168,
                60.528,
                -41.13,
                -20.918,
                4.874,
                -5.889,
                5.82
            ]
        },
        {
            "start": 66.96576,
            "duration": 0.09927,
            "confidence": 0.408,
            "loudness_start": -19.845,
            "loudness_max_time": 0.01347,
            "loudness_max": -15.358,
            "loudness_end": 0.0,
            "pitches": [
                0.189,
                0.596,
                0.542,
                0.486,
                0.86,
                0.882,
                1.0,
                0.921,
                0.558,
                0.609,
                0.192,
                0.015
            ],
            "timbre": [
                42.484,
                27.504,
                22.512,
                9.104,
                16.981,
                -64.265,
                79.856,
                -21.509,
                -0.804,
                17.136,
                -16.053,
                -4.193
            ]
        },
        {
            "start": 67.06503,
            "duration": 0.41206,
            "confidence": 1.0,
            "loudness_start": -19.452,
            "loudness_max_time": 0.03179,
            "loudness_max": -1.744,
            "loudness_end": 0.0,
            "pitches": [
                0.191,
                0.386,
                0.464,
                0.586,
                0.299,
                0.545,
                1.0,
                0.859,
                0.458,
                0.567,
                0.385,
                0.233
            ],
            "timbre": [
                51.602,
                59.827,
                9.354,
                7.62,
                -10.609,
                25.065,
                24.887,
                17.709,
                -6.083,
                11.792,
                39.253,
                -5.746
            ]
        },
        {
            "start": 67.4771,
            "duration": 0.12222,
            "confidence": 0.763,
            "loudness_start": -15.181,
            "loudness_max_time": 0.01134,
            "loudness_max": -5.643,
            "loudness_end": 0.0,
            "pitches": [
                0.392,
                0.404,
                0.579,
                1.0,
                0.437,
                0.329,
                0.508,
                0.338,
                0.509,
                0.752,
                0.611,
                0.158
            ],
            "timbre": [
                52.593,
                95.875,
                28.176,
                -15.611,
                -7.875,
                -41.373,
                2.978,
                12.918,
                -16.537,
                -10.992,
                5.869,
                -0.681
            ]
        },
        {
            "start": 67.59932,
            "duration": 0.51465,
            "confidence": 0.606,
            "loudness_start": -8.667,
            "loudness_max_time": 0.01859,
            "loudness_max": -1.069,
            "loudness_end": 0.0,
            "pitches": [
                0.137,
                0.177,
                0.23,
                0.263,
                0.338,
                0.345,
                0.612,
                0.565,
                1.0,
                0.246,
                0.194,
                0.182
            ],
            "timbre": [
                53.419,
                62.91,
                -26.887,
                33.523,
                -14.004,
                -54.924,
                -2.113,
                4.767,
                -7.782,
                14.411,
                6.936,
                10.582
            ]
        },
        {
            "start": 68.11397,
            "duration": 0.25111,
            "confidence": 0.499,
            "loudness_start": -15.628,
            "loudness_max_time": 0.02522,
            "loudness_max": -9.399,
            "loudness_end": 0.0,
            "pitches": [
                0.747,
                0.661,
                0.376,
                0.519,
                0.597,
                0.443,
                0.448,
                0.47,
                0.77,
                1.0,
                0.512,
                0.643
            ],
            "timbre": [
                44.17,
                90.146,
                12.777,
                87.866,
                21.546,
                -22.591,
                24.61,
                31.428,
                10.911,
                -32.875,
                -14.142,
                -9.025
            ]
        },
        {
            "start": 68.36508,
            "duration": 0.28463,
            "confidence": 1.0,
            "loudness_start": -26.222,
            "loudness_max_time": 0.09226,
            "loudness_max": -6.531,
            "loudness_end": 0.0,
            "pitches": [
                0.065,
                0.107,
                0.144,
                0.223,
                1.0,
                0.082,
                0.039,
                0.039,
                0.059,
                0.132,
                0.075,
                0.092
            ],
            "timbre": [
                46.079,
                127.836,
                32.189,
                25.582,
                76.135,
                35.486,
                -15.904,
                -51.488,
                4.525,
                23.348,
                -47.543,
                18.607
            ]
        },
        {
            "start": 68.64971,
            "duration": 0.51628,
            "confidence": 0.916,
            "loudness_start": -21.248,
            "loudness_max_time": 0.15198,
            "loudness_max": -9.47,
            "loudness_end": 0.0,
            "pitches": [
                0.018,
                0.027,
                0.03,
                0.056,
                1.0,
                0.053,
                0.018,
                0.013,
                0.064,
                0.046,
                0.022,
                0.108
            ],
            "timbre": [
                48.047,
                56.326,
                102.083,
                0.431,
                67.296,
                -10.461,
                -6.279,
                -22.118,
                -30.756,
                17.897,
                -3.154,
                3.13
            ]
        },
        {
            "start": 69.16599,
            "duration": 0.18036,
            "confidence": 0.696,
            "loudness_start": -14.966,
            "loudness_max_time": 0.0308,
            "loudness_max": -7.456,
            "loudness_end": 0.0,
            "pitches": [
                0.134,
                0.241,
                0.248,
                0.607,
                1.0,
                0.098,
                0.128,
                0.11,
                0.2,
                0.194,
                0.129,
                0.326
            ],
            "timbre": [
                48.486,
                38.479,
                64.449,
                76.013,
                86.023,
                -16.457,
                -32.675,
                23.929,
                0.024,
                -28.997,
                -32.622,
                -20.454
            ]
        },
        {
            "start": 69.34635,
            "duration": 0.21569,
            "confidence": 0.736,
            "loudness_start": -19.491,
            "loudness_max_time": 0.03265,
            "loudness_max": -11.121,
            "loudness_end": 0.0,
            "pitches": [
                0.276,
                1.0,
                0.582,
                0.063,
                0.063,
                0.033,
                0.022,
                0.013,
                0.055,
                0.149,
                0.039,
                0.082
            ],
            "timbre": [
                44.776,
                18.57,
                3.53,
                29.222,
                67.147,
                -13.176,
                -25.97,
                14.632,
                -21.74,
                23.622,
                -5.02,
                2.684
            ]
        },
        {
            "start": 69.56204,
            "duration": 0.26041,
            "confidence": 0.942,
            "loudness_start": -20.11,
            "loudness_max_time": 0.03579,
            "loudness_max": -8.283,
            "loudness_end": 0.0,
            "pitches": [
                0.309,
                1.0,
                0.084,
                0.036,
                0.031,
                0.031,
                0.03,
                0.037,
                0.071,
                0.09,
                0.051,
                0.068
            ],
            "timbre": [
                48.246,
                68.912,
                28.004,
                19.563,
                60.932,
                -31.469,
                -47.622,
                43.341,
                4.081,
                25.082,
                3.216,
                0.927
            ]
        },
        {
            "start": 69.82245,
            "duration": 0.26118,
            "confidence": 0.472,
            "loudness_start": -17.841,
            "loudness_max_time": 0.04644,
            "loudness_max": -10.506,
            "loudness_end": 0.0,
            "pitches": [
                0.088,
                0.925,
                1.0,
                0.249,
                0.052,
                0.026,
                0.031,
                0.025,
                0.063,
                0.111,
                0.041,
                0.065
            ],
            "timbre": [
                46.609,
                86.348,
                27.195,
                45.98,
                61.699,
                -43.411,
                -17.494,
                -41.741,
                -60.284,
                36.795,
                -20.503,
                14.757
            ]
        },
        {
            "start": 70.08363,
            "duration": 0.10005,
            "confidence": 0.267,
            "loudness_start": -19.188,
            "loudness_max_time": 0.05219,
            "loudness_max": -15.443,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.317,
                0.154,
                0.054,
                0.053,
                0.022,
                0.027,
                0.035,
                0.026,
                0.104,
                0.108,
                0.515
            ],
            "timbre": [
                42.974,
                29.29,
                -45.601,
                -45.759,
                75.664,
                -27.446,
                -5.164,
                -46.641,
                -24.032,
                -1.775,
                -6.532,
                9.617
            ]
        },
        {
            "start": 70.18367,
            "duration": 0.29982,
            "confidence": 0.952,
            "loudness_start": -17.298,
            "loudness_max_time": 0.05582,
            "loudness_max": -4.538,
            "loudness_end": 0.0,
            "pitches": [
                0.068,
                0.097,
                0.107,
                0.115,
                1.0,
                0.081,
                0.043,
                0.048,
                0.139,
                0.055,
                0.067,
                0.456
            ],
            "timbre": [
                49.196,
                36.627,
                48.458,
                -36.412,
                62.452,
                37.073,
                -11.649,
                18.923,
                1.089,
                -33.296,
                -12.212,
                17.452
            ]
        },
        {
            "start": 70.48349,
            "duration": 0.23234,
            "confidence": 0.28,
            "loudness_start": -12.895,
            "loudness_max_time": 0.07932,
            "loudness_max": -9.421,
            "loudness_end": 0.0,
            "pitches": [
                0.039,
                0.13,
                1.0,
                0.173,
                0.08,
                0.026,
                0.039,
                0.026,
                0.052,
                0.731,
                0.056,
                0.035
            ],
            "timbre": [
                47.945,
                40.016,
                76.879,
                16.721,
                89.513,
                -29.083,
                6.748,
                47.521,
                -9.701,
                16.357,
                -5.056,
                36.882
            ]
        },
        {
            "start": 70.71583,
            "duration": 0.23841,
            "confidence": 0.953,
            "loudness_start": -19.348,
            "loudness_max_time": 0.06619,
            "loudness_max": -6.175,
            "loudness_end": 0.0,
            "pitches": [
                0.27,
                1.0,
                0.206,
                0.113,
                0.086,
                0.08,
                0.049,
                0.051,
                0.22,
                0.101,
                0.067,
                0.125
            ],
            "timbre": [
                47.412,
                108.434,
                106.802,
                0.653,
                85.212,
                39.344,
                -8.976,
                14.103,
                -18.264,
                -2.184,
                -34.069,
                6.417
            ]
        },
        {
            "start": 70.95424,
            "duration": 0.19161,
            "confidence": 0.423,
            "loudness_start": -18.761,
            "loudness_max_time": 0.03434,
            "loudness_max": -12.206,
            "loudness_end": 0.0,
            "pitches": [
                0.828,
                1.0,
                0.87,
                0.467,
                0.191,
                0.086,
                0.113,
                0.095,
                0.197,
                0.441,
                0.488,
                0.87
            ],
            "timbre": [
                41.96,
                51.569,
                34.185,
                83.337,
                40.064,
                -35.101,
                -9.782,
                19.768,
                -48.727,
                -0.402,
                15.129,
                6.447
            ]
        },
        {
            "start": 71.14585,
            "duration": 0.29605,
            "confidence": 1.0,
            "loudness_start": -23.48,
            "loudness_max_time": 0.06092,
            "loudness_max": -7.801,
            "loudness_end": 0.0,
            "pitches": [
                0.093,
                0.175,
                0.19,
                0.311,
                1.0,
                0.2,
                0.276,
                0.137,
                0.166,
                0.118,
                0.107,
                0.183
            ],
            "timbre": [
                44.563,
                131.455,
                113.41,
                -49.511,
                89.451,
                35.611,
                -20.707,
                13.702,
                -8.898,
                22.807,
                -36.366,
                14.541
            ]
        },
        {
            "start": 71.4419,
            "duration": 0.20322,
            "confidence": 0.77,
            "loudness_start": -19.549,
            "loudness_max_time": 0.12056,
            "loudness_max": -9.127,
            "loudness_end": 0.0,
            "pitches": [
                0.049,
                0.381,
                1.0,
                0.184,
                0.062,
                0.036,
                0.072,
                0.02,
                0.036,
                0.176,
                0.031,
                0.025
            ],
            "timbre": [
                46.029,
                112.077,
                45.395,
                -61.039,
                62.446,
                -1.317,
                -6.125,
                6.405,
                -48.636,
                23.922,
                -4.506,
                19.525
            ]
        },
        {
            "start": 71.64512,
            "duration": 0.14567,
            "confidence": 0.251,
            "loudness_start": -16.344,
            "loudness_max_time": 0.03683,
            "loudness_max": -10.787,
            "loudness_end": 0.0,
            "pitches": [
                0.713,
                0.555,
                0.371,
                0.237,
                0.267,
                0.202,
                0.308,
                0.251,
                0.194,
                0.282,
                0.33,
                1.0
            ],
            "timbre": [
                45.755,
                87.83,
                35.588,
                54.816,
                40.077,
                -24.82,
                3.891,
                10.352,
                -35.221,
                -30.18,
                -17.439,
                22.175
            ]
        },
        {
            "start": 71.79079,
            "duration": 0.51039,
            "confidence": 0.912,
            "loudness_start": -21.148,
            "loudness_max_time": 0.05539,
            "loudness_max": -8.73,
            "loudness_end": 0.0,
            "pitches": [
                0.204,
                0.244,
                0.119,
                0.133,
                0.32,
                0.216,
                0.143,
                0.162,
                0.222,
                0.564,
                1.0,
                0.369
            ],
            "timbre": [
                44.615,
                84.683,
                17.675,
                15.579,
                60.37,
                22.798,
                -11.282,
                6.256,
                -20.272,
                -22.754,
                -17.49,
                11.471
            ]
        },
        {
            "start": 72.30118,
            "duration": 0.34853,
            "confidence": 1.0,
            "loudness_start": -27.935,
            "loudness_max_time": 0.01346,
            "loudness_max": -4.375,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.635,
                0.319,
                0.176,
                0.208,
                0.311,
                0.391,
                0.809,
                0.759,
                0.948,
                0.638,
                0.971
            ],
            "timbre": [
                49.403,
                29.934,
                -39.893,
                53.867,
                1.428,
                -65.477,
                23.367,
                22.571,
                -7.918,
                8.982,
                -8.147,
                34.796
            ]
        },
        {
            "start": 72.64971,
            "duration": 0.12159,
            "confidence": 0.267,
            "loudness_start": -21.664,
            "loudness_max_time": 0.07966,
            "loudness_max": -17.719,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.709,
                0.326,
                0.382,
                0.501,
                0.482,
                0.411,
                0.378,
                0.604,
                0.869,
                0.912,
                0.339
            ],
            "timbre": [
                40.532,
                21.827,
                3.98,
                -47.333,
                28.206,
                -51.654,
                42.599,
                32.707,
                25.081,
                19.323,
                -16.638,
                13.342
            ]
        },
        {
            "start": 72.77129,
            "duration": 0.4517,
            "confidence": 0.97,
            "loudness_start": -20.84,
            "loudness_max_time": 0.07931,
            "loudness_max": -5.354,
            "loudness_end": 0.0,
            "pitches": [
                0.465,
                0.304,
                0.221,
                0.175,
                0.189,
                0.28,
                0.532,
                1.0,
                0.938,
                0.7,
                0.48,
                0.605
            ],
            "timbre": [
                45.219,
                84.936,
                -24.293,
                14.605,
                24.215,
                19.125,
                33.744,
                -40.824,
                28.001,
                26.729,
                -67.327,
                19.29
            ]
        },
        {
            "start": 73.22299,
            "duration": 0.11873,
            "confidence": 0.322,
            "loudness_start": -24.026,
            "loudness_max_time": 0.02783,
            "loudness_max": -17.924,
            "loudness_end": 0.0,
            "pitches": [
                0.702,
                0.549,
                0.24,
                0.142,
                0.459,
                0.508,
                0.631,
                0.69,
                0.527,
                1.0,
                0.755,
                0.476
            ],
            "timbre": [
                39.315,
                24.174,
                -17.064,
                1.961,
                28.364,
                -53.895,
                34.656,
                -15.244,
                29.417,
                3.826,
                -3.681,
                10.594
            ]
        },
        {
            "start": 73.34172,
            "duration": 0.38172,
            "confidence": 1.0,
            "loudness_start": -23.513,
            "loudness_max_time": 0.04073,
            "loudness_max": -3.585,
            "loudness_end": 0.0,
            "pitches": [
                0.372,
                0.22,
                0.206,
                0.113,
                0.105,
                0.282,
                0.563,
                1.0,
                0.772,
                0.552,
                0.389,
                0.417
            ],
            "timbre": [
                47.89,
                25.258,
                -67.251,
                55.54,
                17.931,
                18.43,
                -1.377,
                17.793,
                32.28,
                4.925,
                13.527,
                -3.234
            ]
        },
        {
            "start": 73.72345,
            "duration": 0.28209,
            "confidence": 1.0,
            "loudness_start": -22.519,
            "loudness_max_time": 0.02926,
            "loudness_max": -3.261,
            "loudness_end": 0.0,
            "pitches": [
                0.982,
                0.599,
                0.358,
                0.131,
                0.344,
                0.214,
                0.215,
                0.441,
                0.29,
                0.34,
                0.224,
                1.0
            ],
            "timbre": [
                48.8,
                46.068,
                -67.757,
                30.593,
                18.268,
                17.7,
                10.524,
                23.192,
                14.502,
                18.49,
                21.09,
                -3.984
            ]
        },
        {
            "start": 74.00553,
            "duration": 0.37379,
            "confidence": 0.849,
            "loudness_start": -20.079,
            "loudness_max_time": 0.07799,
            "loudness_max": -7.138,
            "loudness_end": 0.0,
            "pitches": [
                0.198,
                0.268,
                0.226,
                0.367,
                0.473,
                1.0,
                0.924,
                0.409,
                0.514,
                0.412,
                0.462,
                0.633
            ],
            "timbre": [
                48.14,
                24.635,
                15.757,
                0.984,
                18.279,
                -29.744,
                26.262,
                -3.417,
                -8.438,
                22.916,
                -47.651,
                7.292
            ]
        },
        {
            "start": 74.37932,
            "duration": 0.41429,
            "confidence": 0.949,
            "loudness_start": -19.504,
            "loudness_max_time": 0.09429,
            "loudness_max": -6.617,
            "loudness_end": 0.0,
            "pitches": [
                0.343,
                0.241,
                0.168,
                0.097,
                0.129,
                0.241,
                0.532,
                1.0,
                0.696,
                0.549,
                0.35,
                0.408
            ],
            "timbre": [
                47.113,
                20.329,
                -53.773,
                33.618,
                11.357,
                9.849,
                15.375,
                -10.497,
                10.05,
                -2.621,
                -1.197,
                4.064
            ]
        },
        {
            "start": 74.79361,
            "duration": 0.09016,
            "confidence": 0.368,
            "loudness_start": -22.285,
            "loudness_max_time": 0.01204,
            "loudness_max": -17.652,
            "loudness_end": 0.0,
            "pitches": [
                0.176,
                0.305,
                0.225,
                0.207,
                0.749,
                0.774,
                1.0,
                0.995,
                0.39,
                0.398,
                0.366,
                0.079
            ],
            "timbre": [
                39.37,
                29.056,
                -22.181,
                10.53,
                13.123,
                -55.504,
                26.261,
                -15.686,
                6.307,
                -3.303,
                -5.214,
                20.86
            ]
        },
        {
            "start": 74.88376,
            "duration": 0.16476,
            "confidence": 1.0,
            "loudness_start": -23.53,
            "loudness_max_time": 0.08793,
            "loudness_max": -6.392,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.868,
                0.19,
                0.042,
                0.116,
                0.145,
                0.362,
                0.353,
                0.576,
                0.601,
                0.855,
                0.153
            ],
            "timbre": [
                46.562,
                20.312,
                -2.861,
                -74.935,
                8.205,
                57.137,
                31.354,
                28.486,
                21.238,
                -8.461,
                -12.335,
                16.125
            ]
        },
        {
            "start": 75.04853,
            "duration": 0.138,
            "confidence": 0.112,
            "loudness_start": -15.627,
            "loudness_max_time": 0.03575,
            "loudness_max": -11.967,
            "loudness_end": 0.0,
            "pitches": [
                0.525,
                0.964,
                0.209,
                0.196,
                0.797,
                0.79,
                0.961,
                1.0,
                0.351,
                0.485,
                0.249,
                0.081
            ],
            "timbre": [
                44.845,
                31.8,
                -53.031,
                3.487,
                2.312,
                -21.582,
                -3.164,
                6.783,
                44.173,
                2.906,
                -20.659,
                19.317
            ]
        },
        {
            "start": 75.18653,
            "duration": 0.24934,
            "confidence": 0.653,
            "loudness_start": -22.784,
            "loudness_max_time": 0.13895,
            "loudness_max": -13.098,
            "loudness_end": 0.0,
            "pitches": [
                0.272,
                0.375,
                0.195,
                0.197,
                0.396,
                0.503,
                0.951,
                1.0,
                0.62,
                0.469,
                0.256,
                0.398
            ],
            "timbre": [
                42.293,
                54.196,
                11.961,
                -34.135,
                -0.388,
                -4.164,
                55.518,
                14.791,
                -9.618,
                -25.147,
                -23.611,
                22.443
            ]
        },
        {
            "start": 75.43587,
            "duration": 0.3824,
            "confidence": 1.0,
            "loudness_start": -23.99,
            "loudness_max_time": 0.02344,
            "loudness_max": -6.631,
            "loudness_end": 0.0,
            "pitches": [
                0.366,
                0.241,
                0.219,
                0.127,
                0.127,
                0.277,
                0.557,
                1.0,
                0.698,
                0.515,
                0.42,
                0.397
            ],
            "timbre": [
                48.533,
                5.628,
                -31.999,
                50.333,
                20.69,
                -37.271,
                48.921,
                25.815,
                4.047,
                13.684,
                -13.528,
                23.561
            ]
        },
        {
            "start": 75.81828,
            "duration": 0.27356,
            "confidence": 0.991,
            "loudness_start": -18.788,
            "loudness_max_time": 0.0207,
            "loudness_max": -4.343,
            "loudness_end": 0.0,
            "pitches": [
                0.968,
                0.567,
                0.319,
                0.09,
                0.25,
                0.129,
                0.217,
                0.413,
                0.341,
                0.361,
                0.183,
                1.0
            ],
            "timbre": [
                49.767,
                46.368,
                -63.248,
                17.018,
                15.112,
                -20.952,
                10.621,
                7.135,
                -2.043,
                23.317,
                16.643,
                13.906
            ]
        },
        {
            "start": 76.09184,
            "duration": 0.37728,
            "confidence": 0.827,
            "loudness_start": -19.926,
            "loudness_max_time": 0.1621,
            "loudness_max": -7.007,
            "loudness_end": 0.0,
            "pitches": [
                0.155,
                0.278,
                0.236,
                0.229,
                0.415,
                1.0,
                0.808,
                0.272,
                0.342,
                0.355,
                0.375,
                0.389
            ],
            "timbre": [
                50.155,
                45.759,
                22.029,
                -27.687,
                19.928,
                -33.074,
                35.747,
                2.675,
                -7.165,
                21.965,
                -20.667,
                -2.574
            ]
        },
        {
            "start": 76.46912,
            "duration": 0.278,
            "confidence": 0.643,
            "loudness_start": -16.45,
            "loudness_max_time": 0.06236,
            "loudness_max": -8.855,
            "loudness_end": 0.0,
            "pitches": [
                0.729,
                0.527,
                0.243,
                0.44,
                0.307,
                0.462,
                1.0,
                0.739,
                0.63,
                0.465,
                0.351,
                0.724
            ],
            "timbre": [
                46.741,
                64.991,
                16.142,
                54.053,
                15.229,
                -9.916,
                50.453,
                3.625,
                2.22,
                -0.984,
                -26.416,
                0.662
            ]
        },
        {
            "start": 76.74712,
            "duration": 0.25025,
            "confidence": 1.0,
            "loudness_start": -23.332,
            "loudness_max_time": 0.05964,
            "loudness_max": -8.323,
            "loudness_end": 0.0,
            "pitches": [
                0.356,
                0.701,
                0.807,
                1.0,
                0.813,
                0.587,
                0.5,
                0.429,
                0.542,
                0.472,
                0.466,
                0.49
            ],
            "timbre": [
                48.647,
                64.432,
                117.904,
                8.946,
                45.604,
                44.418,
                85.943,
                2.442,
                -10.741,
                1.496,
                24.212,
                14.011
            ]
        },
        {
            "start": 76.99737,
            "duration": 0.28476,
            "confidence": 0.486,
            "loudness_start": -14.944,
            "loudness_max_time": 0.06128,
            "loudness_max": -8.147,
            "loudness_end": 0.0,
            "pitches": [
                0.414,
                0.294,
                0.148,
                0.307,
                1.0,
                0.443,
                0.524,
                0.473,
                0.381,
                0.272,
                0.239,
                0.638
            ],
            "timbre": [
                49.41,
                3.443,
                38.375,
                10.798,
                48.885,
                -35.578,
                17.754,
                -15.018,
                -20.489,
                7.641,
                -10.303,
                10.378
            ]
        },
        {
            "start": 77.28213,
            "duration": 0.23782,
            "confidence": 0.458,
            "loudness_start": -14.192,
            "loudness_max_time": 0.08156,
            "loudness_max": -9.176,
            "loudness_end": 0.0,
            "pitches": [
                0.285,
                0.26,
                0.21,
                0.645,
                1.0,
                0.336,
                0.199,
                0.136,
                0.14,
                0.356,
                0.3,
                0.318
            ],
            "timbre": [
                46.824,
                35.117,
                30.485,
                35.315,
                54.373,
                -12.922,
                -26.18,
                27.891,
                25.288,
                -19.019,
                -40.72,
                0.425
            ]
        },
        {
            "start": 77.51995,
            "duration": 0.38825,
            "confidence": 1.0,
            "loudness_start": -22.906,
            "loudness_max_time": 0.05209,
            "loudness_max": -6.722,
            "loudness_end": 0.0,
            "pitches": [
                0.356,
                0.358,
                1.0,
                0.998,
                0.974,
                0.461,
                0.424,
                0.558,
                0.448,
                0.549,
                0.476,
                0.769
            ],
            "timbre": [
                49.264,
                28.916,
                51.899,
                42.24,
                44.189,
                -4.271,
                53.624,
                -14.655,
                -19.611,
                25.619,
                -10.503,
                11.077
            ]
        },
        {
            "start": 77.90821,
            "duration": 0.26186,
            "confidence": 0.717,
            "loudness_start": -16.315,
            "loudness_max_time": 0.05691,
            "loudness_max": -8.541,
            "loudness_end": 0.0,
            "pitches": [
                0.509,
                1.0,
                0.187,
                0.221,
                0.155,
                0.281,
                0.512,
                0.395,
                0.556,
                0.28,
                0.193,
                0.347
            ],
            "timbre": [
                48.434,
                27.914,
                11.688,
                35.5,
                34.691,
                -19.807,
                12.784,
                19.145,
                -19.514,
                1.807,
                -31.488,
                6.345
            ]
        },
        {
            "start": 78.17007,
            "duration": 0.38372,
            "confidence": 0.861,
            "loudness_start": -20.627,
            "loudness_max_time": 0.08674,
            "loudness_max": -8.476,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                0.391,
                1.0,
                0.329,
                0.184,
                0.246,
                0.26,
                0.32,
                0.277,
                0.324,
                0.227,
                0.292
            ],
            "timbre": [
                47.985,
                42.505,
                28.087,
                9.191,
                18.888,
                -19.397,
                4.968,
                -8.363,
                -18.444,
                19.892,
                -22.487,
                3.847
            ]
        },
        {
            "start": 78.55379,
            "duration": 0.51025,
            "confidence": 0.932,
            "loudness_start": -16.162,
            "loudness_max_time": 0.05146,
            "loudness_max": -5.211,
            "loudness_end": 0.0,
            "pitches": [
                0.3,
                0.305,
                0.775,
                0.626,
                1.0,
                0.293,
                0.233,
                0.344,
                0.31,
                0.408,
                0.268,
                0.539
            ],
            "timbre": [
                51.478,
                59.942,
                37.234,
                -8.143,
                51.228,
                4.434,
                8.032,
                30.984,
                1.269,
                -8.768,
                17.218,
                17.288
            ]
        },
        {
            "start": 79.06404,
            "duration": 0.30163,
            "confidence": 0.961,
            "loudness_start": -22.952,
            "loudness_max_time": 0.07866,
            "loudness_max": -9.019,
            "loudness_end": 0.0,
            "pitches": [
                0.557,
                0.73,
                1.0,
                0.314,
                0.192,
                0.304,
                0.582,
                0.438,
                0.397,
                0.315,
                0.208,
                0.442
            ],
            "timbre": [
                45.898,
                37.109,
                32.348,
                3.551,
                25.586,
                27.71,
                32.931,
                -4.164,
                -8.606,
                -1.622,
                -0.914,
                10.459
            ]
        },
        {
            "start": 79.36567,
            "duration": 0.12726,
            "confidence": 0.002,
            "loudness_start": -20.037,
            "loudness_max_time": 0.07448,
            "loudness_max": -16.259,
            "loudness_end": 0.0,
            "pitches": [
                0.978,
                0.702,
                0.332,
                0.204,
                0.266,
                0.16,
                0.285,
                0.25,
                0.627,
                0.689,
                1.0,
                0.168
            ],
            "timbre": [
                41.583,
                110.07,
                9.792,
                -14.507,
                58.203,
                -38.596,
                59.768,
                9.02,
                -11.062,
                -34.093,
                -14.797,
                6.645
            ]
        },
        {
            "start": 79.49293,
            "duration": 0.25596,
            "confidence": 0.96,
            "loudness_start": -22.05,
            "loudness_max_time": 0.14558,
            "loudness_max": -5.44,
            "loudness_end": 0.0,
            "pitches": [
                0.487,
                0.417,
                0.448,
                0.835,
                1.0,
                0.306,
                0.337,
                0.288,
                0.289,
                0.404,
                0.377,
                0.66
            ],
            "timbre": [
                47.471,
                82.488,
                46.529,
                -93.192,
                51.306,
                14.97,
                -2.173,
                5.103,
                -10.033,
                -10.75,
                -17.297,
                17.903
            ]
        },
        {
            "start": 79.74889,
            "duration": 0.25546,
            "confidence": 0.604,
            "loudness_start": -12.726,
            "loudness_max_time": 0.04536,
            "loudness_max": -5.94,
            "loudness_end": 0.0,
            "pitches": [
                0.275,
                0.372,
                1.0,
                0.287,
                0.27,
                0.125,
                0.126,
                0.106,
                0.098,
                0.529,
                0.181,
                0.194
            ],
            "timbre": [
                51.131,
                72.127,
                53.079,
                -14.607,
                33.272,
                -0.849,
                -6.023,
                -23.828,
                -5.373,
                -1.194,
                -1.405,
                -13.962
            ]
        },
        {
            "start": 80.00435,
            "duration": 0.13941,
            "confidence": 0.094,
            "loudness_start": -10.404,
            "loudness_max_time": 0.02499,
            "loudness_max": -8.025,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.973,
                0.319,
                0.181,
                0.163,
                0.219,
                0.234,
                0.199,
                0.239,
                0.229,
                0.383,
                0.525
            ],
            "timbre": [
                48.092,
                15.672,
                3.002,
                62.228,
                14.753,
                -45.646,
                3.043,
                -11.528,
                -11.517,
                -14.23,
                -24.544,
                9.434
            ]
        },
        {
            "start": 80.14376,
            "duration": 0.50413,
            "confidence": 0.685,
            "loudness_start": -18.432,
            "loudness_max_time": 0.14481,
            "loudness_max": -8.734,
            "loudness_end": 0.0,
            "pitches": [
                0.672,
                1.0,
                0.281,
                0.277,
                0.23,
                0.332,
                0.545,
                0.451,
                0.362,
                0.409,
                0.32,
                0.539
            ],
            "timbre": [
                46.53,
                31.744,
                7.881,
                -9.203,
                25.169,
                -4.387,
                -12.905,
                -30.961,
                5.108,
                11.86,
                -43.341,
                3.5
            ]
        },
        {
            "start": 80.64789,
            "duration": 0.38218,
            "confidence": 1.0,
            "loudness_start": -21.457,
            "loudness_max_time": 0.03,
            "loudness_max": -4.957,
            "loudness_end": 0.0,
            "pitches": [
                0.361,
                0.233,
                0.186,
                0.127,
                0.134,
                0.228,
                0.527,
                1.0,
                0.661,
                0.549,
                0.323,
                0.425
            ],
            "timbre": [
                49.384,
                13.253,
                -27.886,
                59.643,
                20.909,
                -29.029,
                38.208,
                13.712,
                19.925,
                30.127,
                -15.55,
                12.589
            ]
        },
        {
            "start": 81.03007,
            "duration": 0.10635,
            "confidence": 0.514,
            "loudness_start": -23.283,
            "loudness_max_time": 0.0448,
            "loudness_max": -16.795,
            "loudness_end": 0.0,
            "pitches": [
                0.596,
                0.521,
                0.288,
                0.357,
                0.564,
                0.558,
                0.6,
                0.585,
                0.618,
                1.0,
                0.806,
                0.211
            ],
            "timbre": [
                40.429,
                15.931,
                -4.834,
                -8.798,
                23.76,
                -22.787,
                39.368,
                14.348,
                27.663,
                -26.209,
                -9.375,
                -4.319
            ]
        },
        {
            "start": 81.13642,
            "duration": 0.44218,
            "confidence": 1.0,
            "loudness_start": -22.507,
            "loudness_max_time": 0.07206,
            "loudness_max": -6.49,
            "loudness_end": 0.0,
            "pitches": [
                0.404,
                0.26,
                0.197,
                0.141,
                0.17,
                0.267,
                0.535,
                1.0,
                0.869,
                0.613,
                0.403,
                0.52
            ],
            "timbre": [
                44.652,
                17.435,
                -12.731,
                -25.462,
                25.713,
                45.748,
                31.33,
                12.471,
                27.802,
                2.931,
                -38.418,
                3.524
            ]
        },
        {
            "start": 81.57859,
            "duration": 0.08091,
            "confidence": 0.379,
            "loudness_start": -21.44,
            "loudness_max_time": 0.02063,
            "loudness_max": -15.995,
            "loudness_end": 0.0,
            "pitches": [
                0.217,
                0.322,
                0.29,
                0.273,
                0.85,
                0.878,
                1.0,
                0.995,
                0.365,
                0.414,
                0.364,
                0.064
            ],
            "timbre": [
                40.734,
                32.487,
                -3.985,
                5.375,
                15.695,
                -67.828,
                23.981,
                -4.268,
                24.417,
                7.568,
                2.118,
                3.16
            ]
        },
        {
            "start": 81.6595,
            "duration": 0.37247,
            "confidence": 1.0,
            "loudness_start": -21.255,
            "loudness_max_time": 0.07874,
            "loudness_max": -5.893,
            "loudness_end": 0.0,
            "pitches": [
                0.48,
                0.272,
                0.199,
                0.137,
                0.134,
                0.303,
                0.541,
                0.986,
                1.0,
                0.807,
                0.4,
                0.582
            ],
            "timbre": [
                44.91,
                28.095,
                -28.834,
                -36.848,
                37.865,
                35.44,
                30.371,
                -16.756,
                16.463,
                13.888,
                -39.872,
                6.744
            ]
        },
        {
            "start": 82.03197,
            "duration": 0.31587,
            "confidence": 0.819,
            "loudness_start": -17.04,
            "loudness_max_time": 0.08746,
            "loudness_max": -6.567,
            "loudness_end": 0.0,
            "pitches": [
                0.982,
                0.714,
                0.439,
                0.206,
                0.384,
                0.348,
                0.295,
                0.566,
                0.701,
                0.41,
                0.253,
                1.0
            ],
            "timbre": [
                46.834,
                63.424,
                -29.564,
                -59.16,
                49.46,
                -19.627,
                45.295,
                -44.692,
                -0.088,
                17.989,
                -38.134,
                12.265
            ]
        },
        {
            "start": 82.34785,
            "duration": 0.39673,
            "confidence": 0.755,
            "loudness_start": -18.145,
            "loudness_max_time": 0.08401,
            "loudness_max": -6.689,
            "loudness_end": 0.0,
            "pitches": [
                0.234,
                0.08,
                0.108,
                0.193,
                0.179,
                0.282,
                1.0,
                0.997,
                0.577,
                0.49,
                0.436,
                0.474
            ],
            "timbre": [
                49.474,
                57.029,
                -22.899,
                -37.67,
                12.597,
                -26.121,
                -29.465,
                10.662,
                35.808,
                10.341,
                -13.153,
                2.068
            ]
        },
        {
            "start": 82.74458,
            "duration": 0.34757,
            "confidence": 0.895,
            "loudness_start": -17.684,
            "loudness_max_time": 0.03048,
            "loudness_max": -4.564,
            "loudness_end": 0.0,
            "pitches": [
                0.983,
                0.65,
                0.356,
                0.176,
                0.172,
                0.371,
                0.316,
                1.0,
                0.624,
                0.378,
                0.563,
                0.973
            ],
            "timbre": [
                48.178,
                11.318,
                -62.422,
                70.659,
                15.329,
                -56.095,
                18.89,
                29.383,
                10.583,
                12.9,
                -16.162,
                5.444
            ]
        },
        {
            "start": 83.09215,
            "duration": 0.1458,
            "confidence": 0.483,
            "loudness_start": -20.866,
            "loudness_max_time": 0.08137,
            "loudness_max": -15.861,
            "loudness_end": 0.0,
            "pitches": [
                0.58,
                0.919,
                0.585,
                0.472,
                0.905,
                0.833,
                0.806,
                0.891,
                0.696,
                1.0,
                0.913,
                0.481
            ],
            "timbre": [
                41.294,
                65.624,
                -11.453,
                -25.567,
                27.569,
                -16.806,
                47.733,
                -11.205,
                -16.76,
                -6.206,
                -29.353,
                7.309
            ]
        },
        {
            "start": 83.23796,
            "duration": 0.29546,
            "confidence": 1.0,
            "loudness_start": -23.437,
            "loudness_max_time": 0.074,
            "loudness_max": -6.005,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.49,
                0.228,
                0.199,
                0.202,
                0.285,
                0.483,
                0.355,
                0.647,
                0.595,
                0.483,
                0.98
            ],
            "timbre": [
                47.389,
                37.895,
                -23.726,
                3.464,
                14.002,
                55.71,
                40.237,
                5.83,
                20.175,
                7.21,
                5.21,
                11.82
            ]
        },
        {
            "start": 83.53342,
            "duration": 0.25152,
            "confidence": 0.556,
            "loudness_start": -20.59,
            "loudness_max_time": 0.07511,
            "loudness_max": -14.658,
            "loudness_end": 0.0,
            "pitches": [
                0.292,
                0.338,
                0.186,
                0.216,
                0.403,
                0.501,
                0.969,
                1.0,
                0.599,
                0.37,
                0.172,
                0.376
            ],
            "timbre": [
                42.665,
                53.438,
                -5.52,
                5.444,
                4.515,
                -16.499,
                34.524,
                1.045,
                13.115,
                -19.73,
                -21.817,
                11.738
            ]
        },
        {
            "start": 83.78494,
            "duration": 0.33424,
            "confidence": 1.0,
            "loudness_start": -24.267,
            "loudness_max_time": 0.01624,
            "loudness_max": -5.348,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.648,
                0.37,
                0.212,
                0.231,
                0.358,
                0.392,
                0.888,
                0.768,
                0.728,
                0.615,
                0.969
            ],
            "timbre": [
                49.928,
                27.071,
                -40.06,
                30.563,
                9.292,
                -41.245,
                -9.722,
                -2.134,
                12.144,
                10.999,
                -13.366,
                -5.942
            ]
        },
        {
            "start": 84.11918,
            "duration": 0.3205,
            "confidence": 1.0,
            "loudness_start": -19.513,
            "loudness_max_time": 0.07389,
            "loudness_max": -4.624,
            "loudness_end": 0.0,
            "pitches": [
                0.927,
                0.673,
                0.387,
                0.177,
                0.307,
                0.242,
                0.272,
                0.471,
                0.444,
                0.276,
                0.167,
                1.0
            ],
            "timbre": [
                45.939,
                18.943,
                10.643,
                -91.059,
                14.124,
                -4.044,
                19.779,
                25.9,
                11.084,
                9.568,
                -31.827,
                10.223
            ]
        },
        {
            "start": 84.43968,
            "duration": 0.14531,
            "confidence": 0.655,
            "loudness_start": -16.081,
            "loudness_max_time": 0.06853,
            "loudness_max": -6.512,
            "loudness_end": 0.0,
            "pitches": [
                0.58,
                0.478,
                0.186,
                0.128,
                0.313,
                0.322,
                0.752,
                0.749,
                0.966,
                1.0,
                0.894,
                0.112
            ],
            "timbre": [
                50.163,
                46.447,
                -7.141,
                -51.628,
                2.037,
                -35.669,
                -25.098,
                1.858,
                5.98,
                21.615,
                -19.793,
                -7.634
            ]
        },
        {
            "start": 84.58499,
            "duration": 0.19088,
            "confidence": 0.184,
            "loudness_start": -10.779,
            "loudness_max_time": 0.06882,
            "loudness_max": -7.837,
            "loudness_end": 0.0,
            "pitches": [
                0.342,
                0.163,
                0.099,
                0.234,
                0.332,
                0.437,
                0.316,
                0.312,
                0.173,
                0.122,
                0.108,
                1.0
            ],
            "timbre": [
                50.408,
                56.975,
                -3.657,
                -16.986,
                34.952,
                -33.801,
                -50.762,
                2.047,
                44.347,
                8.827,
                -15.983,
                -11.735
            ]
        },
        {
            "start": 84.77587,
            "duration": 0.30181,
            "confidence": 0.479,
            "loudness_start": -12.741,
            "loudness_max_time": 0.07536,
            "loudness_max": -7.387,
            "loudness_end": 0.0,
            "pitches": [
                0.764,
                0.541,
                0.32,
                0.556,
                0.477,
                0.458,
                1.0,
                0.463,
                0.565,
                0.564,
                0.358,
                0.896
            ],
            "timbre": [
                48.552,
                116.654,
                10.434,
                15.224,
                1.052,
                -10.654,
                -1.823,
                -9.972,
                17.468,
                1.689,
                -38.08,
                2.525
            ]
        },
        {
            "start": 85.07769,
            "duration": 0.16263,
            "confidence": 1.0,
            "loudness_start": -19.689,
            "loudness_max_time": 0.06171,
            "loudness_max": -5.793,
            "loudness_end": 0.0,
            "pitches": [
                0.767,
                0.537,
                0.308,
                0.725,
                0.921,
                0.407,
                0.283,
                0.357,
                0.689,
                1.0,
                0.732,
                0.288
            ],
            "timbre": [
                49.006,
                103.598,
                38.566,
                80.835,
                42.065,
                20.231,
                12.698,
                -39.981,
                -10.402,
                6.364,
                -34.093,
                -0.074
            ]
        },
        {
            "start": 85.24032,
            "duration": 0.26259,
            "confidence": 0.901,
            "loudness_start": -17.795,
            "loudness_max_time": 0.15972,
            "loudness_max": -4.966,
            "loudness_end": 0.0,
            "pitches": [
                0.624,
                0.463,
                0.462,
                0.473,
                0.669,
                0.695,
                0.787,
                0.483,
                0.382,
                0.765,
                0.696,
                1.0
            ],
            "timbre": [
                47.438,
                97.689,
                69.456,
                -89.767,
                42.193,
                -17.353,
                17.33,
                -44.239,
                5.115,
                -15.495,
                -9.556,
                -5.075
            ]
        },
        {
            "start": 85.5029,
            "duration": 0.18458,
            "confidence": 0.424,
            "loudness_start": -10.337,
            "loudness_max_time": 0.02117,
            "loudness_max": -5.211,
            "loudness_end": 0.0,
            "pitches": [
                0.473,
                1.0,
                0.298,
                0.714,
                0.926,
                0.216,
                0.235,
                0.27,
                0.368,
                0.584,
                0.326,
                0.368
            ],
            "timbre": [
                49.014,
                55.297,
                9.588,
                82.318,
                28.529,
                -30.829,
                -21.764,
                4.382,
                -6.799,
                -15.136,
                -17.167,
                -2.077
            ]
        },
        {
            "start": 85.68748,
            "duration": 0.20322,
            "confidence": 0.924,
            "loudness_start": -19.074,
            "loudness_max_time": 0.15022,
            "loudness_max": -5.584,
            "loudness_end": 0.0,
            "pitches": [
                0.178,
                0.145,
                0.123,
                0.174,
                1.0,
                0.459,
                0.354,
                0.53,
                0.592,
                0.558,
                0.218,
                0.263
            ],
            "timbre": [
                47.307,
                102.652,
                94.264,
                -81.485,
                43.303,
                -42.693,
                24.658,
                -46.916,
                -17.933,
                9.545,
                8.106,
                -22.429
            ]
        },
        {
            "start": 85.8907,
            "duration": 0.1454,
            "confidence": 0.25,
            "loudness_start": -8.374,
            "loudness_max_time": 0.05484,
            "loudness_max": -4.688,
            "loudness_end": 0.0,
            "pitches": [
                0.576,
                0.314,
                0.095,
                0.266,
                1.0,
                0.208,
                0.128,
                0.127,
                0.108,
                0.302,
                0.255,
                0.233
            ],
            "timbre": [
                53.813,
                46.634,
                60.523,
                14.712,
                32.785,
                -36.962,
                33.091,
                5.34,
                -5.215,
                0.052,
                -17.282,
                8.102
            ]
        },
        {
            "start": 86.0361,
            "duration": 0.21469,
            "confidence": 0.12,
            "loudness_start": -8.483,
            "loudness_max_time": 0.03264,
            "loudness_max": -5.155,
            "loudness_end": 0.0,
            "pitches": [
                0.137,
                0.267,
                1.0,
                0.12,
                0.18,
                0.117,
                0.292,
                0.204,
                0.186,
                0.23,
                0.075,
                0.132
            ],
            "timbre": [
                52.509,
                72.952,
                36.217,
                10.926,
                27.277,
                -30.463,
                -30.172,
                8.115,
                16.426,
                -3.095,
                -7.531,
                16.291
            ]
        },
        {
            "start": 86.25079,
            "duration": 0.22027,
            "confidence": 0.49,
            "loudness_start": -11.165,
            "loudness_max_time": 0.03895,
            "loudness_max": -6.317,
            "loudness_end": 0.0,
            "pitches": [
                0.494,
                1.0,
                0.358,
                0.295,
                0.46,
                0.326,
                0.476,
                0.23,
                0.465,
                0.352,
                0.165,
                0.466
            ],
            "timbre": [
                50.817,
                16.709,
                16.018,
                29.022,
                59.629,
                -25.457,
                -11.448,
                8.379,
                3.946,
                18.201,
                -23.528,
                -9.383
            ]
        },
        {
            "start": 86.47107,
            "duration": 0.4293,
            "confidence": 0.69,
            "loudness_start": -17.581,
            "loudness_max_time": 0.11306,
            "loudness_max": -6.927,
            "loudness_end": 0.0,
            "pitches": [
                0.418,
                0.682,
                1.0,
                0.427,
                0.253,
                0.365,
                0.563,
                0.41,
                0.423,
                0.438,
                0.314,
                0.439
            ],
            "timbre": [
                48.006,
                143.392,
                7.488,
                -21.535,
                57.107,
                -14.07,
                10.265,
                -44.425,
                -21.746,
                23.723,
                -55.563,
                -11.846
            ]
        },
        {
            "start": 86.90036,
            "duration": 0.16249,
            "confidence": 0.985,
            "loudness_start": -17.857,
            "loudness_max_time": 0.06563,
            "loudness_max": -4.2,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.987,
                0.346,
                0.335,
                0.272,
                0.263,
                0.325,
                0.333,
                0.426,
                0.347,
                0.454,
                0.477
            ],
            "timbre": [
                50.638,
                105.714,
                13.605,
                20.213,
                37.224,
                19.249,
                -3.425,
                22.512,
                9.891,
                17.4,
                -38.206,
                -1.452
            ]
        },
        {
            "start": 87.06286,
            "duration": 0.22073,
            "confidence": 0.678,
            "loudness_start": -18.023,
            "loudness_max_time": 0.17507,
            "loudness_max": -7.868,
            "loudness_end": 0.0,
            "pitches": [
                0.172,
                0.33,
                0.854,
                1.0,
                0.694,
                0.339,
                0.333,
                0.396,
                0.166,
                0.099,
                0.117,
                0.182
            ],
            "timbre": [
                47.262,
                95.348,
                33.8,
                -74.102,
                1.152,
                -36.982,
                -17.497,
                -28.005,
                -0.164,
                27.97,
                11.366,
                10.722
            ]
        },
        {
            "start": 87.28358,
            "duration": 0.12204,
            "confidence": 0.09,
            "loudness_start": -10.925,
            "loudness_max_time": 0.04566,
            "loudness_max": -6.789,
            "loudness_end": 0.0,
            "pitches": [
                0.763,
                1.0,
                0.815,
                0.342,
                0.272,
                0.263,
                0.694,
                0.355,
                0.441,
                0.538,
                0.509,
                0.442
            ],
            "timbre": [
                49.295,
                119.049,
                2.953,
                40.858,
                22.251,
                -17.78,
                -72.84,
                -16.112,
                25.916,
                9.434,
                -35.386,
                8.469
            ]
        },
        {
            "start": 87.40562,
            "duration": 0.17374,
            "confidence": 0.992,
            "loudness_start": -19.433,
            "loudness_max_time": 0.06656,
            "loudness_max": -3.735,
            "loudness_end": 0.0,
            "pitches": [
                0.611,
                1.0,
                0.36,
                0.129,
                0.265,
                0.137,
                0.151,
                0.09,
                0.163,
                0.116,
                0.241,
                0.294
            ],
            "timbre": [
                49.942,
                78.077,
                19.945,
                -9.062,
                36.385,
                55.767,
                4.003,
                -26.437,
                13.02,
                -14.03,
                -30.295,
                10.359
            ]
        },
        {
            "start": 87.57937,
            "duration": 0.21501,
            "confidence": 0.801,
            "loudness_start": -14.793,
            "loudness_max_time": 0.11779,
            "loudness_max": -4.34,
            "loudness_end": 0.0,
            "pitches": [
                0.208,
                0.74,
                1.0,
                0.32,
                0.235,
                0.176,
                0.423,
                0.353,
                0.249,
                0.229,
                0.186,
                0.202
            ],
            "timbre": [
                49.673,
                71.018,
                35.384,
                -87.071,
                45.531,
                -19.725,
                -19.777,
                11.666,
                24.326,
                -24.738,
                -4.211,
                11.275
            ]
        },
        {
            "start": 87.79438,
            "duration": 0.17433,
            "confidence": 0.688,
            "loudness_start": -13.722,
            "loudness_max_time": 0.0734,
            "loudness_max": -5.84,
            "loudness_end": 0.0,
            "pitches": [
                0.342,
                0.466,
                0.293,
                0.249,
                1.0,
                0.202,
                0.267,
                0.229,
                0.425,
                0.491,
                0.355,
                0.508
            ],
            "timbre": [
                52.302,
                165.139,
                112.849,
                1.039,
                54.041,
                -17.019,
                66.015,
                24.031,
                -14.584,
                -12.26,
                11.595,
                39.016
            ]
        },
        {
            "start": 87.96871,
            "duration": 0.24952,
            "confidence": 0.513,
            "loudness_start": -7.369,
            "loudness_max_time": 0.05948,
            "loudness_max": -2.612,
            "loudness_end": 0.0,
            "pitches": [
                0.619,
                0.523,
                0.321,
                0.444,
                1.0,
                0.559,
                0.857,
                0.792,
                0.674,
                0.564,
                0.39,
                0.727
            ],
            "timbre": [
                53.515,
                139.673,
                17.967,
                70.61,
                28.454,
                -30.32,
                42.746,
                -14.338,
                -26.86,
                3.903,
                -47.643,
                53.064
            ]
        },
        {
            "start": 88.21823,
            "duration": 0.12245,
            "confidence": 0.618,
            "loudness_start": -17.159,
            "loudness_max_time": 0.03492,
            "loudness_max": -9.036,
            "loudness_end": 0.0,
            "pitches": [
                0.219,
                0.347,
                1.0,
                0.179,
                0.072,
                0.048,
                0.232,
                0.18,
                0.087,
                0.1,
                0.185,
                0.028
            ],
            "timbre": [
                47.737,
                9.674,
                14.497,
                11.021,
                34.309,
                -14.796,
                -21.837,
                -18.767,
                -45.116,
                -1.896,
                13.511,
                4.91
            ]
        },
        {
            "start": 88.34068,
            "duration": 0.21456,
            "confidence": 0.78,
            "loudness_start": -14.217,
            "loudness_max_time": 0.05121,
            "loudness_max": -5.358,
            "loudness_end": 0.0,
            "pitches": [
                0.583,
                0.942,
                1.0,
                0.344,
                0.283,
                0.425,
                0.77,
                0.289,
                0.331,
                0.378,
                0.236,
                0.438
            ],
            "timbre": [
                52.131,
                43.261,
                45.243,
                -20.43,
                16.768,
                -8.126,
                -8.219,
                4.384,
                -10.716,
                -8.108,
                11.37,
                3.126
            ]
        },
        {
            "start": 88.55524,
            "duration": 0.44045,
            "confidence": 0.536,
            "loudness_start": -11.182,
            "loudness_max_time": 0.11489,
            "loudness_max": -5.116,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.894,
                0.544,
                0.459,
                0.485,
                0.574,
                0.744,
                0.697,
                0.664,
                0.759,
                0.588,
                0.927
            ],
            "timbre": [
                50.397,
                62.494,
                43.936,
                43.157,
                25.998,
                -21.59,
                12.694,
                44.212,
                -7.952,
                5.503,
                -7.512,
                36.853
            ]
        },
        {
            "start": 88.99569,
            "duration": 0.39537,
            "confidence": 0.992,
            "loudness_start": -20.634,
            "loudness_max_time": 0.02131,
            "loudness_max": -5.089,
            "loudness_end": 0.0,
            "pitches": [
                0.417,
                0.244,
                0.199,
                0.173,
                0.212,
                0.274,
                0.589,
                1.0,
                0.707,
                0.649,
                0.289,
                0.457
            ],
            "timbre": [
                51.851,
                31.398,
                5.142,
                13.183,
                13.841,
                -40.879,
                42.377,
                -14.926,
                -11.759,
                15.494,
                10.113,
                10.213
            ]
        },
        {
            "start": 89.39107,
            "duration": 0.11605,
            "confidence": 0.039,
            "loudness_start": -11.028,
            "loudness_max_time": 0.04586,
            "loudness_max": -8.474,
            "loudness_end": 0.0,
            "pitches": [
                0.157,
                0.35,
                0.064,
                0.073,
                0.386,
                0.134,
                0.105,
                0.097,
                0.212,
                1.0,
                0.223,
                0.09
            ],
            "timbre": [
                49.74,
                -11.876,
                71.785,
                20.922,
                62.796,
                -42.371,
                43.638,
                15.397,
                8.552,
                5.376,
                -10.806,
                19.063
            ]
        },
        {
            "start": 89.50712,
            "duration": 0.50499,
            "confidence": 0.647,
            "loudness_start": -12.393,
            "loudness_max_time": 0.02517,
            "loudness_max": -5.082,
            "loudness_end": 0.0,
            "pitches": [
                0.329,
                0.253,
                0.205,
                0.124,
                0.31,
                0.259,
                0.668,
                1.0,
                0.564,
                0.812,
                0.394,
                0.443
            ],
            "timbre": [
                51.195,
                2.802,
                25.555,
                28.116,
                30.454,
                -33.643,
                42.982,
                6.3,
                6.599,
                14.266,
                15.915,
                6.426
            ]
        },
        {
            "start": 90.01211,
            "duration": 0.15705,
            "confidence": 0.853,
            "loudness_start": -12.981,
            "loudness_max_time": 0.0743,
            "loudness_max": -3.126,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.989,
                0.252,
                0.073,
                0.177,
                0.177,
                0.439,
                0.372,
                0.525,
                0.566,
                0.824,
                0.14
            ],
            "timbre": [
                53.551,
                18.569,
                68.979,
                -37.636,
                42.879,
                0.207,
                68.4,
                14.375,
                7.744,
                21.38,
                3.563,
                8.807
            ]
        },
        {
            "start": 90.16916,
            "duration": 0.20281,
            "confidence": 0.387,
            "loudness_start": -5.393,
            "loudness_max_time": 0.05424,
            "loudness_max": -1.38,
            "loudness_end": 0.0,
            "pitches": [
                0.251,
                0.454,
                0.364,
                0.285,
                0.514,
                0.206,
                0.296,
                0.509,
                0.206,
                1.0,
                0.128,
                0.157
            ],
            "timbre": [
                57.214,
                107.911,
                93.669,
                11.254,
                4.239,
                -29.781,
                59.38,
                20.137,
                -10.013,
                -14.289,
                -7.821,
                -7.247
            ]
        },
        {
            "start": 90.37197,
            "duration": 0.30789,
            "confidence": 0.168,
            "loudness_start": -4.724,
            "loudness_max_time": 0.10045,
            "loudness_max": -0.839,
            "loudness_end": 0.0,
            "pitches": [
                0.994,
                0.773,
                0.491,
                0.213,
                0.61,
                0.382,
                0.321,
                0.575,
                0.267,
                0.679,
                0.227,
                1.0
            ],
            "timbre": [
                57.186,
                124.211,
                96.338,
                13.109,
                11.762,
                -43.621,
                47.752,
                18.845,
                -7.469,
                9.06,
                -14.839,
                -1.752
            ]
        },
        {
            "start": 90.67986,
            "duration": 0.41143,
            "confidence": 0.041,
            "loudness_start": -4.125,
            "loudness_max_time": 0.07672,
            "loudness_max": -1.334,
            "loudness_end": 0.0,
            "pitches": [
                0.236,
                0.165,
                0.151,
                0.224,
                0.294,
                0.243,
                0.842,
                1.0,
                0.576,
                0.508,
                0.285,
                0.257
            ],
            "timbre": [
                55.173,
                82.646,
                63.611,
                67.43,
                6.711,
                -32.819,
                52.824,
                -16.062,
                -21.183,
                0.073,
                -30.557,
                13.422
            ]
        },
        {
            "start": 91.09129,
            "duration": 0.48848,
            "confidence": 0.563,
            "loudness_start": -10.258,
            "loudness_max_time": 0.0069,
            "loudness_max": -3.833,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                0.24,
                0.164,
                0.122,
                0.506,
                0.177,
                0.438,
                1.0,
                0.645,
                0.576,
                0.409,
                0.361
            ],
            "timbre": [
                52.792,
                -7.884,
                16.051,
                10.691,
                28.507,
                -63.238,
                36.734,
                -7.039,
                -1.971,
                -0.58,
                -11.341,
                -1.045
            ]
        },
        {
            "start": 91.57977,
            "duration": 0.1507,
            "confidence": 0.673,
            "loudness_start": -12.266,
            "loudness_max_time": 0.03859,
            "loudness_max": -4.527,
            "loudness_end": 0.0,
            "pitches": [
                0.393,
                0.652,
                0.161,
                0.201,
                0.454,
                0.399,
                0.795,
                0.709,
                1.0,
                0.93,
                0.851,
                0.179
            ],
            "timbre": [
                51.283,
                -5.939,
                17.363,
                -0.428,
                23.003,
                -13.606,
                41.02,
                22.48,
                -4.989,
                3.77,
                -0.185,
                10.579
            ]
        },
        {
            "start": 91.73048,
            "duration": 0.38336,
            "confidence": 0.072,
            "loudness_start": -10.98,
            "loudness_max_time": 0.20403,
            "loudness_max": -8.436,
            "loudness_end": 0.0,
            "pitches": [
                0.171,
                0.56,
                0.33,
                0.218,
                0.64,
                0.397,
                1.0,
                0.902,
                0.278,
                0.152,
                0.215,
                0.167
            ],
            "timbre": [
                49.838,
                47.286,
                29.607,
                -17.703,
                38.55,
                -38.735,
                47.058,
                12.144,
                12.174,
                -8.874,
                -9.002,
                -4.171
            ]
        },
        {
            "start": 92.11383,
            "duration": 0.39478,
            "confidence": 0.911,
            "loudness_start": -13.458,
            "loudness_max_time": 0.15618,
            "loudness_max": -1.928,
            "loudness_end": 0.0,
            "pitches": [
                0.311,
                0.313,
                0.533,
                0.632,
                0.377,
                0.305,
                0.447,
                0.51,
                1.0,
                0.96,
                0.543,
                0.411
            ],
            "timbre": [
                55.471,
                60.219,
                36.365,
                -38.601,
                25.281,
                -4.646,
                49.127,
                42.042,
                -7.161,
                19.341,
                41.554,
                10.119
            ]
        },
        {
            "start": 92.50862,
            "duration": 0.15029,
            "confidence": 0.239,
            "loudness_start": -4.595,
            "loudness_max_time": 0.01699,
            "loudness_max": -0.761,
            "loudness_end": 0.0,
            "pitches": [
                0.878,
                0.524,
                0.204,
                0.183,
                0.202,
                0.12,
                0.419,
                0.433,
                0.814,
                0.824,
                1.0,
                0.128
            ],
            "timbre": [
                57.205,
                90.487,
                47.506,
                22.441,
                25.006,
                -54.646,
                46.362,
                9.954,
                2.855,
                33.283,
                -16.095,
                39.186
            ]
        },
        {
            "start": 92.65891,
            "duration": 0.1229,
            "confidence": 0.272,
            "loudness_start": -5.818,
            "loudness_max_time": 0.0483,
            "loudness_max": -2.188,
            "loudness_end": 0.0,
            "pitches": [
                0.605,
                0.772,
                0.446,
                0.485,
                0.642,
                0.653,
                0.663,
                0.657,
                1.0,
                0.993,
                0.986,
                0.178
            ],
            "timbre": [
                56.711,
                31.614,
                36.455,
                -11.141,
                2.848,
                -41.586,
                47.206,
                28.596,
                -1.636,
                -0.985,
                -5.933,
                13.008
            ]
        },
        {
            "start": 92.78181,
            "duration": 0.21401,
            "confidence": 0.187,
            "loudness_start": -4.634,
            "loudness_max_time": 0.07765,
            "loudness_max": -1.265,
            "loudness_end": 0.0,
            "pitches": [
                0.72,
                0.9,
                0.677,
                0.447,
                0.801,
                0.444,
                0.741,
                0.391,
                0.66,
                0.451,
                0.383,
                1.0
            ],
            "timbre": [
                57.222,
                83.662,
                51.748,
                -9.237,
                -4.297,
                -35.296,
                41.438,
                19.499,
                -9.772,
                -2.732,
                -2.277,
                14.731
            ]
        },
        {
            "start": 92.99583,
            "duration": 0.17388,
            "confidence": 0.243,
            "loudness_start": -4.31,
            "loudness_max_time": 0.07405,
            "loudness_max": 0.045,
            "loudness_end": 0.0,
            "pitches": [
                0.281,
                1.0,
                0.314,
                0.308,
                0.973,
                0.792,
                0.653,
                0.52,
                0.256,
                0.383,
                0.346,
                0.404
            ],
            "timbre": [
                57.787,
                86.576,
                57.96,
                16.682,
                15.938,
                -33.578,
                59.634,
                2.731,
                -1.241,
                -1.356,
                -13.264,
                40.647
            ]
        },
        {
            "start": 93.16971,
            "duration": 0.12816,
            "confidence": 0.059,
            "loudness_start": -4.46,
            "loudness_max_time": 0.01052,
            "loudness_max": -1.885,
            "loudness_end": 0.0,
            "pitches": [
                0.305,
                1.0,
                0.189,
                0.131,
                0.328,
                0.33,
                0.614,
                0.619,
                0.561,
                0.521,
                0.139,
                0.105
            ],
            "timbre": [
                57.083,
                56.838,
                19.351,
                -14.627,
                -8.336,
                -56.602,
                33.214,
                15.251,
                -11.256,
                18.412,
                -4.698,
                9.521
            ]
        },
        {
            "start": 93.29787,
            "duration": 0.07646,
            "confidence": 0.035,
            "loudness_start": -3.755,
            "loudness_max_time": 0.00956,
            "loudness_max": -0.762,
            "loudness_end": 0.0,
            "pitches": [
                0.477,
                0.789,
                0.758,
                0.754,
                0.853,
                0.818,
                0.931,
                0.92,
                0.847,
                1.0,
                0.335,
                0.305
            ],
            "timbre": [
                56.935,
                79.257,
                67.249,
                10.051,
                9.887,
                -64.329,
                45.803,
                5.325,
                6.817,
                5.329,
                -10.72,
                -8.131
            ]
        },
        {
            "start": 93.37433,
            "duration": 0.1498,
            "confidence": 0.432,
            "loudness_start": -4.343,
            "loudness_max_time": 0.0818,
            "loudness_max": 0.705,
            "loudness_end": 0.0,
            "pitches": [
                0.049,
                0.338,
                0.269,
                0.206,
                0.846,
                0.814,
                1.0,
                0.938,
                0.295,
                0.505,
                0.103,
                0.038
            ],
            "timbre": [
                57.762,
                68.528,
                90.746,
                -14.031,
                29.515,
                -38.955,
                59.766,
                35.403,
                7.562,
                13.065,
                -19.365,
                1.421
            ]
        },
        {
            "start": 93.52413,
            "duration": 0.14503,
            "confidence": 0.171,
            "loudness_start": -3.807,
            "loudness_max_time": 0.04238,
            "loudness_max": -0.243,
            "loudness_end": 0.0,
            "pitches": [
                0.036,
                0.314,
                0.262,
                0.259,
                1.0,
                0.89,
                0.976,
                0.938,
                0.314,
                0.384,
                0.044,
                0.026
            ],
            "timbre": [
                58.017,
                97.721,
                73.746,
                8.648,
                8.344,
                -25.113,
                66.529,
                5.197,
                -12.908,
                -0.845,
                -16.318,
                15.668
            ]
        },
        {
            "start": 93.66916,
            "duration": 0.26685,
            "confidence": 0.199,
            "loudness_start": -3.153,
            "loudness_max_time": 0.09087,
            "loudness_max": -0.094,
            "loudness_end": 0.0,
            "pitches": [
                0.469,
                0.976,
                1.0,
                0.634,
                0.62,
                0.265,
                0.289,
                0.3,
                0.244,
                0.403,
                0.147,
                0.378
            ],
            "timbre": [
                58.152,
                79.143,
                46.544,
                0.068,
                17.621,
                -41.101,
                37.486,
                19.159,
                -0.172,
                8.399,
                -3.649,
                3.887
            ]
        },
        {
            "start": 93.93601,
            "duration": 0.28494,
            "confidence": 0.474,
            "loudness_start": -6.01,
            "loudness_max_time": 0.06613,
            "loudness_max": -0.659,
            "loudness_end": 0.0,
            "pitches": [
                0.383,
                1.0,
                0.196,
                0.11,
                0.161,
                0.069,
                0.085,
                0.047,
                0.155,
                0.273,
                0.175,
                0.074
            ],
            "timbre": [
                56.695,
                85.514,
                57.413,
                2.307,
                20.504,
                -18.936,
                34.671,
                5.839,
                -14.498,
                14.612,
                -14.381,
                3.638
            ]
        },
        {
            "start": 94.22095,
            "duration": 0.14077,
            "confidence": 0.202,
            "loudness_start": -6.929,
            "loudness_max_time": 0.02518,
            "loudness_max": -2.597,
            "loudness_end": 0.0,
            "pitches": [
                0.33,
                1.0,
                0.18,
                0.124,
                0.165,
                0.14,
                0.549,
                0.556,
                0.825,
                0.867,
                0.473,
                0.024
            ],
            "timbre": [
                54.899,
                41.846,
                -6.149,
                3.035,
                -12.173,
                -58.619,
                26.547,
                11.177,
                13.393,
                5.699,
                -3.022,
                11.237
            ]
        },
        {
            "start": 94.36172,
            "duration": 0.1258,
            "confidence": 0.106,
            "loudness_start": -8.12,
            "loudness_max_time": 0.01228,
            "loudness_max": -4.166,
            "loudness_end": 0.0,
            "pitches": [
                0.287,
                0.401,
                0.396,
                0.285,
                0.727,
                0.702,
                0.937,
                0.909,
                0.824,
                1.0,
                0.589,
                0.026
            ],
            "timbre": [
                53.988,
                116.417,
                49.955,
                1.407,
                29.011,
                -55.272,
                39.82,
                -4.87,
                35.879,
                12.972,
                -12.63,
                0.093
            ]
        },
        {
            "start": 94.48753,
            "duration": 0.25587,
            "confidence": 0.837,
            "loudness_start": -7.733,
            "loudness_max_time": 0.05078,
            "loudness_max": 1.787,
            "loudness_end": 0.0,
            "pitches": [
                0.414,
                1.0,
                0.24,
                0.052,
                0.03,
                0.019,
                0.03,
                0.018,
                0.081,
                0.266,
                0.052,
                0.019
            ],
            "timbre": [
                59.211,
                114.157,
                33.316,
                11.619,
                20.564,
                -1.064,
                -7.312,
                -10.013,
                -6.66,
                6.035,
                -4.19,
                -5.754
            ]
        },
        {
            "start": 94.7434,
            "duration": 0.21451,
            "confidence": 0.404,
            "loudness_start": -5.8,
            "loudness_max_time": 0.02886,
            "loudness_max": 0.713,
            "loudness_end": 0.0,
            "pitches": [
                0.711,
                1.0,
                0.878,
                0.568,
                0.389,
                0.225,
                0.161,
                0.28,
                0.211,
                0.305,
                0.109,
                0.538
            ],
            "timbre": [
                56.682,
                85.038,
                -10.461,
                24.149,
                -3.012,
                -56.996,
                4.049,
                12.581,
                -12.148,
                -9.858,
                -2.406,
                -4.089
            ]
        },
        {
            "start": 94.95791,
            "duration": 0.4278,
            "confidence": 0.643,
            "loudness_start": -7.899,
            "loudness_max_time": 0.11509,
            "loudness_max": 0.069,
            "loudness_end": 0.0,
            "pitches": [
                0.269,
                0.699,
                1.0,
                0.407,
                0.182,
                0.14,
                0.088,
                0.106,
                0.166,
                0.351,
                0.203,
                0.225
            ],
            "timbre": [
                55.823,
                68.3,
                45.476,
                -34.974,
                30.125,
                -13.894,
                38.835,
                18.604,
                -13.842,
                15.323,
                -25.592,
                5.74
            ]
        },
        {
            "start": 95.38571,
            "duration": 0.13615,
            "confidence": 0.094,
            "loudness_start": -11.831,
            "loudness_max_time": 0.03865,
            "loudness_max": -6.982,
            "loudness_end": 0.0,
            "pitches": [
                0.474,
                0.433,
                0.207,
                0.177,
                0.441,
                0.443,
                0.993,
                1.0,
                0.931,
                0.954,
                0.442,
                0.016
            ],
            "timbre": [
                50.049,
                35.905,
                19.536,
                8.246,
                -0.8,
                -24.285,
                56.097,
                -7.308,
                -9.22,
                2.682,
                -5.633,
                -18.327
            ]
        },
        {
            "start": 95.52186,
            "duration": 0.26023,
            "confidence": 0.957,
            "loudness_start": -12.36,
            "loudness_max_time": 0.0727,
            "loudness_max": 0.07,
            "loudness_end": 0.0,
            "pitches": [
                0.667,
                1.0,
                0.076,
                0.011,
                0.03,
                0.026,
                0.01,
                0.043,
                0.194,
                0.087,
                0.018,
                0.014
            ],
            "timbre": [
                57.069,
                69.88,
                49.446,
                -0.198,
                33.619,
                12.839,
                18.644,
                27.135,
                11.472,
                9.044,
                -11.257,
                -22.915
            ]
        },
        {
            "start": 95.78209,
            "duration": 0.24444,
            "confidence": 0.587,
            "loudness_start": -10.453,
            "loudness_max_time": 0.01018,
            "loudness_max": -0.457,
            "loudness_end": 0.0,
            "pitches": [
                0.735,
                1.0,
                0.7,
                0.294,
                0.284,
                0.148,
                0.078,
                0.138,
                0.094,
                0.105,
                0.044,
                0.341
            ],
            "timbre": [
                54.998,
                69.0,
                -22.435,
                26.126,
                1.431,
                -63.659,
                12.706,
                11.282,
                -1.868,
                -4.533,
                -18.086,
                7.183
            ]
        },
        {
            "start": 96.02653,
            "duration": 0.27868,
            "confidence": 0.967,
            "loudness_start": -11.714,
            "loudness_max_time": 0.04888,
            "loudness_max": 1.462,
            "loudness_end": 0.0,
            "pitches": [
                0.194,
                1.0,
                0.274,
                0.286,
                0.401,
                0.302,
                0.074,
                0.07,
                0.073,
                0.13,
                0.043,
                0.259
            ],
            "timbre": [
                56.042,
                79.311,
                13.634,
                13.755,
                34.829,
                15.155,
                9.177,
                1.676,
                -1.229,
                -15.466,
                -23.348,
                -10.863
            ]
        },
        {
            "start": 96.30522,
            "duration": 0.50485,
            "confidence": 0.713,
            "loudness_start": -9.696,
            "loudness_max_time": 0.10384,
            "loudness_max": -0.683,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                0.411,
                0.287,
                0.51,
                1.0,
                0.652,
                0.257,
                0.661,
                0.533,
                0.394,
                0.118,
                0.24
            ],
            "timbre": [
                57.444,
                81.969,
                9.966,
                -29.057,
                2.739,
                -23.72,
                -2.761,
                16.569,
                11.988,
                3.062,
                -9.194,
                -8.116
            ]
        },
        {
            "start": 96.81007,
            "duration": 0.53923,
            "confidence": 0.725,
            "loudness_start": -6.948,
            "loudness_max_time": 0.05884,
            "loudness_max": 0.094,
            "loudness_end": 0.0,
            "pitches": [
                0.145,
                0.302,
                0.514,
                0.791,
                1.0,
                0.18,
                0.324,
                0.5,
                0.563,
                0.445,
                0.216,
                0.386
            ],
            "timbre": [
                57.267,
                75.835,
                16.089,
                7.499,
                14.158,
                -17.226,
                37.315,
                0.548,
                8.866,
                10.386,
                -0.762,
                1.316
            ]
        },
        {
            "start": 97.3493,
            "duration": 0.25238,
            "confidence": 0.255,
            "loudness_start": -8.661,
            "loudness_max_time": 0.00779,
            "loudness_max": -2.812,
            "loudness_end": 0.0,
            "pitches": [
                0.542,
                1.0,
                0.751,
                0.331,
                0.378,
                0.163,
                0.381,
                0.137,
                0.105,
                0.131,
                0.078,
                0.424
            ],
            "timbre": [
                53.795,
                47.699,
                -12.807,
                -13.652,
                -8.588,
                -71.538,
                26.141,
                7.136,
                -4.031,
                4.924,
                -6.584,
                11.781
            ]
        },
        {
            "start": 97.60168,
            "duration": 0.27025,
            "confidence": 0.791,
            "loudness_start": -9.011,
            "loudness_max_time": 0.04448,
            "loudness_max": -0.714,
            "loudness_end": 0.0,
            "pitches": [
                0.072,
                0.361,
                0.086,
                0.09,
                0.179,
                0.165,
                1.0,
                0.237,
                0.125,
                0.281,
                0.124,
                0.068
            ],
            "timbre": [
                56.788,
                81.782,
                48.485,
                -3.62,
                13.15,
                -3.262,
                59.972,
                17.021,
                -1.872,
                -6.729,
                8.443,
                9.417
            ]
        },
        {
            "start": 97.87193,
            "duration": 0.23832,
            "confidence": 0.194,
            "loudness_start": -6.004,
            "loudness_max_time": 0.00878,
            "loudness_max": -0.452,
            "loudness_end": 0.0,
            "pitches": [
                0.588,
                1.0,
                0.886,
                0.41,
                0.492,
                0.186,
                0.228,
                0.255,
                0.161,
                0.283,
                0.102,
                0.444
            ],
            "timbre": [
                57.599,
                87.352,
                18.731,
                -9.012,
                8.625,
                -60.591,
                39.302,
                42.526,
                5.024,
                -1.887,
                -6.861,
                23.888
            ]
        },
        {
            "start": 98.11025,
            "duration": 0.41483,
            "confidence": 0.7,
            "loudness_start": -8.884,
            "loudness_max_time": 0.07524,
            "loudness_max": -0.544,
            "loudness_end": 0.0,
            "pitches": [
                0.237,
                0.336,
                0.751,
                1.0,
                0.545,
                0.145,
                0.208,
                0.105,
                0.15,
                0.273,
                0.126,
                0.079
            ],
            "timbre": [
                56.353,
                82.349,
                11.227,
                6.339,
                20.64,
                -4.238,
                -6.08,
                -5.399,
                8.508,
                4.828,
                -22.941,
                -16.453
            ]
        },
        {
            "start": 98.52508,
            "duration": 0.12553,
            "confidence": 0.281,
            "loudness_start": -8.67,
            "loudness_max_time": 0.03128,
            "loudness_max": -4.801,
            "loudness_end": 0.0,
            "pitches": [
                0.151,
                0.251,
                0.18,
                0.135,
                0.635,
                0.625,
                1.0,
                0.997,
                0.931,
                0.996,
                0.545,
                0.021
            ],
            "timbre": [
                53.133,
                128.517,
                29.187,
                -2.309,
                8.21,
                -32.218,
                31.487,
                -5.274,
                34.984,
                3.394,
                1.881,
                -9.11
            ]
        },
        {
            "start": 98.65061,
            "duration": 0.25465,
            "confidence": 0.771,
            "loudness_start": -8.711,
            "loudness_max_time": 0.03507,
            "loudness_max": 0.269,
            "loudness_end": 0.0,
            "pitches": [
                0.445,
                1.0,
                0.225,
                0.055,
                0.031,
                0.013,
                0.02,
                0.012,
                0.045,
                0.174,
                0.039,
                0.013
            ],
            "timbre": [
                57.107,
                100.051,
                48.564,
                17.572,
                39.52,
                -18.975,
                60.469,
                6.177,
                11.456,
                12.996,
                8.7,
                18.484
            ]
        },
        {
            "start": 98.90526,
            "duration": 0.22036,
            "confidence": 0.588,
            "loudness_start": -6.214,
            "loudness_max_time": 0.04144,
            "loudness_max": 0.955,
            "loudness_end": 0.0,
            "pitches": [
                0.643,
                1.0,
                0.953,
                0.685,
                0.515,
                0.265,
                0.203,
                0.322,
                0.247,
                0.441,
                0.155,
                0.452
            ],
            "timbre": [
                58.202,
                67.008,
                1.449,
                8.498,
                21.467,
                -31.955,
                14.409,
                -3.11,
                -1.429,
                -7.016,
                3.914,
                13.961
            ]
        },
        {
            "start": 99.12562,
            "duration": 0.31224,
            "confidence": 0.314,
            "loudness_start": -5.242,
            "loudness_max_time": 0.06647,
            "loudness_max": -1.828,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                1.0,
                0.619,
                0.092,
                0.063,
                0.029,
                0.038,
                0.048,
                0.098,
                0.29,
                0.042,
                0.029
            ],
            "timbre": [
                55.817,
                24.634,
                42.761,
                8.487,
                36.384,
                -31.321,
                30.768,
                21.406,
                -31.314,
                12.338,
                -24.467,
                16.685
            ]
        },
        {
            "start": 99.43787,
            "duration": 0.08717,
            "confidence": 0.336,
            "loudness_start": -8.038,
            "loudness_max_time": 0.00718,
            "loudness_max": -2.395,
            "loudness_end": 0.0,
            "pitches": [
                0.652,
                1.0,
                0.855,
                0.861,
                0.807,
                0.808,
                0.696,
                0.697,
                0.47,
                0.485,
                0.624,
                0.499
            ],
            "timbre": [
                53.375,
                29.765,
                -47.834,
                -12.165,
                -18.054,
                -81.416,
                12.357,
                5.582,
                -14.822,
                5.691,
                -15.596,
                5.538
            ]
        },
        {
            "start": 99.52503,
            "duration": 0.14517,
            "confidence": 0.146,
            "loudness_start": -9.325,
            "loudness_max_time": 0.05578,
            "loudness_max": -6.04,
            "loudness_end": 0.0,
            "pitches": [
                0.181,
                0.407,
                0.295,
                0.29,
                0.58,
                0.584,
                0.996,
                1.0,
                0.82,
                0.83,
                0.235,
                0.012
            ],
            "timbre": [
                51.873,
                69.557,
                -20.771,
                -6.676,
                20.668,
                -27.539,
                57.794,
                -16.04,
                -7.701,
                -26.349,
                -19.093,
                -14.182
            ]
        },
        {
            "start": 99.6702,
            "duration": 0.2858,
            "confidence": 0.949,
            "loudness_start": -12.165,
            "loudness_max_time": 0.0851,
            "loudness_max": -0.386,
            "loudness_end": 0.0,
            "pitches": [
                0.62,
                1.0,
                0.071,
                0.01,
                0.018,
                0.022,
                0.009,
                0.035,
                0.171,
                0.123,
                0.035,
                0.015
            ],
            "timbre": [
                55.675,
                64.631,
                17.739,
                -25.67,
                41.032,
                39.306,
                0.922,
                -9.899,
                1.577,
                -8.744,
                -9.421,
                -11.725
            ]
        },
        {
            "start": 99.95601,
            "duration": 0.22735,
            "confidence": 0.579,
            "loudness_start": -7.835,
            "loudness_max_time": 0.00991,
            "loudness_max": 0.057,
            "loudness_end": 0.0,
            "pitches": [
                0.741,
                1.0,
                0.737,
                0.399,
                0.323,
                0.177,
                0.108,
                0.161,
                0.108,
                0.084,
                0.072,
                0.37
            ],
            "timbre": [
                55.59,
                81.893,
                -22.969,
                14.913,
                -5.653,
                -65.45,
                9.716,
                18.372,
                -8.613,
                -7.373,
                -17.688,
                5.247
            ]
        },
        {
            "start": 100.18336,
            "duration": 0.29469,
            "confidence": 0.998,
            "loudness_start": -12.394,
            "loudness_max_time": 0.06452,
            "loudness_max": 1.504,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                1.0,
                0.267,
                0.333,
                0.437,
                0.345,
                0.08,
                0.074,
                0.127,
                0.277,
                0.111,
                0.29
            ],
            "timbre": [
                55.52,
                77.939,
                44.954,
                -41.081,
                39.004,
                39.877,
                20.443,
                19.126,
                14.81,
                -7.824,
                -19.261,
                -2.932
            ]
        },
        {
            "start": 100.47805,
            "duration": 0.51755,
            "confidence": 0.457,
            "loudness_start": -5.351,
            "loudness_max_time": 0.04204,
            "loudness_max": -0.659,
            "loudness_end": 0.0,
            "pitches": [
                0.192,
                0.299,
                0.292,
                0.529,
                1.0,
                0.657,
                0.251,
                0.625,
                0.493,
                0.396,
                0.139,
                0.256
            ],
            "timbre": [
                57.493,
                104.741,
                8.148,
                -28.395,
                -15.469,
                -31.028,
                -12.982,
                3.033,
                28.826,
                -22.209,
                15.371,
                -16.499
            ]
        },
        {
            "start": 100.9956,
            "duration": 0.20304,
            "confidence": 0.13,
            "loudness_start": -3.288,
            "loudness_max_time": 0.01463,
            "loudness_max": 0.9,
            "loudness_end": 0.0,
            "pitches": [
                0.513,
                0.915,
                1.0,
                0.592,
                0.697,
                0.345,
                0.191,
                0.253,
                0.161,
                0.137,
                0.118,
                0.51
            ],
            "timbre": [
                57.475,
                90.909,
                -5.42,
                9.376,
                11.012,
                -60.82,
                18.902,
                13.57,
                -4.928,
                -7.836,
                -8.944,
                16.24
            ]
        },
        {
            "start": 101.19864,
            "duration": 0.5702,
            "confidence": 0.467,
            "loudness_start": -6.162,
            "loudness_max_time": 0.1102,
            "loudness_max": -1.058,
            "loudness_end": 0.0,
            "pitches": [
                0.519,
                1.0,
                0.576,
                0.83,
                0.558,
                0.314,
                0.368,
                0.385,
                0.516,
                0.564,
                0.452,
                0.387
            ],
            "timbre": [
                55.902,
                95.374,
                -9.788,
                -28.992,
                42.765,
                -26.806,
                16.72,
                -22.439,
                1.993,
                5.693,
                -34.629,
                20.453
            ]
        },
        {
            "start": 101.76884,
            "duration": 0.25161,
            "confidence": 0.884,
            "loudness_start": -12.109,
            "loudness_max_time": 0.02795,
            "loudness_max": -0.227,
            "loudness_end": 0.0,
            "pitches": [
                0.079,
                0.385,
                0.073,
                0.045,
                0.168,
                0.291,
                1.0,
                0.226,
                0.072,
                0.158,
                0.106,
                0.072
            ],
            "timbre": [
                57.5,
                112.792,
                46.186,
                8.46,
                2.704,
                -13.078,
                55.972,
                9.624,
                -29.181,
                -1.104,
                4.911,
                8.635
            ]
        },
        {
            "start": 102.02045,
            "duration": 0.29229,
            "confidence": 0.571,
            "loudness_start": -6.672,
            "loudness_max_time": 0.03512,
            "loudness_max": 0.322,
            "loudness_end": 0.0,
            "pitches": [
                0.528,
                1.0,
                0.97,
                0.516,
                0.486,
                0.232,
                0.611,
                0.284,
                0.14,
                0.129,
                0.117,
                0.418
            ],
            "timbre": [
                57.354,
                76.867,
                35.499,
                5.0,
                11.029,
                -30.966,
                40.617,
                36.111,
                -5.405,
                6.692,
                14.068,
                -10.236
            ]
        },
        {
            "start": 102.31274,
            "duration": 0.21497,
            "confidence": 0.404,
            "loudness_start": -6.04,
            "loudness_max_time": 0.0521,
            "loudness_max": -1.137,
            "loudness_end": 0.0,
            "pitches": [
                0.511,
                1.0,
                0.139,
                0.076,
                0.12,
                0.056,
                0.061,
                0.026,
                0.097,
                0.123,
                0.054,
                0.063
            ],
            "timbre": [
                56.402,
                81.602,
                28.279,
                23.033,
                18.812,
                -24.681,
                17.643,
                -6.56,
                -9.701,
                -7.674,
                -22.978,
                -25.839
            ]
        },
        {
            "start": 102.52771,
            "duration": 0.30168,
            "confidence": 0.797,
            "loudness_start": -6.947,
            "loudness_max_time": 0.09567,
            "loudness_max": 1.813,
            "loudness_end": 0.0,
            "pitches": [
                0.59,
                1.0,
                0.628,
                0.596,
                0.697,
                0.359,
                0.264,
                0.281,
                0.196,
                0.129,
                0.097,
                0.429
            ],
            "timbre": [
                56.423,
                92.513,
                25.244,
                -18.597,
                9.114,
                4.993,
                17.098,
                32.218,
                -2.461,
                7.247,
                -31.452,
                -14.659
            ]
        },
        {
            "start": 102.82939,
            "duration": 0.49392,
            "confidence": 0.849,
            "loudness_start": -9.44,
            "loudness_max_time": 0.07245,
            "loudness_max": 0.989,
            "loudness_end": 0.0,
            "pitches": [
                0.225,
                0.779,
                1.0,
                0.696,
                0.36,
                0.191,
                0.236,
                0.311,
                0.307,
                0.338,
                0.211,
                0.086
            ],
            "timbre": [
                57.45,
                98.401,
                9.73,
                -4.612,
                50.386,
                -1.741,
                -7.859,
                15.15,
                4.98,
                29.318,
                -12.684,
                -14.11
            ]
        },
        {
            "start": 103.32331,
            "duration": 0.34921,
            "confidence": 0.848,
            "loudness_start": -8.705,
            "loudness_max_time": 0.04533,
            "loudness_max": 1.757,
            "loudness_end": 0.0,
            "pitches": [
                0.223,
                1.0,
                0.485,
                0.056,
                0.029,
                0.041,
                0.027,
                0.021,
                0.033,
                0.126,
                0.037,
                0.105
            ],
            "timbre": [
                57.334,
                107.561,
                29.242,
                -31.234,
                18.862,
                21.81,
                -6.414,
                11.318,
                18.263,
                2.544,
                -2.612,
                -29.357
            ]
        },
        {
            "start": 103.67252,
            "duration": 0.45741,
            "confidence": 0.356,
            "loudness_start": -4.553,
            "loudness_max_time": 0.01169,
            "loudness_max": 0.582,
            "loudness_end": 0.0,
            "pitches": [
                0.351,
                1.0,
                0.565,
                0.061,
                0.049,
                0.077,
                0.113,
                0.13,
                0.327,
                0.117,
                0.045,
                0.125
            ],
            "timbre": [
                57.761,
                111.65,
                31.101,
                12.34,
                4.345,
                -53.212,
                39.22,
                11.916,
                16.859,
                6.612,
                -16.046,
                12.312
            ]
        },
        {
            "start": 104.12993,
            "duration": 0.26068,
            "confidence": 0.434,
            "loudness_start": -8.095,
            "loudness_max_time": 0.01017,
            "loudness_max": 0.326,
            "loudness_end": 0.0,
            "pitches": [
                0.729,
                1.0,
                0.625,
                0.249,
                0.31,
                0.127,
                0.079,
                0.143,
                0.076,
                0.141,
                0.052,
                0.322
            ],
            "timbre": [
                56.211,
                90.319,
                -2.16,
                9.925,
                -14.893,
                -63.105,
                5.664,
                17.351,
                0.458,
                -8.193,
                -8.401,
                14.772
            ]
        },
        {
            "start": 104.39061,
            "duration": 0.25302,
            "confidence": 0.511,
            "loudness_start": -9.347,
            "loudness_max_time": 0.15583,
            "loudness_max": -3.792,
            "loudness_end": 0.0,
            "pitches": [
                0.238,
                1.0,
                0.305,
                0.253,
                0.386,
                0.307,
                0.068,
                0.054,
                0.056,
                0.076,
                0.041,
                0.192
            ],
            "timbre": [
                54.65,
                75.966,
                -1.098,
                -21.584,
                31.508,
                -39.311,
                28.666,
                -9.426,
                -14.411,
                10.661,
                -3.512,
                1.948
            ]
        },
        {
            "start": 104.64363,
            "duration": 0.11737,
            "confidence": 0.647,
            "loudness_start": -6.897,
            "loudness_max_time": 0.03154,
            "loudness_max": 0.404,
            "loudness_end": 0.0,
            "pitches": [
                0.534,
                1.0,
                0.15,
                0.136,
                0.218,
                0.186,
                0.199,
                0.287,
                0.395,
                0.311,
                0.302,
                0.102
            ],
            "timbre": [
                58.332,
                44.816,
                17.781,
                -0.233,
                8.865,
                -53.973,
                46.036,
                17.531,
                25.277,
                14.402,
                4.084,
                10.065
            ]
        },
        {
            "start": 104.761,
            "duration": 0.14698,
            "confidence": 0.168,
            "loudness_start": -3.476,
            "loudness_max_time": 0.05322,
            "loudness_max": -0.325,
            "loudness_end": 0.0,
            "pitches": [
                0.12,
                0.141,
                0.111,
                0.117,
                0.645,
                0.53,
                0.989,
                0.997,
                0.89,
                1.0,
                0.364,
                0.051
            ],
            "timbre": [
                57.72,
                83.849,
                61.951,
                14.869,
                47.692,
                -29.657,
                51.89,
                16.836,
                25.085,
                -9.558,
                -14.742,
                20.367
            ]
        },
        {
            "start": 104.90798,
            "duration": 0.26721,
            "confidence": 0.474,
            "loudness_start": -5.797,
            "loudness_max_time": 0.08647,
            "loudness_max": 0.129,
            "loudness_end": 0.0,
            "pitches": [
                0.115,
                0.452,
                0.061,
                0.312,
                1.0,
                0.372,
                0.05,
                0.045,
                0.143,
                0.263,
                0.063,
                0.297
            ],
            "timbre": [
                57.836,
                101.293,
                32.127,
                -17.876,
                36.232,
                -34.322,
                16.112,
                12.935,
                13.244,
                7.74,
                -5.062,
                9.798
            ]
        },
        {
            "start": 105.17519,
            "duration": 0.52834,
            "confidence": 0.317,
            "loudness_start": -3.624,
            "loudness_max_time": 0.01026,
            "loudness_max": 0.784,
            "loudness_end": 0.0,
            "pitches": [
                0.154,
                0.325,
                0.542,
                0.893,
                1.0,
                0.287,
                0.331,
                0.4,
                0.447,
                0.293,
                0.148,
                0.197
            ],
            "timbre": [
                57.673,
                59.918,
                -3.768,
                15.331,
                20.418,
                -59.909,
                12.196,
                4.259,
                14.971,
                3.066,
                -14.894,
                4.612
            ]
        },
        {
            "start": 105.70354,
            "duration": 0.10753,
            "confidence": 0.383,
            "loudness_start": -6.823,
            "loudness_max_time": 0.00195,
            "loudness_max": -1.608,
            "loudness_end": 0.0,
            "pitches": [
                0.295,
                1.0,
                0.145,
                0.071,
                0.248,
                0.228,
                0.467,
                0.463,
                0.541,
                0.55,
                0.341,
                0.053
            ],
            "timbre": [
                54.695,
                59.18,
                -28.342,
                -15.556,
                -21.461,
                -75.983,
                20.077,
                12.192,
                -14.828,
                -6.601,
                -6.079,
                14.912
            ]
        },
        {
            "start": 105.81107,
            "duration": 0.08961,
            "confidence": 0.075,
            "loudness_start": -7.39,
            "loudness_max_time": 0.03922,
            "loudness_max": -4.538,
            "loudness_end": 0.0,
            "pitches": [
                0.341,
                0.769,
                0.709,
                0.695,
                0.798,
                0.788,
                1.0,
                0.984,
                0.911,
                0.943,
                0.256,
                0.244
            ],
            "timbre": [
                53.38,
                64.364,
                13.997,
                18.087,
                1.211,
                -46.292,
                47.677,
                -1.186,
                -4.428,
                0.69,
                -21.635,
                2.203
            ]
        },
        {
            "start": 105.90068,
            "duration": 0.3132,
            "confidence": 0.787,
            "loudness_start": -9.369,
            "loudness_max_time": 0.07943,
            "loudness_max": -0.128,
            "loudness_end": 0.0,
            "pitches": [
                0.064,
                0.343,
                0.104,
                0.111,
                0.208,
                0.216,
                1.0,
                0.163,
                0.079,
                0.183,
                0.131,
                0.07
            ],
            "timbre": [
                55.536,
                79.953,
                64.74,
                -43.365,
                3.318,
                -2.497,
                57.159,
                24.936,
                -20.941,
                -6.812,
                -11.908,
                12.133
            ]
        },
        {
            "start": 106.21388,
            "duration": 0.27315,
            "confidence": 0.373,
            "loudness_start": -5.993,
            "loudness_max_time": 0.0181,
            "loudness_max": 0.092,
            "loudness_end": 0.0,
            "pitches": [
                0.575,
                1.0,
                0.918,
                0.401,
                0.426,
                0.224,
                0.81,
                0.275,
                0.119,
                0.147,
                0.099,
                0.421
            ],
            "timbre": [
                57.798,
                74.761,
                36.67,
                7.261,
                12.763,
                -49.722,
                34.543,
                24.525,
                0.749,
                3.503,
                -7.014,
                -6.648
            ]
        },
        {
            "start": 106.48703,
            "duration": 0.22608,
            "confidence": 0.519,
            "loudness_start": -6.376,
            "loudness_max_time": 0.0498,
            "loudness_max": -1.037,
            "loudness_end": 0.0,
            "pitches": [
                0.487,
                1.0,
                0.161,
                0.083,
                0.119,
                0.059,
                0.075,
                0.03,
                0.1,
                0.119,
                0.058,
                0.07
            ],
            "timbre": [
                56.559,
                87.445,
                29.917,
                38.277,
                14.725,
                -27.894,
                20.488,
                -10.335,
                -16.26,
                -7.978,
                -28.65,
                -28.326
            ]
        },
        {
            "start": 106.71311,
            "duration": 0.29619,
            "confidence": 0.798,
            "loudness_start": -8.429,
            "loudness_max_time": 0.10557,
            "loudness_max": 1.806,
            "loudness_end": 0.0,
            "pitches": [
                0.608,
                1.0,
                0.622,
                0.585,
                0.738,
                0.327,
                0.237,
                0.281,
                0.185,
                0.147,
                0.099,
                0.464
            ],
            "timbre": [
                56.508,
                83.826,
                20.692,
                -15.552,
                19.45,
                8.675,
                9.942,
                45.212,
                11.167,
                3.453,
                -16.267,
                -25.379
            ]
        },
        {
            "start": 107.0093,
            "duration": 0.25556,
            "confidence": 0.829,
            "loudness_start": -8.616,
            "loudness_max_time": 0.03749,
            "loudness_max": 0.97,
            "loudness_end": 0.0,
            "pitches": [
                0.403,
                1.0,
                0.224,
                0.047,
                0.017,
                0.01,
                0.02,
                0.011,
                0.039,
                0.153,
                0.032,
                0.017
            ],
            "timbre": [
                57.883,
                110.809,
                25.703,
                -28.692,
                41.122,
                2.444,
                0.02,
                -0.292,
                7.324,
                28.683,
                -1.085,
                -19.425
            ]
        },
        {
            "start": 107.26485,
            "duration": 0.24952,
            "confidence": 0.294,
            "loudness_start": -2.023,
            "loudness_max_time": 0.02599,
            "loudness_max": 1.216,
            "loudness_end": 0.0,
            "pitches": [
                0.776,
                1.0,
                0.858,
                0.458,
                0.389,
                0.21,
                0.174,
                0.36,
                0.308,
                0.323,
                0.126,
                0.525
            ],
            "timbre": [
                57.221,
                91.171,
                -10.191,
                37.378,
                9.733,
                -57.58,
                2.041,
                15.42,
                -5.809,
                -7.065,
                -7.703,
                -4.221
            ]
        },
        {
            "start": 107.51438,
            "duration": 0.27247,
            "confidence": 0.806,
            "loudness_start": -8.429,
            "loudness_max_time": 0.16853,
            "loudness_max": -0.07,
            "loudness_end": 0.0,
            "pitches": [
                0.257,
                1.0,
                0.563,
                0.077,
                0.029,
                0.03,
                0.022,
                0.019,
                0.055,
                0.127,
                0.032,
                0.053
            ],
            "timbre": [
                58.456,
                98.811,
                32.012,
                -15.777,
                30.719,
                -17.603,
                -29.814,
                10.383,
                26.694,
                16.302,
                2.685,
                -39.41
            ]
        },
        {
            "start": 107.78685,
            "duration": 0.20286,
            "confidence": 0.207,
            "loudness_start": -4.527,
            "loudness_max_time": 0.04027,
            "loudness_max": -0.637,
            "loudness_end": 0.0,
            "pitches": [
                0.596,
                1.0,
                0.744,
                0.455,
                0.398,
                0.239,
                0.172,
                0.155,
                0.134,
                0.063,
                0.06,
                0.733
            ],
            "timbre": [
                57.908,
                81.751,
                26.153,
                -0.915,
                -4.413,
                -43.521,
                21.224,
                5.561,
                2.153,
                2.821,
                -5.959,
                -8.518
            ]
        },
        {
            "start": 107.98971,
            "duration": 0.29252,
            "confidence": 0.081,
            "loudness_start": -4.67,
            "loudness_max_time": 0.15059,
            "loudness_max": 0.152,
            "loudness_end": 0.0,
            "pitches": [
                0.614,
                1.0,
                0.067,
                0.011,
                0.02,
                0.026,
                0.02,
                0.041,
                0.176,
                0.084,
                0.049,
                0.095
            ],
            "timbre": [
                56.974,
                100.007,
                70.451,
                11.209,
                26.932,
                -31.893,
                51.656,
                -5.884,
                15.647,
                8.051,
                -33.501,
                11.664
            ]
        },
        {
            "start": 108.28222,
            "duration": 0.28834,
            "confidence": 0.651,
            "loudness_start": -8.299,
            "loudness_max_time": 0.0312,
            "loudness_max": 0.122,
            "loudness_end": 0.0,
            "pitches": [
                0.705,
                1.0,
                0.64,
                0.343,
                0.374,
                0.172,
                0.136,
                0.168,
                0.115,
                0.147,
                0.072,
                0.3
            ],
            "timbre": [
                56.003,
                85.07,
                10.222,
                4.134,
                6.791,
                -17.424,
                19.353,
                25.644,
                8.321,
                -5.278,
                7.316,
                -10.505
            ]
        },
        {
            "start": 108.57057,
            "duration": 0.24961,
            "confidence": 0.526,
            "loudness_start": -8.618,
            "loudness_max_time": 0.0338,
            "loudness_max": -3.747,
            "loudness_end": 0.0,
            "pitches": [
                0.254,
                1.0,
                0.302,
                0.237,
                0.347,
                0.283,
                0.08,
                0.076,
                0.067,
                0.081,
                0.047,
                0.205
            ],
            "timbre": [
                55.14,
                76.351,
                -4.623,
                -15.491,
                30.756,
                -48.432,
                15.863,
                -6.961,
                -9.115,
                12.772,
                -12.068,
                -3.963
            ]
        },
        {
            "start": 108.82018,
            "duration": 0.11973,
            "confidence": 0.698,
            "loudness_start": -8.211,
            "loudness_max_time": 0.02098,
            "loudness_max": 0.07,
            "loudness_end": 0.0,
            "pitches": [
                0.59,
                1.0,
                0.148,
                0.149,
                0.129,
                0.088,
                0.114,
                0.211,
                0.29,
                0.128,
                0.193,
                0.067
            ],
            "timbre": [
                58.047,
                30.385,
                21.558,
                0.957,
                21.54,
                -37.232,
                47.663,
                29.814,
                26.537,
                18.28,
                7.751,
                3.904
            ]
        },
        {
            "start": 108.93991,
            "duration": 0.14172,
            "confidence": 0.09,
            "loudness_start": -3.649,
            "loudness_max_time": 0.05077,
            "loudness_max": -0.644,
            "loudness_end": 0.0,
            "pitches": [
                0.517,
                0.735,
                0.335,
                0.353,
                1.0,
                0.914,
                0.878,
                0.906,
                0.262,
                0.396,
                0.29,
                0.113
            ],
            "timbre": [
                57.834,
                58.767,
                46.916,
                -4.045,
                33.797,
                -39.44,
                43.179,
                19.597,
                17.381,
                1.902,
                -14.845,
                21.326
            ]
        },
        {
            "start": 109.08163,
            "duration": 0.26639,
            "confidence": 0.343,
            "loudness_start": -4.172,
            "loudness_max_time": 0.06378,
            "loudness_max": 0.043,
            "loudness_end": 0.0,
            "pitches": [
                0.192,
                0.558,
                0.142,
                0.515,
                1.0,
                0.381,
                0.103,
                0.097,
                0.173,
                0.461,
                0.088,
                0.392
            ],
            "timbre": [
                58.458,
                85.775,
                28.883,
                -17.03,
                34.325,
                -31.585,
                17.944,
                8.824,
                26.774,
                3.035,
                -3.027,
                5.649
            ]
        },
        {
            "start": 109.34803,
            "duration": 0.39057,
            "confidence": 0.173,
            "loudness_start": -2.712,
            "loudness_max_time": 0.01032,
            "loudness_max": 1.203,
            "loudness_end": 0.0,
            "pitches": [
                0.194,
                0.209,
                0.297,
                0.378,
                0.822,
                0.444,
                0.726,
                0.734,
                1.0,
                0.467,
                0.204,
                0.287
            ],
            "timbre": [
                58.116,
                66.181,
                -2.89,
                -0.268,
                21.605,
                -63.399,
                -2.498,
                3.583,
                13.524,
                2.267,
                -11.503,
                -1.031
            ]
        },
        {
            "start": 109.73859,
            "duration": 0.10857,
            "confidence": 0.177,
            "loudness_start": -6.034,
            "loudness_max_time": 0.01552,
            "loudness_max": -1.863,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.962,
                0.202,
                0.11,
                0.211,
                0.119,
                0.092,
                0.082,
                0.254,
                0.253,
                0.558,
                0.137
            ],
            "timbre": [
                55.472,
                63.723,
                -26.849,
                -1.818,
                27.807,
                -62.233,
                28.266,
                -5.244,
                -14.494,
                11.359,
                -12.034,
                -10.914
            ]
        },
        {
            "start": 109.84717,
            "duration": 0.27215,
            "confidence": 0.379,
            "loudness_start": -6.807,
            "loudness_max_time": 0.03196,
            "loudness_max": -1.61,
            "loudness_end": 0.0,
            "pitches": [
                0.533,
                1.0,
                0.836,
                0.547,
                0.491,
                0.279,
                0.407,
                0.205,
                0.172,
                0.12,
                0.161,
                0.397
            ],
            "timbre": [
                55.023,
                56.138,
                -8.03,
                -10.327,
                -2.28,
                -24.989,
                25.81,
                6.091,
                -2.604,
                -1.559,
                3.472,
                -19.558
            ]
        },
        {
            "start": 110.11932,
            "duration": 0.27438,
            "confidence": 0.742,
            "loudness_start": -7.532,
            "loudness_max_time": 0.02958,
            "loudness_max": -0.392,
            "loudness_end": 0.0,
            "pitches": [
                0.056,
                0.436,
                0.149,
                0.102,
                0.189,
                0.205,
                1.0,
                0.248,
                0.15,
                0.172,
                0.149,
                0.064
            ],
            "timbre": [
                57.348,
                103.688,
                44.731,
                4.118,
                8.117,
                -7.381,
                57.77,
                1.979,
                -5.558,
                -2.309,
                14.423,
                17.838
            ]
        },
        {
            "start": 110.3937,
            "duration": 0.23111,
            "confidence": 0.273,
            "loudness_start": -4.638,
            "loudness_max_time": 0.02367,
            "loudness_max": 0.082,
            "loudness_end": 0.0,
            "pitches": [
                0.608,
                1.0,
                0.93,
                0.449,
                0.459,
                0.178,
                0.228,
                0.253,
                0.21,
                0.21,
                0.131,
                0.479
            ],
            "timbre": [
                57.082,
                59.959,
                4.035,
                24.757,
                19.895,
                -46.871,
                26.09,
                16.675,
                6.583,
                -3.274,
                -20.945,
                18.918
            ]
        },
        {
            "start": 110.62481,
            "duration": 0.43147,
            "confidence": 0.78,
            "loudness_start": -9.319,
            "loudness_max_time": 0.09493,
            "loudness_max": 0.063,
            "loudness_end": 0.0,
            "pitches": [
                0.239,
                0.33,
                0.768,
                1.0,
                0.542,
                0.149,
                0.239,
                0.123,
                0.172,
                0.292,
                0.112,
                0.077
            ],
            "timbre": [
                55.228,
                60.431,
                22.158,
                -39.858,
                33.029,
                -4.4,
                15.676,
                6.89,
                2.606,
                16.439,
                -23.593,
                -2.049
            ]
        },
        {
            "start": 111.05628,
            "duration": 0.12082,
            "confidence": 0.033,
            "loudness_start": -7.536,
            "loudness_max_time": 0.0106,
            "loudness_max": -3.83,
            "loudness_end": 0.0,
            "pitches": [
                0.239,
                0.369,
                0.38,
                0.275,
                0.729,
                0.721,
                1.0,
                0.977,
                0.906,
                0.992,
                0.57,
                0.024
            ],
            "timbre": [
                53.758,
                114.593,
                49.678,
                0.665,
                28.303,
                -58.353,
                28.673,
                -10.857,
                38.543,
                10.441,
                -10.811,
                -0.192
            ]
        },
        {
            "start": 111.1771,
            "duration": 0.238,
            "confidence": 0.788,
            "loudness_start": -8.181,
            "loudness_max_time": 0.04333,
            "loudness_max": 0.85,
            "loudness_end": 0.0,
            "pitches": [
                0.481,
                1.0,
                0.248,
                0.05,
                0.021,
                0.014,
                0.029,
                0.012,
                0.049,
                0.306,
                0.055,
                0.018
            ],
            "timbre": [
                58.374,
                61.896,
                45.934,
                19.357,
                69.183,
                -33.279,
                27.584,
                18.701,
                13.832,
                24.076,
                -10.558,
                3.794
            ]
        },
        {
            "start": 111.4151,
            "duration": 0.23791,
            "confidence": 0.519,
            "loudness_start": -5.9,
            "loudness_max_time": 0.02769,
            "loudness_max": 0.527,
            "loudness_end": 0.0,
            "pitches": [
                0.676,
                1.0,
                0.991,
                0.827,
                0.542,
                0.302,
                0.266,
                0.371,
                0.246,
                0.416,
                0.198,
                0.419
            ],
            "timbre": [
                56.641,
                88.055,
                -19.796,
                7.974,
                26.434,
                -20.65,
                14.714,
                15.218,
                14.247,
                -9.79,
                -0.088,
                -0.775
            ]
        },
        {
            "start": 111.65302,
            "duration": 0.19755,
            "confidence": 0.791,
            "loudness_start": -8.782,
            "loudness_max_time": 0.12495,
            "loudness_max": 1.477,
            "loudness_end": 0.0,
            "pitches": [
                0.483,
                1.0,
                0.536,
                0.13,
                0.064,
                0.054,
                0.064,
                0.052,
                0.125,
                0.358,
                0.311,
                0.141
            ],
            "timbre": [
                55.14,
                68.643,
                57.177,
                -71.974,
                37.566,
                -30.322,
                43.823,
                -10.749,
                14.36,
                25.555,
                -7.104,
                -3.181
            ]
        },
        {
            "start": 111.85057,
            "duration": 0.3688,
            "confidence": 0.103,
            "loudness_start": -3.838,
            "loudness_max_time": 0.07449,
            "loudness_max": -0.931,
            "loudness_end": 0.0,
            "pitches": [
                0.596,
                1.0,
                0.841,
                0.633,
                0.556,
                0.411,
                0.316,
                0.383,
                0.332,
                0.203,
                0.155,
                0.351
            ],
            "timbre": [
                55.891,
                59.869,
                21.403,
                36.452,
                18.941,
                -39.222,
                31.117,
                9.448,
                26.035,
                6.445,
                -35.916,
                -4.855
            ]
        },
        {
            "start": 112.21937,
            "duration": 0.24599,
            "confidence": 0.904,
            "loudness_start": -10.495,
            "loudness_max_time": 0.07423,
            "loudness_max": 1.713,
            "loudness_end": 0.0,
            "pitches": [
                0.706,
                1.0,
                0.032,
                0.015,
                0.038,
                0.031,
                0.011,
                0.05,
                0.181,
                0.111,
                0.039,
                0.017
            ],
            "timbre": [
                56.536,
                72.576,
                38.131,
                -33.708,
                47.728,
                10.077,
                6.635,
                12.45,
                0.366,
                7.692,
                -22.246,
                -4.211
            ]
        },
        {
            "start": 112.46535,
            "duration": 0.26132,
            "confidence": 0.48,
            "loudness_start": -8.815,
            "loudness_max_time": 0.02249,
            "loudness_max": -0.37,
            "loudness_end": 0.0,
            "pitches": [
                0.69,
                1.0,
                0.659,
                0.332,
                0.302,
                0.153,
                0.095,
                0.138,
                0.096,
                0.088,
                0.051,
                0.267
            ],
            "timbre": [
                54.73,
                77.581,
                -27.617,
                31.257,
                5.361,
                -31.451,
                11.904,
                10.034,
                -1.344,
                -0.527,
                7.292,
                3.299
            ]
        },
        {
            "start": 112.72667,
            "duration": 0.24925,
            "confidence": 1.0,
            "loudness_start": -12.333,
            "loudness_max_time": 0.05355,
            "loudness_max": 2.126,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                1.0,
                0.278,
                0.335,
                0.493,
                0.367,
                0.088,
                0.074,
                0.146,
                0.264,
                0.091,
                0.242
            ],
            "timbre": [
                56.798,
                95.733,
                19.089,
                -19.312,
                26.519,
                33.273,
                -2.605,
                -3.722,
                23.553,
                -11.125,
                1.296,
                -25.505
            ]
        },
        {
            "start": 112.97592,
            "duration": 0.28508,
            "confidence": 0.546,
            "loudness_start": -5.85,
            "loudness_max_time": 0.07643,
            "loudness_max": -0.852,
            "loudness_end": 0.0,
            "pitches": [
                0.674,
                0.961,
                1.0,
                0.562,
                0.842,
                0.293,
                0.219,
                0.283,
                0.161,
                0.104,
                0.103,
                0.629
            ],
            "timbre": [
                57.291,
                102.953,
                28.103,
                -22.007,
                2.392,
                -23.097,
                26.833,
                28.563,
                14.675,
                2.372,
                11.832,
                17.079
            ]
        },
        {
            "start": 113.261,
            "duration": 0.24971,
            "confidence": 0.028,
            "loudness_start": -4.339,
            "loudness_max_time": 0.0655,
            "loudness_max": -1.346,
            "loudness_end": 0.0,
            "pitches": [
                0.147,
                0.813,
                0.068,
                0.386,
                1.0,
                0.398,
                0.045,
                0.038,
                0.093,
                0.108,
                0.044,
                0.308
            ],
            "timbre": [
                56.487,
                103.877,
                18.522,
                0.698,
                16.604,
                -38.915,
                2.987,
                -11.155,
                11.008,
                20.63,
                -24.5,
                3.458
            ]
        },
        {
            "start": 113.5107,
            "duration": 0.26735,
            "confidence": 0.593,
            "loudness_start": -4.981,
            "loudness_max_time": 0.04861,
            "loudness_max": 0.117,
            "loudness_end": 0.0,
            "pitches": [
                0.612,
                0.907,
                1.0,
                0.43,
                0.629,
                0.263,
                0.218,
                0.24,
                0.174,
                0.149,
                0.117,
                0.849
            ],
            "timbre": [
                57.988,
                84.998,
                16.969,
                -2.563,
                20.277,
                -35.26,
                33.773,
                3.419,
                5.528,
                26.124,
                5.139,
                5.922
            ]
        },
        {
            "start": 113.77805,
            "duration": 0.26703,
            "confidence": 0.118,
            "loudness_start": -3.86,
            "loudness_max_time": 0.0329,
            "loudness_max": -1.319,
            "loudness_end": 0.0,
            "pitches": [
                0.293,
                1.0,
                0.993,
                0.778,
                0.6,
                0.053,
                0.037,
                0.029,
                0.139,
                0.244,
                0.059,
                0.212
            ],
            "timbre": [
                56.921,
                77.103,
                37.889,
                22.648,
                17.348,
                -36.142,
                50.358,
                -6.04,
                12.761,
                14.964,
                -28.877,
                5.199
            ]
        },
        {
            "start": 114.04508,
            "duration": 0.09714,
            "confidence": 0.166,
            "loudness_start": -8.893,
            "loudness_max_time": 0.00793,
            "loudness_max": -2.145,
            "loudness_end": 0.0,
            "pitches": [
                0.631,
                1.0,
                0.124,
                0.067,
                0.168,
                0.166,
                0.271,
                0.287,
                0.349,
                0.339,
                0.387,
                0.094
            ],
            "timbre": [
                53.958,
                53.541,
                -45.157,
                -18.299,
                -12.631,
                -75.889,
                12.271,
                9.586,
                -6.741,
                3.234,
                -6.878,
                14.956
            ]
        },
        {
            "start": 114.14222,
            "duration": 0.14748,
            "confidence": 0.135,
            "loudness_start": -8.19,
            "loudness_max_time": 0.06571,
            "loudness_max": -5.384,
            "loudness_end": 0.0,
            "pitches": [
                0.078,
                0.123,
                0.064,
                0.049,
                0.361,
                0.348,
                1.0,
                0.98,
                0.845,
                0.87,
                0.254,
                0.015
            ],
            "timbre": [
                52.809,
                57.084,
                11.706,
                -12.771,
                8.436,
                -33.452,
                46.164,
                9.135,
                -6.901,
                4.791,
                -25.33,
                -7.834
            ]
        },
        {
            "start": 114.28971,
            "duration": 0.121,
            "confidence": 0.823,
            "loudness_start": -9.017,
            "loudness_max_time": 0.04092,
            "loudness_max": -0.456,
            "loudness_end": 0.0,
            "pitches": [
                0.087,
                0.533,
                0.512,
                0.428,
                0.898,
                0.903,
                1.0,
                0.968,
                0.475,
                0.524,
                0.102,
                0.032
            ],
            "timbre": [
                57.208,
                87.474,
                53.281,
                -7.857,
                18.021,
                8.164,
                68.422,
                13.328,
                7.643,
                -13.043,
                7.357,
                19.399
            ]
        },
        {
            "start": 114.4107,
            "duration": 0.15687,
            "confidence": 0.294,
            "loudness_start": -3.664,
            "loudness_max_time": 0.06603,
            "loudness_max": 0.814,
            "loudness_end": 0.0,
            "pitches": [
                0.028,
                0.269,
                0.205,
                0.191,
                0.899,
                0.884,
                1.0,
                0.968,
                0.284,
                0.342,
                0.054,
                0.013
            ],
            "timbre": [
                57.27,
                98.699,
                32.162,
                17.292,
                14.661,
                -18.587,
                49.126,
                -4.292,
                13.855,
                -17.605,
                -28.122,
                26.258
            ]
        },
        {
            "start": 114.56757,
            "duration": 0.22644,
            "confidence": 0.471,
            "loudness_start": -6.685,
            "loudness_max_time": 0.00934,
            "loudness_max": -0.812,
            "loudness_end": 0.0,
            "pitches": [
                0.614,
                1.0,
                0.907,
                0.452,
                0.484,
                0.192,
                0.221,
                0.257,
                0.156,
                0.388,
                0.118,
                0.497
            ],
            "timbre": [
                57.562,
                57.887,
                10.141,
                -10.767,
                32.62,
                -55.465,
                26.414,
                4.127,
                5.582,
                -0.665,
                -10.436,
                11.826
            ]
        },
        {
            "start": 114.79401,
            "duration": 0.27034,
            "confidence": 0.528,
            "loudness_start": -6.851,
            "loudness_max_time": 0.0811,
            "loudness_max": -0.958,
            "loudness_end": 0.0,
            "pitches": [
                0.462,
                1.0,
                0.169,
                0.113,
                0.104,
                0.071,
                0.093,
                0.048,
                0.137,
                0.229,
                0.102,
                0.049
            ],
            "timbre": [
                57.141,
                83.855,
                25.017,
                -6.151,
                40.726,
                -17.688,
                5.966,
                0.66,
                10.538,
                4.124,
                -10.75,
                9.368
            ]
        },
        {
            "start": 115.06435,
            "duration": 0.17029,
            "confidence": 0.285,
            "loudness_start": -6.867,
            "loudness_max_time": 0.0321,
            "loudness_max": -2.544,
            "loudness_end": 0.0,
            "pitches": [
                0.307,
                1.0,
                0.243,
                0.211,
                0.04,
                0.053,
                0.535,
                0.543,
                0.664,
                0.658,
                0.409,
                0.062
            ],
            "timbre": [
                54.582,
                75.718,
                -32.104,
                -16.798,
                -10.952,
                -35.989,
                8.789,
                5.808,
                1.876,
                14.168,
                5.197,
                11.911
            ]
        },
        {
            "start": 115.23465,
            "duration": 0.09846,
            "confidence": 0.169,
            "loudness_start": -7.109,
            "loudness_max_time": 0.01878,
            "loudness_max": -4.692,
            "loudness_end": 0.0,
            "pitches": [
                0.312,
                0.433,
                0.36,
                0.292,
                0.686,
                0.663,
                0.952,
                0.934,
                0.898,
                1.0,
                0.604,
                0.021
            ],
            "timbre": [
                54.129,
                131.335,
                48.718,
                -5.202,
                27.63,
                -47.121,
                30.327,
                -1.389,
                29.872,
                10.432,
                -15.589,
                0.533
            ]
        },
        {
            "start": 115.33311,
            "duration": 0.26807,
            "confidence": 0.693,
            "loudness_start": -7.275,
            "loudness_max_time": 0.07321,
            "loudness_max": 0.099,
            "loudness_end": 0.0,
            "pitches": [
                0.424,
                1.0,
                0.237,
                0.042,
                0.032,
                0.013,
                0.033,
                0.013,
                0.053,
                0.21,
                0.052,
                0.023
            ],
            "timbre": [
                57.263,
                107.663,
                47.377,
                24.285,
                46.007,
                -11.816,
                43.857,
                4.338,
                15.157,
                12.786,
                -13.672,
                11.995
            ]
        },
        {
            "start": 115.60118,
            "duration": 0.25492,
            "confidence": 0.741,
            "loudness_start": -8.397,
            "loudness_max_time": 0.01677,
            "loudness_max": 0.609,
            "loudness_end": 0.0,
            "pitches": [
                0.661,
                1.0,
                0.809,
                0.569,
                0.427,
                0.259,
                0.222,
                0.364,
                0.27,
                0.6,
                0.275,
                0.482
            ],
            "timbre": [
                57.652,
                86.726,
                -9.067,
                8.327,
                16.425,
                -21.689,
                -7.606,
                12.993,
                -2.491,
                5.118,
                -5.51,
                -9.161
            ]
        },
        {
            "start": 115.8561,
            "duration": 0.24871,
            "confidence": 0.776,
            "loudness_start": -9.316,
            "loudness_max_time": 0.05534,
            "loudness_max": -0.161,
            "loudness_end": 0.0,
            "pitches": [
                0.338,
                1.0,
                0.434,
                0.084,
                0.044,
                0.021,
                0.043,
                0.037,
                0.203,
                0.362,
                0.079,
                0.026
            ],
            "timbre": [
                56.326,
                74.131,
                7.733,
                -16.949,
                51.772,
                3.889,
                6.674,
                -28.977,
                9.36,
                3.088,
                -17.845,
                -7.831
            ]
        },
        {
            "start": 116.10481,
            "duration": 0.26118,
            "confidence": 0.268,
            "loudness_start": -7.139,
            "loudness_max_time": 0.03392,
            "loudness_max": -1.878,
            "loudness_end": 0.0,
            "pitches": [
                0.563,
                1.0,
                0.832,
                0.527,
                0.469,
                0.279,
                0.205,
                0.245,
                0.193,
                0.142,
                0.088,
                0.32
            ],
            "timbre": [
                54.295,
                46.407,
                -23.546,
                -0.981,
                10.12,
                -36.853,
                5.188,
                19.936,
                5.297,
                -16.357,
                10.887,
                1.423
            ]
        },
        {
            "start": 116.36599,
            "duration": 0.26766,
            "confidence": 0.885,
            "loudness_start": -11.436,
            "loudness_max_time": 0.0891,
            "loudness_max": 0.223,
            "loudness_end": 0.0,
            "pitches": [
                0.68,
                1.0,
                0.032,
                0.014,
                0.061,
                0.029,
                0.007,
                0.034,
                0.175,
                0.104,
                0.033,
                0.021
            ],
            "timbre": [
                56.299,
                73.242,
                63.804,
                -11.622,
                50.975,
                11.521,
                58.861,
                11.219,
                18.728,
                -10.401,
                -5.119,
                13.778
            ]
        },
        {
            "start": 116.63365,
            "duration": 0.23678,
            "confidence": 0.585,
            "loudness_start": -7.912,
            "loudness_max_time": 0.02829,
            "loudness_max": 0.178,
            "loudness_end": 0.0,
            "pitches": [
                0.693,
                1.0,
                0.787,
                0.514,
                0.406,
                0.217,
                0.152,
                0.171,
                0.122,
                0.089,
                0.075,
                0.314
            ],
            "timbre": [
                55.243,
                69.182,
                -20.852,
                26.491,
                7.959,
                -21.504,
                20.649,
                20.063,
                -2.277,
                -7.212,
                7.516,
                3.719
            ]
        },
        {
            "start": 116.87043,
            "duration": 0.30313,
            "confidence": 0.901,
            "loudness_start": -11.63,
            "loudness_max_time": 0.06887,
            "loudness_max": -0.101,
            "loudness_end": 0.0,
            "pitches": [
                0.189,
                1.0,
                0.253,
                0.387,
                0.516,
                0.39,
                0.091,
                0.069,
                0.126,
                0.293,
                0.121,
                0.329
            ],
            "timbre": [
                54.212,
                72.82,
                34.449,
                -49.608,
                40.447,
                7.704,
                24.688,
                -0.183,
                -4.293,
                1.19,
                -35.138,
                -11.498
            ]
        },
        {
            "start": 117.17356,
            "duration": 0.35528,
            "confidence": 0.659,
            "loudness_start": -6.56,
            "loudness_max_time": 0.07204,
            "loudness_max": 0.366,
            "loudness_end": 0.0,
            "pitches": [
                0.758,
                1.0,
                0.71,
                0.232,
                0.804,
                0.18,
                0.174,
                0.198,
                0.301,
                0.236,
                0.169,
                0.601
            ],
            "timbre": [
                57.468,
                72.81,
                15.196,
                -15.022,
                11.901,
                -37.971,
                3.56,
                33.1,
                13.71,
                14.666,
                -7.517,
                -9.159
            ]
        },
        {
            "start": 117.52884,
            "duration": 0.40449,
            "confidence": 0.693,
            "loudness_start": -6.441,
            "loudness_max_time": 0.06543,
            "loudness_max": 0.551,
            "loudness_end": 0.0,
            "pitches": [
                0.144,
                0.349,
                0.622,
                0.635,
                1.0,
                0.467,
                0.523,
                0.455,
                0.462,
                0.4,
                0.315,
                0.173
            ],
            "timbre": [
                56.491,
                76.662,
                10.0,
                -27.155,
                30.222,
                -9.835,
                22.087,
                31.378,
                10.133,
                -5.36,
                -33.722,
                -11.93
            ]
        },
        {
            "start": 117.93333,
            "duration": 0.28567,
            "confidence": 0.615,
            "loudness_start": -7.458,
            "loudness_max_time": 0.05069,
            "loudness_max": -1.098,
            "loudness_end": 0.0,
            "pitches": [
                0.237,
                0.88,
                1.0,
                0.945,
                0.718,
                0.068,
                0.043,
                0.034,
                0.139,
                0.276,
                0.134,
                0.177
            ],
            "timbre": [
                56.522,
                70.127,
                15.831,
                -12.187,
                63.42,
                -21.567,
                69.46,
                -5.959,
                6.341,
                16.893,
                -19.855,
                8.918
            ]
        },
        {
            "start": 118.219,
            "duration": 0.09642,
            "confidence": 0.183,
            "loudness_start": -6.366,
            "loudness_max_time": 0.00755,
            "loudness_max": -0.878,
            "loudness_end": 0.0,
            "pitches": [
                0.631,
                1.0,
                0.147,
                0.086,
                0.192,
                0.187,
                0.284,
                0.306,
                0.38,
                0.37,
                0.393,
                0.092
            ],
            "timbre": [
                54.665,
                34.625,
                -41.625,
                4.739,
                11.244,
                -86.888,
                19.952,
                17.635,
                5.313,
                5.609,
                -11.452,
                5.85
            ]
        },
        {
            "start": 118.31542,
            "duration": 0.15175,
            "confidence": 0.118,
            "loudness_start": -8.613,
            "loudness_max_time": 0.05556,
            "loudness_max": -5.244,
            "loudness_end": 0.0,
            "pitches": [
                0.081,
                0.119,
                0.067,
                0.056,
                0.33,
                0.322,
                1.0,
                0.982,
                0.844,
                0.862,
                0.247,
                0.012
            ],
            "timbre": [
                52.555,
                63.266,
                -6.004,
                -13.633,
                10.497,
                -26.377,
                28.868,
                -5.208,
                2.664,
                -7.377,
                -22.393,
                -9.499
            ]
        },
        {
            "start": 118.46717,
            "duration": 0.26776,
            "confidence": 0.873,
            "loudness_start": -10.689,
            "loudness_max_time": 0.06889,
            "loudness_max": 0.112,
            "loudness_end": 0.0,
            "pitches": [
                0.065,
                0.341,
                0.075,
                0.047,
                0.204,
                0.331,
                1.0,
                0.172,
                0.09,
                0.112,
                0.111,
                0.089
            ],
            "timbre": [
                57.148,
                95.458,
                55.213,
                -0.795,
                3.633,
                12.234,
                60.976,
                28.075,
                -23.958,
                -8.21,
                10.425,
                2.152
            ]
        },
        {
            "start": 118.73492,
            "duration": 0.27887,
            "confidence": 0.51,
            "loudness_start": -5.638,
            "loudness_max_time": 0.03399,
            "loudness_max": 0.09,
            "loudness_end": 0.0,
            "pitches": [
                0.587,
                1.0,
                0.939,
                0.398,
                0.415,
                0.193,
                0.749,
                0.254,
                0.112,
                0.112,
                0.11,
                0.434
            ],
            "timbre": [
                57.934,
                78.298,
                40.565,
                10.812,
                7.809,
                -41.448,
                40.461,
                31.891,
                -11.706,
                4.818,
                -4.829,
                -4.471
            ]
        },
        {
            "start": 119.01379,
            "duration": 0.23805,
            "confidence": 0.558,
            "loudness_start": -6.173,
            "loudness_max_time": 0.02429,
            "loudness_max": 0.858,
            "loudness_end": 0.0,
            "pitches": [
                0.427,
                1.0,
                0.189,
                0.151,
                0.142,
                0.075,
                0.108,
                0.043,
                0.122,
                0.127,
                0.067,
                0.073
            ],
            "timbre": [
                57.232,
                106.608,
                22.872,
                34.704,
                25.728,
                -33.093,
                21.11,
                -13.299,
                -11.155,
                11.565,
                -18.172,
                -22.189
            ]
        },
        {
            "start": 119.25184,
            "duration": 0.27873,
            "confidence": 0.662,
            "loudness_start": -5.951,
            "loudness_max_time": 0.07473,
            "loudness_max": 1.03,
            "loudness_end": 0.0,
            "pitches": [
                0.725,
                1.0,
                0.791,
                0.62,
                0.771,
                0.284,
                0.221,
                0.265,
                0.179,
                0.162,
                0.11,
                0.593
            ],
            "timbre": [
                57.113,
                91.138,
                12.545,
                4.752,
                20.082,
                -19.569,
                4.028,
                40.289,
                5.159,
                14.029,
                -22.995,
                -12.267
            ]
        },
        {
            "start": 119.53057,
            "duration": 0.14091,
            "confidence": 0.807,
            "loudness_start": -9.366,
            "loudness_max_time": 0.07438,
            "loudness_max": 0.011,
            "loudness_end": 0.0,
            "pitches": [
                0.475,
                1.0,
                0.793,
                0.665,
                0.43,
                0.425,
                0.098,
                0.077,
                0.063,
                0.092,
                0.028,
                0.02
            ],
            "timbre": [
                57.507,
                108.32,
                16.357,
                -35.522,
                55.303,
                -12.146,
                -7.747,
                -3.396,
                17.662,
                25.136,
                -10.492,
                -16.744
            ]
        },
        {
            "start": 119.67147,
            "duration": 0.10753,
            "confidence": 0.182,
            "loudness_start": -2.926,
            "loudness_max_time": 0.03751,
            "loudness_max": 0.459,
            "loudness_end": 0.0,
            "pitches": [
                0.673,
                1.0,
                0.943,
                0.767,
                0.498,
                0.493,
                0.17,
                0.158,
                0.035,
                0.055,
                0.021,
                0.024
            ],
            "timbre": [
                58.88,
                103.768,
                19.169,
                -12.664,
                52.568,
                -42.589,
                -1.233,
                9.29,
                12.451,
                11.437,
                -11.63,
                -23.661
            ]
        },
        {
            "start": 119.779,
            "duration": 0.24526,
            "confidence": 0.066,
            "loudness_start": -2.176,
            "loudness_max_time": 0.01417,
            "loudness_max": 0.903,
            "loudness_end": 0.0,
            "pitches": [
                0.75,
                1.0,
                0.789,
                0.582,
                0.411,
                0.229,
                0.189,
                0.345,
                0.258,
                0.243,
                0.126,
                0.518
            ],
            "timbre": [
                57.314,
                88.757,
                -11.369,
                30.788,
                11.866,
                -53.827,
                1.408,
                13.631,
                -8.937,
                -5.96,
                -11.279,
                -6.739
            ]
        },
        {
            "start": 120.02426,
            "duration": 0.80063,
            "confidence": 0.823,
            "loudness_start": -8.823,
            "loudness_max_time": 0.07455,
            "loudness_max": 0.763,
            "loudness_end": 0.0,
            "pitches": [
                0.392,
                1.0,
                0.847,
                0.528,
                0.387,
                0.409,
                0.56,
                0.651,
                0.946,
                0.624,
                0.278,
                0.452
            ],
            "timbre": [
                55.367,
                98.09,
                46.379,
                -55.38,
                15.166,
                -10.629,
                31.627,
                5.887,
                4.306,
                -0.501,
                -9.687,
                -6.971
            ]
        },
        {
            "start": 120.8249,
            "duration": 0.26717,
            "confidence": 0.54,
            "loudness_start": -7.903,
            "loudness_max_time": 0.01202,
            "loudness_max": -0.242,
            "loudness_end": 0.0,
            "pitches": [
                0.689,
                1.0,
                0.538,
                0.206,
                0.263,
                0.117,
                0.069,
                0.131,
                0.074,
                0.137,
                0.041,
                0.277
            ],
            "timbre": [
                55.901,
                87.397,
                -10.77,
                18.847,
                -6.552,
                -53.827,
                -0.303,
                8.329,
                2.537,
                -9.575,
                -10.259,
                7.407
            ]
        },
        {
            "start": 121.09206,
            "duration": 0.11982,
            "confidence": 0.595,
            "loudness_start": -10.165,
            "loudness_max_time": 0.03431,
            "loudness_max": -4.237,
            "loudness_end": 0.0,
            "pitches": [
                0.473,
                0.869,
                0.748,
                0.744,
                1.0,
                0.927,
                0.616,
                0.613,
                0.178,
                0.197,
                0.106,
                0.137
            ],
            "timbre": [
                54.798,
                79.159,
                -9.446,
                -17.378,
                25.521,
                -49.063,
                25.519,
                1.529,
                -15.992,
                5.449,
                -9.38,
                2.426
            ]
        },
        {
            "start": 121.21188,
            "duration": 0.121,
            "confidence": 0.135,
            "loudness_start": -6.89,
            "loudness_max_time": 0.01568,
            "loudness_max": -3.063,
            "loudness_end": 0.0,
            "pitches": [
                0.774,
                1.0,
                0.747,
                0.744,
                0.993,
                0.84,
                0.763,
                0.768,
                0.431,
                0.446,
                0.263,
                0.139
            ],
            "timbre": [
                55.003,
                48.383,
                -9.203,
                -5.694,
                21.358,
                -58.266,
                19.719,
                -1.307,
                -8.851,
                11.112,
                -7.907,
                -12.825
            ]
        },
        {
            "start": 121.33288,
            "duration": 0.14816,
            "confidence": 0.704,
            "loudness_start": -6.693,
            "loudness_max_time": 0.04543,
            "loudness_max": 0.505,
            "loudness_end": 0.0,
            "pitches": [
                0.215,
                1.0,
                0.1,
                0.084,
                0.256,
                0.229,
                0.394,
                0.485,
                0.72,
                0.578,
                0.376,
                0.079
            ],
            "timbre": [
                57.875,
                43.467,
                22.392,
                -8.34,
                18.339,
                -13.173,
                52.43,
                27.799,
                20.096,
                18.421,
                5.014,
                1.318
            ]
        },
        {
            "start": 121.48104,
            "duration": 0.12163,
            "confidence": 0.145,
            "loudness_start": -3.595,
            "loudness_max_time": 0.03666,
            "loudness_max": -0.268,
            "loudness_end": 0.0,
            "pitches": [
                0.216,
                0.194,
                0.133,
                0.16,
                0.746,
                0.548,
                0.857,
                0.869,
                0.903,
                1.0,
                0.497,
                0.058
            ],
            "timbre": [
                57.061,
                85.066,
                71.565,
                34.171,
                41.751,
                -35.376,
                59.452,
                0.791,
                8.683,
                -1.735,
                -18.014,
                16.953
            ]
        },
        {
            "start": 121.60268,
            "duration": 0.2556,
            "confidence": 0.568,
            "loudness_start": -6.006,
            "loudness_max_time": 0.05921,
            "loudness_max": 0.161,
            "loudness_end": 0.0,
            "pitches": [
                0.103,
                0.538,
                0.049,
                0.356,
                1.0,
                0.365,
                0.051,
                0.056,
                0.131,
                0.275,
                0.063,
                0.289
            ],
            "timbre": [
                58.876,
                104.872,
                45.241,
                -4.561,
                37.997,
                -38.069,
                24.344,
                14.26,
                18.077,
                22.445,
                -0.575,
                11.892
            ]
        },
        {
            "start": 121.85828,
            "duration": 0.52844,
            "confidence": 0.112,
            "loudness_start": -2.682,
            "loudness_max_time": 0.0218,
            "loudness_max": 0.917,
            "loudness_end": 0.0,
            "pitches": [
                0.154,
                0.261,
                0.462,
                0.804,
                1.0,
                0.281,
                0.386,
                0.465,
                0.509,
                0.38,
                0.155,
                0.191
            ],
            "timbre": [
                57.993,
                68.283,
                -4.341,
                11.075,
                27.747,
                -46.197,
                3.43,
                -3.656,
                12.735,
                9.714,
                -3.791,
                2.467
            ]
        },
        {
            "start": 122.38671,
            "duration": 0.21991,
            "confidence": 0.429,
            "loudness_start": -7.394,
            "loudness_max_time": 0.01633,
            "loudness_max": -0.847,
            "loudness_end": 0.0,
            "pitches": [
                0.534,
                1.0,
                0.815,
                0.523,
                0.481,
                0.291,
                0.405,
                0.215,
                0.165,
                0.132,
                0.105,
                0.468
            ],
            "timbre": [
                55.622,
                69.726,
                -5.904,
                -0.002,
                -7.191,
                -55.945,
                35.086,
                6.037,
                -14.558,
                4.991,
                14.124,
                9.691
            ]
        },
        {
            "start": 122.60662,
            "duration": 0.30762,
            "confidence": 0.709,
            "loudness_start": -8.852,
            "loudness_max_time": 0.06096,
            "loudness_max": -0.753,
            "loudness_end": 0.0,
            "pitches": [
                0.064,
                0.36,
                0.089,
                0.115,
                0.174,
                0.227,
                1.0,
                0.161,
                0.078,
                0.12,
                0.121,
                0.066
            ],
            "timbre": [
                56.336,
                88.668,
                62.323,
                -21.497,
                -0.038,
                1.526,
                61.375,
                12.137,
                -23.186,
                -6.03,
                -6.968,
                14.363
            ]
        },
        {
            "start": 122.91424,
            "duration": 0.2732,
            "confidence": 0.477,
            "loudness_start": -4.9,
            "loudness_max_time": 0.06559,
            "loudness_max": 0.103,
            "loudness_end": 0.0,
            "pitches": [
                0.604,
                1.0,
                0.887,
                0.309,
                0.362,
                0.223,
                0.651,
                0.247,
                0.115,
                0.134,
                0.091,
                0.439
            ],
            "timbre": [
                58.262,
                82.448,
                37.429,
                8.462,
                17.17,
                -54.494,
                38.044,
                29.805,
                5.42,
                -8.709,
                -6.697,
                -6.92
            ]
        },
        {
            "start": 123.18744,
            "duration": 0.20381,
            "confidence": 0.433,
            "loudness_start": -4.977,
            "loudness_max_time": 0.03579,
            "loudness_max": -0.509,
            "loudness_end": 0.0,
            "pitches": [
                0.555,
                1.0,
                0.145,
                0.109,
                0.139,
                0.06,
                0.075,
                0.03,
                0.1,
                0.111,
                0.056,
                0.071
            ],
            "timbre": [
                56.929,
                100.347,
                27.718,
                26.992,
                19.335,
                -26.195,
                31.658,
                -14.017,
                -21.546,
                3.669,
                -22.205,
                -14.179
            ]
        },
        {
            "start": 123.39125,
            "duration": 0.31302,
            "confidence": 0.744,
            "loudness_start": -6.716,
            "loudness_max_time": 0.08593,
            "loudness_max": 0.993,
            "loudness_end": 0.0,
            "pitches": [
                0.611,
                1.0,
                0.688,
                0.598,
                0.72,
                0.42,
                0.305,
                0.322,
                0.204,
                0.171,
                0.109,
                0.429
            ],
            "timbre": [
                56.119,
                90.482,
                24.74,
                -17.334,
                22.326,
                -0.447,
                10.952,
                32.678,
                0.165,
                9.946,
                -30.715,
                -20.312
            ]
        },
        {
            "start": 123.70426,
            "duration": 0.4932,
            "confidence": 0.813,
            "loudness_start": -8.555,
            "loudness_max_time": 0.07457,
            "loudness_max": 0.836,
            "loudness_end": 0.0,
            "pitches": [
                0.251,
                0.873,
                1.0,
                0.783,
                0.408,
                0.203,
                0.273,
                0.344,
                0.369,
                0.359,
                0.252,
                0.093
            ],
            "timbre": [
                56.889,
                109.265,
                11.885,
                -17.287,
                42.603,
                -3.886,
                0.702,
                7.092,
                0.129,
                28.334,
                -22.256,
                -8.556
            ]
        },
        {
            "start": 124.19746,
            "duration": 0.28472,
            "confidence": 0.832,
            "loudness_start": -8.799,
            "loudness_max_time": 0.04327,
            "loudness_max": 1.221,
            "loudness_end": 0.0,
            "pitches": [
                0.26,
                1.0,
                0.397,
                0.063,
                0.028,
                0.032,
                0.032,
                0.019,
                0.051,
                0.146,
                0.035,
                0.052
            ],
            "timbre": [
                57.804,
                109.588,
                34.174,
                -24.75,
                35.913,
                13.145,
                -3.587,
                0.434,
                24.876,
                12.198,
                -0.114,
                -31.896
            ]
        },
        {
            "start": 124.48218,
            "duration": 0.16844,
            "confidence": 0.323,
            "loudness_start": -3.938,
            "loudness_max_time": 0.05223,
            "loudness_max": -0.152,
            "loudness_end": 0.0,
            "pitches": [
                0.463,
                0.845,
                0.053,
                0.024,
                0.216,
                0.205,
                0.639,
                0.633,
                0.989,
                1.0,
                0.672,
                0.208
            ],
            "timbre": [
                57.975,
                57.523,
                25.011,
                6.768,
                14.171,
                -36.951,
                43.288,
                2.763,
                9.345,
                9.513,
                -18.663,
                12.707
            ]
        },
        {
            "start": 124.65061,
            "duration": 0.08145,
            "confidence": 0.128,
            "loudness_start": -5.326,
            "loudness_max_time": 0.0176,
            "loudness_max": -0.913,
            "loudness_end": 0.0,
            "pitches": [
                0.993,
                1.0,
                0.849,
                0.862,
                0.942,
                0.856,
                0.654,
                0.619,
                0.686,
                0.796,
                0.292,
                0.792
            ],
            "timbre": [
                57.003,
                97.505,
                82.029,
                20.766,
                46.121,
                -56.348,
                50.627,
                0.619,
                10.834,
                24.915,
                -8.654,
                18.549
            ]
        },
        {
            "start": 124.73206,
            "duration": 0.26363,
            "confidence": 0.13,
            "loudness_start": -4.258,
            "loudness_max_time": 0.02938,
            "loudness_max": -1.41,
            "loudness_end": 0.0,
            "pitches": [
                0.688,
                1.0,
                0.027,
                0.012,
                0.039,
                0.025,
                0.013,
                0.037,
                0.159,
                0.045,
                0.011,
                0.092
            ],
            "timbre": [
                56.908,
                84.695,
                54.133,
                29.302,
                36.098,
                -31.217,
                34.264,
                0.768,
                13.063,
                21.951,
                -31.488,
                16.674
            ]
        },
        {
            "start": 124.99569,
            "duration": 0.26426,
            "confidence": 0.687,
            "loudness_start": -9.219,
            "loudness_max_time": 0.01511,
            "loudness_max": -0.226,
            "loudness_end": 0.0,
            "pitches": [
                0.698,
                1.0,
                0.549,
                0.243,
                0.302,
                0.14,
                0.084,
                0.166,
                0.118,
                0.205,
                0.059,
                0.304
            ],
            "timbre": [
                57.453,
                97.513,
                13.114,
                -13.973,
                -0.283,
                -36.91,
                8.592,
                18.257,
                5.135,
                2.471,
                17.355,
                2.357
            ]
        },
        {
            "start": 125.25995,
            "duration": 0.10762,
            "confidence": 0.105,
            "loudness_start": -5.465,
            "loudness_max_time": 0.04353,
            "loudness_max": -2.262,
            "loudness_end": 0.0,
            "pitches": [
                0.548,
                1.0,
                0.616,
                0.607,
                0.889,
                0.824,
                0.744,
                0.749,
                0.47,
                0.51,
                0.239,
                0.164
            ],
            "timbre": [
                56.421,
                96.319,
                15.243,
                -9.974,
                10.458,
                -37.762,
                8.758,
                3.956,
                2.813,
                16.148,
                -11.311,
                -7.245
            ]
        },
        {
            "start": 125.36757,
            "duration": 0.15379,
            "confidence": 0.322,
            "loudness_start": -4.757,
            "loudness_max_time": 0.05125,
            "loudness_max": -1.327,
            "loudness_end": 0.0,
            "pitches": [
                0.765,
                1.0,
                0.792,
                0.792,
                0.829,
                0.716,
                0.81,
                0.796,
                0.404,
                0.424,
                0.298,
                0.172
            ],
            "timbre": [
                57.544,
                112.841,
                14.546,
                -18.264,
                -6.316,
                -21.976,
                -15.871,
                5.885,
                29.169,
                14.922,
                -9.951,
                -12.859
            ]
        },
        {
            "start": 125.52136,
            "duration": 0.51061,
            "confidence": 0.29,
            "loudness_start": -4.313,
            "loudness_max_time": 0.0131,
            "loudness_max": 1.175,
            "loudness_end": 0.0,
            "pitches": [
                0.164,
                0.24,
                0.266,
                0.497,
                1.0,
                0.578,
                0.23,
                0.587,
                0.564,
                0.544,
                0.153,
                0.218
            ],
            "timbre": [
                58.746,
                83.931,
                30.097,
                -7.587,
                7.414,
                -57.203,
                17.643,
                7.698,
                16.622,
                20.02,
                -2.907,
                10.311
            ]
        },
        {
            "start": 126.03197,
            "duration": 1.03937,
            "confidence": 0.014,
            "loudness_start": -3.719,
            "loudness_max_time": 0.02087,
            "loudness_max": 0.497,
            "loudness_end": 0.0,
            "pitches": [
                0.577,
                1.0,
                0.655,
                0.88,
                0.642,
                0.493,
                0.526,
                0.725,
                0.963,
                0.797,
                0.458,
                0.407
            ],
            "timbre": [
                56.109,
                73.915,
                -5.144,
                44.459,
                15.803,
                -38.957,
                -0.66,
                -4.443,
                5.395,
                0.822,
                -20.787,
                1.57
            ]
        },
        {
            "start": 127.07134,
            "duration": 0.53959,
            "confidence": 1.0,
            "loudness_start": -15.866,
            "loudness_max_time": 0.04644,
            "loudness_max": 0.051,
            "loudness_end": 0.0,
            "pitches": [
                0.172,
                0.24,
                0.292,
                0.125,
                0.175,
                0.264,
                0.564,
                0.886,
                1.0,
                0.634,
                0.216,
                0.128
            ],
            "timbre": [
                53.546,
                69.488,
                34.658,
                65.031,
                35.632,
                4.021,
                17.348,
                20.739,
                -7.689,
                21.416,
                26.893,
                -6.105
            ]
        },
        {
            "start": 127.61093,
            "duration": 0.27868,
            "confidence": 0.774,
            "loudness_start": -14.858,
            "loudness_max_time": 0.00726,
            "loudness_max": -3.852,
            "loudness_end": 0.0,
            "pitches": [
                0.645,
                1.0,
                0.856,
                0.323,
                0.407,
                0.15,
                0.104,
                0.2,
                0.11,
                0.089,
                0.048,
                0.431
            ],
            "timbre": [
                50.393,
                -9.064,
                -9.11,
                37.403,
                -17.679,
                -80.144,
                26.552,
                16.063,
                7.478,
                11.85,
                -8.533,
                6.245
            ]
        },
        {
            "start": 127.88961,
            "duration": 0.11057,
            "confidence": 0.123,
            "loudness_start": -18.035,
            "loudness_max_time": 0.01362,
            "loudness_max": -13.955,
            "loudness_end": 0.0,
            "pitches": [
                0.034,
                0.037,
                0.032,
                0.049,
                0.108,
                0.082,
                0.057,
                0.038,
                0.096,
                1.0,
                0.103,
                0.022
            ],
            "timbre": [
                43.458,
                46.087,
                166.269,
                68.527,
                99.672,
                -41.606,
                -0.062,
                17.32,
                0.786,
                20.815,
                0.523,
                9.472
            ]
        },
        {
            "start": 128.00018,
            "duration": 0.12136,
            "confidence": 0.592,
            "loudness_start": -20.554,
            "loudness_max_time": 0.02995,
            "loudness_max": -10.885,
            "loudness_end": 0.0,
            "pitches": [
                0.307,
                0.325,
                0.246,
                0.193,
                0.311,
                0.356,
                0.345,
                0.243,
                0.242,
                1.0,
                0.22,
                0.186
            ],
            "timbre": [
                44.41,
                73.598,
                151.777,
                94.587,
                78.026,
                -32.465,
                4.56,
                -2.86,
                -7.589,
                21.077,
                -6.763,
                -2.5
            ]
        },
        {
            "start": 128.12154,
            "duration": 0.5234,
            "confidence": 1.0,
            "loudness_start": -21.228,
            "loudness_max_time": 0.01856,
            "loudness_max": 0.078,
            "loudness_end": 0.0,
            "pitches": [
                0.173,
                0.241,
                0.282,
                0.132,
                0.179,
                0.252,
                0.566,
                0.9,
                1.0,
                0.752,
                0.206,
                0.136
            ],
            "timbre": [
                54.63,
                64.926,
                20.082,
                47.371,
                26.633,
                -7.867,
                20.595,
                2.183,
                -0.615,
                15.619,
                16.591,
                -14.253
            ]
        },
        {
            "start": 128.64494,
            "duration": 0.35905,
            "confidence": 0.798,
            "loudness_start": -15.75,
            "loudness_max_time": 0.01711,
            "loudness_max": -4.335,
            "loudness_end": 0.0,
            "pitches": [
                0.636,
                1.0,
                0.832,
                0.267,
                0.408,
                0.151,
                0.113,
                0.188,
                0.101,
                0.102,
                0.054,
                0.391
            ],
            "timbre": [
                48.99,
                -0.594,
                -4.588,
                52.728,
                -10.095,
                -44.852,
                12.663,
                8.99,
                -9.531,
                11.281,
                25.2,
                -4.614
            ]
        },
        {
            "start": 129.00398,
            "duration": 0.16875,
            "confidence": 0.508,
            "loudness_start": -19.809,
            "loudness_max_time": 0.07863,
            "loudness_max": -14.338,
            "loudness_end": 0.0,
            "pitches": [
                0.218,
                0.23,
                0.386,
                0.331,
                0.565,
                0.835,
                0.438,
                0.382,
                0.715,
                1.0,
                0.944,
                0.332
            ],
            "timbre": [
                42.338,
                47.057,
                117.718,
                27.117,
                65.634,
                -11.481,
                15.62,
                -1.194,
                7.359,
                -7.48,
                -28.188,
                -1.183
            ]
        },
        {
            "start": 129.17274,
            "duration": 0.28417,
            "confidence": 1.0,
            "loudness_start": -21.424,
            "loudness_max_time": 0.01095,
            "loudness_max": -0.427,
            "loudness_end": 0.0,
            "pitches": [
                0.616,
                1.0,
                0.94,
                0.328,
                0.337,
                0.157,
                0.097,
                0.209,
                0.107,
                0.073,
                0.059,
                0.401
            ],
            "timbre": [
                52.467,
                67.817,
                -35.573,
                74.698,
                -13.148,
                -62.597,
                6.205,
                27.777,
                -13.171,
                -7.56,
                -23.269,
                13.863
            ]
        },
        {
            "start": 129.45692,
            "duration": 0.09274,
            "confidence": 0.308,
            "loudness_start": -20.615,
            "loudness_max_time": 0.025,
            "loudness_max": -15.719,
            "loudness_end": 0.0,
            "pitches": [
                0.358,
                0.301,
                0.256,
                0.289,
                0.399,
                0.199,
                0.208,
                0.255,
                0.309,
                1.0,
                0.537,
                0.395
            ],
            "timbre": [
                40.237,
                51.093,
                111.102,
                70.243,
                65.78,
                -51.914,
                13.905,
                1.825,
                -2.078,
                26.738,
                3.19,
                -7.848
            ]
        },
        {
            "start": 129.54967,
            "duration": 0.14549,
            "confidence": 0.573,
            "loudness_start": -23.032,
            "loudness_max_time": 0.05442,
            "loudness_max": -15.433,
            "loudness_end": 0.0,
            "pitches": [
                0.125,
                0.129,
                0.147,
                0.125,
                0.39,
                0.408,
                0.296,
                0.25,
                0.185,
                1.0,
                0.154,
                0.09
            ],
            "timbre": [
                39.866,
                63.287,
                160.545,
                60.009,
                96.848,
                -3.703,
                46.627,
                -1.439,
                27.288,
                21.231,
                -33.253,
                -10.021
            ]
        },
        {
            "start": 129.69514,
            "duration": 0.14748,
            "confidence": 1.0,
            "loudness_start": -25.085,
            "loudness_max_time": 0.01134,
            "loudness_max": -4.708,
            "loudness_end": 0.0,
            "pitches": [
                0.238,
                1.0,
                0.071,
                0.034,
                0.168,
                0.163,
                0.462,
                0.477,
                0.72,
                0.716,
                0.456,
                0.023
            ],
            "timbre": [
                48.675,
                -33.076,
                -70.47,
                33.254,
                -33.792,
                -75.508,
                -1.671,
                -0.045,
                -19.48,
                13.441,
                -14.125,
                16.217
            ]
        },
        {
            "start": 129.84264,
            "duration": 0.11379,
            "confidence": 0.234,
            "loudness_start": -17.555,
            "loudness_max_time": 0.02689,
            "loudness_max": -12.247,
            "loudness_end": 0.0,
            "pitches": [
                0.393,
                0.458,
                0.307,
                0.3,
                0.767,
                0.76,
                0.998,
                1.0,
                0.899,
                0.912,
                0.628,
                0.003
            ],
            "timbre": [
                43.127,
                30.287,
                20.615,
                45.342,
                -27.795,
                -56.448,
                59.057,
                16.105,
                9.881,
                -5.021,
                3.55,
                4.402
            ]
        },
        {
            "start": 129.95642,
            "duration": 0.12753,
            "confidence": 0.551,
            "loudness_start": -21.78,
            "loudness_max_time": 0.04333,
            "loudness_max": -14.763,
            "loudness_end": 0.0,
            "pitches": [
                0.505,
                0.594,
                0.232,
                0.205,
                0.447,
                0.23,
                0.147,
                0.224,
                0.308,
                1.0,
                0.273,
                0.395
            ],
            "timbre": [
                42.073,
                72.095,
                101.383,
                23.022,
                36.632,
                -7.119,
                20.032,
                -5.14,
                2.978,
                14.192,
                -11.597,
                -3.128
            ]
        },
        {
            "start": 130.08395,
            "duration": 0.10372,
            "confidence": 0.798,
            "loudness_start": -19.716,
            "loudness_max_time": 0.04577,
            "loudness_max": -10.397,
            "loudness_end": 0.0,
            "pitches": [
                0.597,
                0.853,
                0.618,
                0.473,
                0.47,
                0.799,
                0.687,
                0.818,
                0.801,
                1.0,
                0.495,
                0.244
            ],
            "timbre": [
                47.891,
                97.545,
                77.877,
                -0.854,
                50.817,
                -21.069,
                12.605,
                11.054,
                -16.016,
                13.097,
                1.898,
                5.202
            ]
        },
        {
            "start": 130.18765,
            "duration": 0.41918,
            "confidence": 0.96,
            "loudness_start": -12.4,
            "loudness_max_time": 0.03828,
            "loudness_max": 0.332,
            "loudness_end": 0.0,
            "pitches": [
                0.196,
                0.311,
                0.376,
                0.204,
                0.223,
                0.246,
                0.546,
                0.923,
                1.0,
                0.628,
                0.282,
                0.167
            ],
            "timbre": [
                53.887,
                79.679,
                -0.256,
                49.052,
                35.627,
                -0.119,
                6.657,
                30.924,
                11.524,
                9.773,
                -3.749,
                4.177
            ]
        },
        {
            "start": 130.60686,
            "duration": 0.11565,
            "confidence": 0.292,
            "loudness_start": -17.223,
            "loudness_max_time": 0.07669,
            "loudness_max": -12.538,
            "loudness_end": 0.0,
            "pitches": [
                0.34,
                0.387,
                0.275,
                0.246,
                1.0,
                0.469,
                0.285,
                0.788,
                0.791,
                0.998,
                0.517,
                0.256
            ],
            "timbre": [
                45.81,
                99.368,
                43.755,
                -13.537,
                77.93,
                -41.978,
                27.063,
                42.686,
                -15.66,
                27.765,
                -9.492,
                -13.299
            ]
        },
        {
            "start": 130.72249,
            "duration": 0.27841,
            "confidence": 0.897,
            "loudness_start": -15.08,
            "loudness_max_time": 0.02584,
            "loudness_max": -2.788,
            "loudness_end": 0.0,
            "pitches": [
                0.545,
                1.0,
                0.945,
                0.579,
                0.656,
                0.277,
                0.189,
                0.251,
                0.152,
                0.063,
                0.069,
                0.449
            ],
            "timbre": [
                52.403,
                64.825,
                -20.959,
                -1.417,
                8.398,
                7.42,
                2.817,
                2.289,
                -11.294,
                58.234,
                11.44,
                -4.294
            ]
        },
        {
            "start": 131.00092,
            "duration": 0.12277,
            "confidence": 0.456,
            "loudness_start": -17.562,
            "loudness_max_time": 0.07043,
            "loudness_max": -12.201,
            "loudness_end": 0.0,
            "pitches": [
                0.897,
                0.367,
                0.531,
                0.571,
                0.435,
                0.175,
                0.198,
                0.237,
                0.205,
                0.444,
                0.324,
                1.0
            ],
            "timbre": [
                46.125,
                71.617,
                43.995,
                3.512,
                47.293,
                -6.886,
                -19.522,
                -35.512,
                -6.775,
                6.997,
                -19.238,
                13.201
            ]
        },
        {
            "start": 131.12367,
            "duration": 0.08086,
            "confidence": 0.824,
            "loudness_start": -15.139,
            "loudness_max_time": 0.05166,
            "loudness_max": -6.059,
            "loudness_end": 0.0,
            "pitches": [
                0.166,
                0.122,
                1.0,
                0.721,
                0.284,
                0.149,
                0.164,
                0.09,
                0.178,
                0.366,
                0.172,
                0.108
            ],
            "timbre": [
                51.467,
                80.219,
                52.906,
                -69.55,
                42.225,
                11.462,
                -41.009,
                15.545,
                26.627,
                -6.888,
                2.75,
                6.962
            ]
        },
        {
            "start": 131.20454,
            "duration": 0.35365,
            "confidence": 0.636,
            "loudness_start": -6.377,
            "loudness_max_time": 0.0657,
            "loudness_max": 0.71,
            "loudness_end": 0.0,
            "pitches": [
                0.428,
                0.872,
                1.0,
                0.589,
                0.495,
                0.251,
                0.204,
                0.256,
                0.156,
                0.107,
                0.119,
                0.299
            ],
            "timbre": [
                53.642,
                94.623,
                8.07,
                19.653,
                26.308,
                -16.304,
                -16.996,
                -9.471,
                24.35,
                -4.951,
                -24.135,
                17.888
            ]
        },
        {
            "start": 131.5582,
            "duration": 0.22141,
            "confidence": 0.05,
            "loudness_start": -11.511,
            "loudness_max_time": 0.01884,
            "loudness_max": -8.22,
            "loudness_end": 0.0,
            "pitches": [
                0.099,
                1.0,
                0.219,
                0.061,
                0.065,
                0.078,
                0.046,
                0.033,
                0.095,
                0.088,
                0.03,
                0.056
            ],
            "timbre": [
                49.547,
                25.738,
                27.867,
                12.011,
                46.287,
                -23.659,
                -39.867,
                -16.675,
                5.107,
                -12.188,
                -18.003,
                -1.944
            ]
        },
        {
            "start": 131.77959,
            "duration": 0.38839,
            "confidence": 0.826,
            "loudness_start": -15.245,
            "loudness_max_time": 0.01283,
            "loudness_max": -4.576,
            "loudness_end": 0.0,
            "pitches": [
                0.184,
                0.334,
                0.414,
                0.13,
                0.18,
                0.249,
                0.584,
                0.959,
                1.0,
                0.594,
                0.216,
                0.146
            ],
            "timbre": [
                51.677,
                40.139,
                -2.478,
                -10.485,
                1.382,
                -62.132,
                -6.384,
                65.738,
                -2.713,
                23.825,
                24.732,
                16.497
            ]
        },
        {
            "start": 132.16798,
            "duration": 0.08689,
            "confidence": 0.68,
            "loudness_start": -13.161,
            "loudness_max_time": 0.05224,
            "loudness_max": -8.398,
            "loudness_end": 0.0,
            "pitches": [
                0.236,
                0.699,
                1.0,
                0.376,
                0.4,
                0.208,
                0.238,
                0.216,
                0.201,
                0.226,
                0.148,
                0.238
            ],
            "timbre": [
                50.764,
                116.276,
                101.943,
                -11.64,
                90.341,
                -17.782,
                -2.899,
                -57.256,
                -29.913,
                77.776,
                -16.579,
                14.322
            ]
        },
        {
            "start": 132.25488,
            "duration": 0.5688,
            "confidence": 0.729,
            "loudness_start": -7.768,
            "loudness_max_time": 0.05857,
            "loudness_max": 0.718,
            "loudness_end": 0.0,
            "pitches": [
                0.19,
                0.511,
                0.461,
                0.199,
                0.205,
                0.233,
                0.531,
                0.889,
                1.0,
                0.649,
                0.276,
                0.197
            ],
            "timbre": [
                54.833,
                104.123,
                51.877,
                19.741,
                40.244,
                -11.64,
                -9.685,
                14.881,
                21.801,
                -0.198,
                -21.842,
                3.432
            ]
        },
        {
            "start": 132.82367,
            "duration": 0.28481,
            "confidence": 0.713,
            "loudness_start": -9.901,
            "loudness_max_time": 0.01281,
            "loudness_max": -2.359,
            "loudness_end": 0.0,
            "pitches": [
                0.624,
                1.0,
                0.858,
                0.348,
                0.425,
                0.177,
                0.128,
                0.209,
                0.124,
                0.085,
                0.07,
                0.443
            ],
            "timbre": [
                52.197,
                60.329,
                -30.904,
                57.022,
                -19.223,
                -40.513,
                8.214,
                1.334,
                4.798,
                -5.445,
                -30.881,
                13.587
            ]
        },
        {
            "start": 133.10847,
            "duration": 0.22531,
            "confidence": 0.866,
            "loudness_start": -18.793,
            "loudness_max_time": 0.01935,
            "loudness_max": -7.987,
            "loudness_end": 0.0,
            "pitches": [
                0.079,
                0.048,
                0.061,
                0.079,
                0.083,
                0.09,
                0.403,
                0.066,
                0.071,
                0.105,
                0.186,
                1.0
            ],
            "timbre": [
                49.362,
                36.671,
                81.455,
                44.909,
                61.699,
                -34.357,
                15.491,
                -25.558,
                -8.007,
                37.648,
                -20.225,
                31.87
            ]
        },
        {
            "start": 133.33379,
            "duration": 0.36095,
            "confidence": 1.0,
            "loudness_start": -14.859,
            "loudness_max_time": 0.02389,
            "loudness_max": -0.421,
            "loudness_end": 0.0,
            "pitches": [
                0.647,
                1.0,
                0.93,
                0.317,
                0.365,
                0.179,
                0.154,
                0.227,
                0.116,
                0.107,
                0.12,
                0.566
            ],
            "timbre": [
                53.253,
                42.167,
                -23.324,
                53.787,
                25.297,
                -12.214,
                4.481,
                10.162,
                5.223,
                -12.807,
                28.346,
                0.09
            ]
        },
        {
            "start": 133.69473,
            "duration": 0.14558,
            "confidence": 0.758,
            "loudness_start": -18.889,
            "loudness_max_time": 0.0718,
            "loudness_max": -8.127,
            "loudness_end": 0.0,
            "pitches": [
                0.558,
                0.097,
                0.091,
                0.139,
                0.083,
                0.079,
                1.0,
                0.209,
                0.144,
                0.31,
                0.179,
                0.753
            ],
            "timbre": [
                49.008,
                46.115,
                70.49,
                7.45,
                82.583,
                -15.588,
                -6.647,
                -13.074,
                -16.511,
                27.966,
                -2.992,
                3.542
            ]
        },
        {
            "start": 133.84032,
            "duration": 0.3771,
            "confidence": 0.831,
            "loudness_start": -14.704,
            "loudness_max_time": 0.03932,
            "loudness_max": -3.955,
            "loudness_end": 0.0,
            "pitches": [
                0.196,
                0.298,
                0.355,
                0.214,
                0.257,
                0.269,
                0.611,
                0.931,
                1.0,
                0.601,
                0.284,
                0.237
            ],
            "timbre": [
                50.192,
                12.441,
                32.96,
                8.805,
                45.93,
                -4.705,
                20.177,
                22.668,
                19.99,
                18.822,
                1.496,
                -0.08
            ]
        },
        {
            "start": 134.2174,
            "duration": 0.13882,
            "confidence": 0.478,
            "loudness_start": -13.598,
            "loudness_max_time": 0.07193,
            "loudness_max": -8.024,
            "loudness_end": 0.0,
            "pitches": [
                0.172,
                1.0,
                0.565,
                0.138,
                0.114,
                0.169,
                0.126,
                0.176,
                0.277,
                0.235,
                0.099,
                0.19
            ],
            "timbre": [
                50.063,
                38.457,
                60.458,
                -10.065,
                69.994,
                -24.254,
                -1.312,
                3.072,
                -11.336,
                22.222,
                -4.87,
                11.534
            ]
        },
        {
            "start": 134.35625,
            "duration": 0.43574,
            "confidence": 0.995,
            "loudness_start": -11.829,
            "loudness_max_time": 0.0642,
            "loudness_max": 1.984,
            "loudness_end": 0.0,
            "pitches": [
                0.25,
                0.365,
                0.367,
                0.202,
                0.206,
                0.23,
                0.538,
                0.88,
                1.0,
                0.584,
                0.254,
                0.236
            ],
            "timbre": [
                55.333,
                92.354,
                43.702,
                -23.41,
                48.087,
                29.178,
                18.413,
                22.786,
                5.667,
                12.972,
                -1.078,
                6.982
            ]
        },
        {
            "start": 134.79198,
            "duration": 0.10444,
            "confidence": 0.462,
            "loudness_start": -9.385,
            "loudness_max_time": 0.02918,
            "loudness_max": -4.395,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.58,
                0.234,
                0.151,
                0.247,
                0.299,
                0.541,
                0.671,
                0.563,
                0.618,
                0.337,
                0.967
            ],
            "timbre": [
                54.425,
                161.695,
                64.316,
                3.703,
                96.761,
                -24.484,
                -1.746,
                5.37,
                -10.977,
                -7.553,
                -1.914,
                15.577
            ]
        },
        {
            "start": 134.89642,
            "duration": 0.31909,
            "confidence": 0.654,
            "loudness_start": -6.968,
            "loudness_max_time": 0.05857,
            "loudness_max": 0.121,
            "loudness_end": 0.0,
            "pitches": [
                0.561,
                1.0,
                0.845,
                0.441,
                0.654,
                0.323,
                0.203,
                0.245,
                0.157,
                0.064,
                0.093,
                0.616
            ],
            "timbre": [
                57.297,
                102.32,
                34.386,
                -8.441,
                42.065,
                -26.278,
                27.026,
                19.84,
                1.471,
                27.425,
                17.91,
                15.191
            ]
        },
        {
            "start": 135.21552,
            "duration": 0.21492,
            "confidence": 0.345,
            "loudness_start": -6.481,
            "loudness_max_time": 0.07947,
            "loudness_max": -2.284,
            "loudness_end": 0.0,
            "pitches": [
                0.095,
                0.31,
                1.0,
                0.24,
                0.105,
                0.052,
                0.104,
                0.052,
                0.071,
                0.193,
                0.053,
                0.554
            ],
            "timbre": [
                55.742,
                111.454,
                88.401,
                -3.909,
                41.385,
                -32.244,
                -10.496,
                2.869,
                -4.462,
                18.547,
                -6.585,
                40.437
            ]
        },
        {
            "start": 135.43044,
            "duration": 0.25537,
            "confidence": 0.363,
            "loudness_start": -6.786,
            "loudness_max_time": 0.01361,
            "loudness_max": 0.157,
            "loudness_end": 0.0,
            "pitches": [
                0.543,
                0.996,
                1.0,
                0.413,
                0.363,
                0.203,
                0.127,
                0.196,
                0.112,
                0.065,
                0.071,
                0.403
            ],
            "timbre": [
                55.128,
                91.781,
                -30.093,
                31.802,
                -5.986,
                -63.008,
                -7.272,
                36.805,
                2.661,
                8.981,
                -8.814,
                8.531
            ]
        },
        {
            "start": 135.6858,
            "duration": 0.2727,
            "confidence": 0.518,
            "loudness_start": -11.615,
            "loudness_max_time": 0.04143,
            "loudness_max": -6.276,
            "loudness_end": 0.0,
            "pitches": [
                0.239,
                1.0,
                0.343,
                0.062,
                0.062,
                0.06,
                0.054,
                0.078,
                0.079,
                0.118,
                0.059,
                0.15
            ],
            "timbre": [
                51.361,
                99.277,
                5.763,
                10.068,
                29.495,
                -8.499,
                -44.458,
                -14.313,
                5.408,
                2.2,
                -24.844,
                11.975
            ]
        },
        {
            "start": 135.9585,
            "duration": 0.22671,
            "confidence": 0.891,
            "loudness_start": -15.528,
            "loudness_max_time": 0.06535,
            "loudness_max": -3.934,
            "loudness_end": 0.0,
            "pitches": [
                0.557,
                1.0,
                0.992,
                0.484,
                0.44,
                0.208,
                0.139,
                0.21,
                0.114,
                0.124,
                0.037,
                0.421
            ],
            "timbre": [
                53.78,
                10.444,
                -1.225,
                -13.828,
                -7.975,
                -41.758,
                9.1,
                16.501,
                3.904,
                13.606,
                -25.676,
                -7.177
            ]
        },
        {
            "start": 136.18523,
            "duration": 0.19129,
            "confidence": 0.23,
            "loudness_start": -12.756,
            "loudness_max_time": 0.06642,
            "loudness_max": -8.007,
            "loudness_end": 0.0,
            "pitches": [
                0.365,
                0.586,
                0.984,
                0.364,
                0.293,
                0.247,
                0.3,
                0.338,
                0.361,
                1.0,
                0.388,
                0.43
            ],
            "timbre": [
                50.339,
                198.166,
                67.261,
                4.503,
                91.791,
                -34.946,
                -15.89,
                8.037,
                29.889,
                -20.949,
                0.16,
                4.797
            ]
        },
        {
            "start": 136.37651,
            "duration": 0.10476,
            "confidence": 0.522,
            "loudness_start": -11.498,
            "loudness_max_time": 0.06747,
            "loudness_max": -5.963,
            "loudness_end": 0.0,
            "pitches": [
                0.207,
                1.0,
                0.844,
                0.161,
                0.107,
                0.096,
                0.064,
                0.12,
                0.977,
                0.363,
                0.108,
                0.122
            ],
            "timbre": [
                52.642,
                92.624,
                100.665,
                -8.289,
                90.495,
                -34.338,
                -24.707,
                12.802,
                24.77,
                26.335,
                -1.794,
                2.786
            ]
        },
        {
            "start": 136.48128,
            "duration": 0.45859,
            "confidence": 0.676,
            "loudness_start": -8.886,
            "loudness_max_time": 0.00639,
            "loudness_max": 0.147,
            "loudness_end": 0.0,
            "pitches": [
                0.277,
                0.358,
                0.294,
                0.114,
                0.147,
                0.255,
                0.574,
                0.919,
                1.0,
                0.571,
                0.219,
                0.138
            ],
            "timbre": [
                53.998,
                63.033,
                -29.841,
                59.555,
                13.624,
                -66.741,
                -8.605,
                7.684,
                8.197,
                -14.028,
                -26.696,
                7.541
            ]
        },
        {
            "start": 136.93987,
            "duration": 0.31923,
            "confidence": 0.884,
            "loudness_start": -14.089,
            "loudness_max_time": 0.06977,
            "loudness_max": -2.275,
            "loudness_end": 0.0,
            "pitches": [
                0.419,
                1.0,
                0.984,
                0.728,
                0.672,
                0.424,
                0.31,
                0.35,
                0.236,
                0.134,
                0.136,
                0.347
            ],
            "timbre": [
                48.894,
                92.306,
                23.486,
                -21.938,
                24.49,
                3.12,
                24.858,
                -6.588,
                22.603,
                -12.637,
                -40.014,
                17.411
            ]
        },
        {
            "start": 137.2591,
            "duration": 0.23215,
            "confidence": 0.959,
            "loudness_start": -20.921,
            "loudness_max_time": 0.07104,
            "loudness_max": -7.564,
            "loudness_end": 0.0,
            "pitches": [
                0.18,
                0.074,
                0.06,
                0.061,
                0.057,
                0.062,
                0.193,
                0.058,
                0.077,
                0.198,
                0.618,
                1.0
            ],
            "timbre": [
                49.077,
                69.074,
                55.16,
                31.421,
                42.223,
                5.93,
                8.367,
                -26.777,
                6.661,
                25.939,
                -4.174,
                18.309
            ]
        },
        {
            "start": 137.49126,
            "duration": 0.30218,
            "confidence": 1.0,
            "loudness_start": -17.84,
            "loudness_max_time": 0.0407,
            "loudness_max": -0.802,
            "loudness_end": 0.0,
            "pitches": [
                0.482,
                0.922,
                1.0,
                0.556,
                0.482,
                0.235,
                0.191,
                0.238,
                0.133,
                0.103,
                0.159,
                0.611
            ],
            "timbre": [
                51.596,
                73.338,
                -27.263,
                -13.381,
                40.281,
                58.081,
                15.946,
                1.47,
                -18.904,
                29.029,
                -9.581,
                2.652
            ]
        },
        {
            "start": 137.79343,
            "duration": 0.24327,
            "confidence": 0.713,
            "loudness_start": -14.529,
            "loudness_max_time": 0.15556,
            "loudness_max": -6.809,
            "loudness_end": 0.0,
            "pitches": [
                0.189,
                0.078,
                0.052,
                0.082,
                0.092,
                0.081,
                0.179,
                0.146,
                0.14,
                0.265,
                0.282,
                1.0
            ],
            "timbre": [
                49.634,
                56.547,
                25.43,
                -43.866,
                14.372,
                0.482,
                -29.468,
                30.654,
                22.604,
                -27.017,
                5.823,
                8.527
            ]
        },
        {
            "start": 138.0367,
            "duration": 0.27288,
            "confidence": 0.824,
            "loudness_start": -18.986,
            "loudness_max_time": 0.01753,
            "loudness_max": -2.636,
            "loudness_end": 0.0,
            "pitches": [
                0.573,
                1.0,
                0.889,
                0.458,
                0.48,
                0.214,
                0.239,
                0.238,
                0.114,
                0.064,
                0.098,
                0.537
            ],
            "timbre": [
                52.176,
                2.113,
                -8.414,
                34.763,
                6.493,
                -44.929,
                30.899,
                -5.504,
                5.959,
                33.987,
                13.207,
                16.838
            ]
        },
        {
            "start": 138.30957,
            "duration": 0.11524,
            "confidence": 0.44,
            "loudness_start": -16.445,
            "loudness_max_time": 0.02543,
            "loudness_max": -9.757,
            "loudness_end": 0.0,
            "pitches": [
                0.088,
                0.057,
                0.031,
                0.051,
                0.319,
                0.086,
                0.056,
                0.081,
                0.205,
                1.0,
                0.337,
                0.065
            ],
            "timbre": [
                46.731,
                -20.324,
                19.984,
                19.024,
                56.794,
                -32.278,
                -19.468,
                -5.768,
                -13.115,
                30.084,
                11.044,
                12.039
            ]
        },
        {
            "start": 138.4248,
            "duration": 0.12263,
            "confidence": 0.732,
            "loudness_start": -15.497,
            "loudness_max_time": 0.03662,
            "loudness_max": -8.204,
            "loudness_end": 0.0,
            "pitches": [
                0.117,
                0.13,
                0.102,
                0.125,
                0.578,
                0.159,
                0.152,
                0.201,
                0.339,
                1.0,
                0.321,
                0.146
            ],
            "timbre": [
                50.466,
                33.289,
                42.934,
                -27.809,
                47.765,
                -18.177,
                -25.427,
                35.945,
                0.844,
                10.011,
                11.704,
                -4.195
            ]
        },
        {
            "start": 138.54744,
            "duration": 0.4181,
            "confidence": 0.806,
            "loudness_start": -10.01,
            "loudness_max_time": 0.02693,
            "loudness_max": -0.1,
            "loudness_end": 0.0,
            "pitches": [
                0.176,
                0.27,
                0.332,
                0.178,
                0.2,
                0.243,
                0.545,
                0.905,
                1.0,
                0.61,
                0.268,
                0.147
            ],
            "timbre": [
                53.719,
                86.915,
                -21.634,
                43.581,
                16.43,
                -15.126,
                -5.893,
                23.4,
                5.781,
                11.635,
                12.981,
                1.82
            ]
        },
        {
            "start": 138.96553,
            "duration": 0.11605,
            "confidence": 0.154,
            "loudness_start": -15.838,
            "loudness_max_time": 0.01426,
            "loudness_max": -11.362,
            "loudness_end": 0.0,
            "pitches": [
                0.23,
                0.233,
                0.19,
                0.11,
                0.304,
                0.163,
                0.208,
                0.449,
                0.589,
                1.0,
                0.308,
                0.22
            ],
            "timbre": [
                46.393,
                104.229,
                45.15,
                1.347,
                81.574,
                -60.635,
                33.472,
                56.075,
                -7.171,
                -0.208,
                -2.514,
                -3.445
            ]
        },
        {
            "start": 139.08159,
            "duration": 0.27297,
            "confidence": 0.915,
            "loudness_start": -15.043,
            "loudness_max_time": 0.01517,
            "loudness_max": -1.955,
            "loudness_end": 0.0,
            "pitches": [
                0.583,
                1.0,
                0.895,
                0.471,
                0.626,
                0.219,
                0.151,
                0.22,
                0.118,
                0.098,
                0.09,
                0.448
            ],
            "timbre": [
                53.103,
                62.156,
                -21.872,
                18.12,
                -6.554,
                -41.444,
                -2.631,
                7.102,
                6.132,
                34.027,
                -5.388,
                0.78
            ]
        },
        {
            "start": 139.35455,
            "duration": 0.12236,
            "confidence": 0.562,
            "loudness_start": -17.601,
            "loudness_max_time": 0.03963,
            "loudness_max": -11.517,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.447,
                0.426,
                0.358,
                0.469,
                0.358,
                0.23,
                0.216,
                0.398,
                0.726,
                0.445,
                0.936
            ],
            "timbre": [
                47.514,
                59.187,
                72.977,
                15.265,
                60.144,
                -15.74,
                7.412,
                -46.161,
                0.505,
                30.023,
                -17.796,
                14.731
            ]
        },
        {
            "start": 139.47691,
            "duration": 0.12744,
            "confidence": 0.68,
            "loudness_start": -13.189,
            "loudness_max_time": 0.05937,
            "loudness_max": -5.888,
            "loudness_end": 0.0,
            "pitches": [
                0.146,
                0.21,
                1.0,
                0.409,
                0.233,
                0.115,
                0.348,
                0.085,
                0.206,
                0.458,
                0.095,
                0.094
            ],
            "timbre": [
                52.282,
                101.074,
                61.31,
                -35.251,
                34.107,
                -4.692,
                -33.078,
                43.588,
                26.381,
                -26.289,
                16.312,
                12.332
            ]
        },
        {
            "start": 139.60435,
            "duration": 0.52898,
            "confidence": 0.69,
            "loudness_start": -7.66,
            "loudness_max_time": 0.01712,
            "loudness_max": 0.051,
            "loudness_end": 0.0,
            "pitches": [
                0.266,
                0.677,
                0.451,
                0.134,
                0.215,
                0.268,
                0.562,
                0.907,
                1.0,
                0.636,
                0.24,
                0.159
            ],
            "timbre": [
                55.087,
                53.786,
                -6.961,
                45.497,
                5.755,
                -49.167,
                -5.635,
                -6.934,
                2.188,
                2.281,
                -4.1,
                13.941
            ]
        },
        {
            "start": 140.13333,
            "duration": 0.21329,
            "confidence": 0.805,
            "loudness_start": -13.882,
            "loudness_max_time": 0.00642,
            "loudness_max": -4.045,
            "loudness_end": 0.0,
            "pitches": [
                0.529,
                1.0,
                0.932,
                0.509,
                0.448,
                0.226,
                0.173,
                0.217,
                0.12,
                0.093,
                0.044,
                0.442
            ],
            "timbre": [
                53.004,
                -5.265,
                -15.617,
                3.054,
                -3.34,
                -58.539,
                19.91,
                0.674,
                6.446,
                8.458,
                -15.96,
                2.298
            ]
        },
        {
            "start": 140.34662,
            "duration": 0.17465,
            "confidence": 0.31,
            "loudness_start": -12.005,
            "loudness_max_time": 0.02154,
            "loudness_max": -6.756,
            "loudness_end": 0.0,
            "pitches": [
                0.242,
                0.546,
                0.651,
                0.299,
                0.3,
                0.303,
                0.238,
                0.196,
                0.251,
                1.0,
                0.473,
                0.276
            ],
            "timbre": [
                51.525,
                160.066,
                55.077,
                -10.272,
                107.717,
                -39.904,
                5.638,
                14.203,
                31.612,
                -31.73,
                15.684,
                17.453
            ]
        },
        {
            "start": 140.52127,
            "duration": 0.07596,
            "confidence": 0.373,
            "loudness_start": -11.353,
            "loudness_max_time": 0.04264,
            "loudness_max": -6.409,
            "loudness_end": 0.0,
            "pitches": [
                0.472,
                0.801,
                1.0,
                0.487,
                0.399,
                0.349,
                0.191,
                0.203,
                0.214,
                0.594,
                0.251,
                0.392
            ],
            "timbre": [
                51.913,
                90.174,
                73.672,
                0.627,
                71.256,
                -34.656,
                -9.633,
                -41.009,
                -17.039,
                64.621,
                -6.436,
                6.029
            ]
        },
        {
            "start": 140.59723,
            "duration": 0.43542,
            "confidence": 0.71,
            "loudness_start": -8.263,
            "loudness_max_time": 0.06554,
            "loudness_max": 0.147,
            "loudness_end": 0.0,
            "pitches": [
                0.194,
                0.507,
                0.471,
                0.272,
                0.268,
                0.245,
                0.521,
                0.896,
                1.0,
                0.652,
                0.321,
                0.172
            ],
            "timbre": [
                52.982,
                72.701,
                42.64,
                13.12,
                41.917,
                -12.463,
                -2.635,
                -1.035,
                7.645,
                -9.065,
                -33.565,
                11.372
            ]
        },
        {
            "start": 141.03265,
            "duration": 0.08086,
            "confidence": 0.372,
            "loudness_start": -15.303,
            "loudness_max_time": 0.04139,
            "loudness_max": -12.432,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                0.573,
                0.214,
                0.271,
                0.439,
                0.329,
                0.219,
                0.164,
                0.298,
                1.0,
                0.234,
                0.24
            ],
            "timbre": [
                47.584,
                88.219,
                99.137,
                -14.005,
                50.078,
                -35.613,
                48.572,
                29.006,
                9.823,
                0.77,
                2.402,
                -5.01
            ]
        },
        {
            "start": 141.11351,
            "duration": 0.3307,
            "confidence": 0.818,
            "loudness_start": -11.79,
            "loudness_max_time": 0.07136,
            "loudness_max": -1.694,
            "loudness_end": 0.0,
            "pitches": [
                0.44,
                1.0,
                0.985,
                0.702,
                0.66,
                0.405,
                0.31,
                0.362,
                0.239,
                0.149,
                0.14,
                0.389
            ],
            "timbre": [
                49.599,
                100.439,
                31.616,
                8.875,
                15.762,
                -0.447,
                31.325,
                -15.748,
                -2.716,
                4.211,
                -52.936,
                14.448
            ]
        },
        {
            "start": 141.44421,
            "duration": 0.25029,
            "confidence": 1.0,
            "loudness_start": -19.463,
            "loudness_max_time": 0.04599,
            "loudness_max": -4.368,
            "loudness_end": 0.0,
            "pitches": [
                0.143,
                0.166,
                0.613,
                0.311,
                0.159,
                0.153,
                0.681,
                0.458,
                0.492,
                0.439,
                0.329,
                1.0
            ],
            "timbre": [
                52.083,
                80.317,
                111.994,
                63.218,
                66.029,
                2.447,
                45.115,
                -33.31,
                -16.6,
                10.577,
                0.341,
                32.258
            ]
        },
        {
            "start": 141.6945,
            "duration": 0.20322,
            "confidence": 0.894,
            "loudness_start": -12.035,
            "loudness_max_time": 0.01167,
            "loudness_max": -0.584,
            "loudness_end": 0.0,
            "pitches": [
                0.553,
                0.977,
                1.0,
                0.603,
                0.44,
                0.26,
                0.173,
                0.226,
                0.118,
                0.109,
                0.124,
                0.608
            ],
            "timbre": [
                56.289,
                68.268,
                -8.089,
                2.566,
                -3.389,
                -58.708,
                12.406,
                31.232,
                -3.508,
                6.164,
                1.441,
                6.968
            ]
        },
        {
            "start": 141.89774,
            "duration": 0.13311,
            "confidence": 0.189,
            "loudness_start": -8.136,
            "loudness_max_time": 0.02063,
            "loudness_max": -3.169,
            "loudness_end": 0.0,
            "pitches": [
                0.788,
                0.515,
                0.537,
                0.348,
                0.297,
                0.239,
                0.262,
                0.201,
                0.239,
                1.0,
                0.458,
                0.917
            ],
            "timbre": [
                53.096,
                121.882,
                44.956,
                48.171,
                31.325,
                -38.233,
                -18.622,
                -8.353,
                -19.287,
                -18.917,
                -12.655,
                2.464
            ]
        },
        {
            "start": 142.03084,
            "duration": 0.19111,
            "confidence": 0.631,
            "loudness_start": -12.392,
            "loudness_max_time": 0.06986,
            "loudness_max": -5.401,
            "loudness_end": 0.0,
            "pitches": [
                0.434,
                0.128,
                0.33,
                0.142,
                0.33,
                0.13,
                0.598,
                0.288,
                0.176,
                1.0,
                0.172,
                0.66
            ],
            "timbre": [
                51.803,
                107.173,
                90.672,
                -3.571,
                70.037,
                -10.359,
                -17.574,
                -11.001,
                -18.927,
                21.302,
                -2.202,
                10.098
            ]
        },
        {
            "start": 142.22195,
            "duration": 0.06268,
            "confidence": 0.486,
            "loudness_start": -8.988,
            "loudness_max_time": 0.00677,
            "loudness_max": -2.774,
            "loudness_end": 0.0,
            "pitches": [
                0.897,
                1.0,
                0.764,
                0.782,
                0.66,
                0.655,
                0.648,
                0.617,
                0.742,
                0.735,
                0.981,
                0.517
            ],
            "timbre": [
                54.56,
                -8.789,
                -7.971,
                -17.366,
                -17.384,
                -68.525,
                42.14,
                3.562,
                -14.704,
                7.527,
                -10.75,
                17.444
            ]
        },
        {
            "start": 142.28464,
            "duration": 0.2859,
            "confidence": 0.509,
            "loudness_start": -6.359,
            "loudness_max_time": 0.02159,
            "loudness_max": 1.272,
            "loudness_end": 0.0,
            "pitches": [
                0.915,
                0.821,
                0.351,
                0.235,
                0.165,
                0.118,
                0.429,
                0.158,
                0.089,
                0.274,
                0.136,
                1.0
            ],
            "timbre": [
                55.906,
                97.201,
                30.095,
                54.786,
                30.052,
                -46.003,
                58.958,
                3.611,
                19.237,
                5.92,
                5.234,
                23.524
            ]
        },
        {
            "start": 142.57053,
            "duration": 0.15678,
            "confidence": 0.264,
            "loudness_start": -9.516,
            "loudness_max_time": 0.11363,
            "loudness_max": -5.064,
            "loudness_end": 0.0,
            "pitches": [
                0.195,
                1.0,
                0.283,
                0.147,
                0.244,
                0.143,
                0.408,
                0.255,
                0.336,
                0.297,
                0.142,
                0.655
            ],
            "timbre": [
                53.322,
                67.281,
                72.992,
                -22.331,
                83.054,
                -34.32,
                -3.704,
                8.909,
                -0.902,
                -0.005,
                0.017,
                11.278
            ]
        },
        {
            "start": 142.7273,
            "duration": 0.4058,
            "confidence": 0.698,
            "loudness_start": -6.837,
            "loudness_max_time": 0.0216,
            "loudness_max": 0.478,
            "loudness_end": 0.0,
            "pitches": [
                0.205,
                0.345,
                0.306,
                0.159,
                0.179,
                0.234,
                0.536,
                0.881,
                1.0,
                0.595,
                0.242,
                0.229
            ],
            "timbre": [
                56.999,
                100.555,
                10.706,
                22.284,
                27.093,
                -33.372,
                -0.359,
                35.834,
                9.976,
                9.013,
                3.77,
                10.67
            ]
        },
        {
            "start": 143.1331,
            "duration": 0.12236,
            "confidence": 0.546,
            "loudness_start": -13.465,
            "loudness_max_time": 0.03232,
            "loudness_max": -5.933,
            "loudness_end": 0.0,
            "pitches": [
                0.419,
                0.63,
                0.309,
                0.216,
                0.377,
                0.638,
                0.608,
                0.67,
                1.0,
                0.669,
                0.436,
                0.491
            ],
            "timbre": [
                50.66,
                198.367,
                38.83,
                7.688,
                77.846,
                -13.529,
                7.467,
                30.754,
                30.383,
                -10.534,
                8.29,
                -17.969
            ]
        },
        {
            "start": 143.25546,
            "duration": 0.41098,
            "confidence": 0.663,
            "loudness_start": -11.593,
            "loudness_max_time": 0.01717,
            "loudness_max": -2.481,
            "loudness_end": 0.0,
            "pitches": [
                0.176,
                0.242,
                0.279,
                0.147,
                0.261,
                0.27,
                0.582,
                0.947,
                1.0,
                0.554,
                0.203,
                0.162
            ],
            "timbre": [
                53.203,
                81.215,
                -24.94,
                9.344,
                21.681,
                -42.6,
                3.441,
                -21.285,
                -9.24,
                20.166,
                -1.796,
                13.307
            ]
        },
        {
            "start": 143.66644,
            "duration": 0.11143,
            "confidence": 0.719,
            "loudness_start": -12.092,
            "loudness_max_time": 0.05743,
            "loudness_max": -4.743,
            "loudness_end": 0.0,
            "pitches": [
                0.072,
                0.186,
                1.0,
                0.344,
                0.241,
                0.059,
                0.236,
                0.157,
                0.223,
                0.374,
                0.107,
                0.057
            ],
            "timbre": [
                52.421,
                120.865,
                58.253,
                -37.763,
                48.514,
                8.325,
                -34.677,
                26.856,
                36.823,
                -17.831,
                5.529,
                13.35
            ]
        },
        {
            "start": 143.77786,
            "duration": 0.25546,
            "confidence": 0.608,
            "loudness_start": -7.874,
            "loudness_max_time": 0.01346,
            "loudness_max": -0.121,
            "loudness_end": 0.0,
            "pitches": [
                0.558,
                0.996,
                1.0,
                0.426,
                0.37,
                0.187,
                0.116,
                0.202,
                0.132,
                0.124,
                0.125,
                0.414
            ],
            "timbre": [
                55.733,
                75.957,
                -13.005,
                30.617,
                -1.368,
                -52.436,
                5.026,
                22.896,
                15.304,
                12.241,
                -6.772,
                7.187
            ]
        },
        {
            "start": 144.03333,
            "duration": 0.27274,
            "confidence": 0.304,
            "loudness_start": -10.4,
            "loudness_max_time": 0.04751,
            "loudness_max": -5.85,
            "loudness_end": 0.0,
            "pitches": [
                0.166,
                1.0,
                0.235,
                0.073,
                0.153,
                0.085,
                0.07,
                0.074,
                0.072,
                0.11,
                0.089,
                0.077
            ],
            "timbre": [
                51.101,
                97.96,
                7.109,
                -2.812,
                22.868,
                -1.832,
                -50.119,
                -1.678,
                5.226,
                -3.926,
                -30.066,
                18.345
            ]
        },
        {
            "start": 144.30608,
            "duration": 0.22635,
            "confidence": 0.905,
            "loudness_start": -15.418,
            "loudness_max_time": 0.00831,
            "loudness_max": -3.837,
            "loudness_end": 0.0,
            "pitches": [
                0.514,
                1.0,
                0.92,
                0.457,
                0.419,
                0.2,
                0.163,
                0.201,
                0.112,
                0.116,
                0.052,
                0.402
            ],
            "timbre": [
                53.499,
                22.53,
                -6.935,
                -9.899,
                -16.155,
                -45.451,
                18.28,
                8.243,
                -5.385,
                7.95,
                -24.25,
                3.471
            ]
        },
        {
            "start": 144.53242,
            "duration": 0.16272,
            "confidence": 0.327,
            "loudness_start": -13.939,
            "loudness_max_time": 0.074,
            "loudness_max": -8.265,
            "loudness_end": 0.0,
            "pitches": [
                0.445,
                0.578,
                1.0,
                0.377,
                0.338,
                0.403,
                0.418,
                0.434,
                0.356,
                0.725,
                0.639,
                0.554
            ],
            "timbre": [
                49.829,
                208.229,
                47.276,
                -15.097,
                75.624,
                -30.213,
                -15.349,
                0.3,
                23.161,
                -25.427,
                -1.959,
                14.405
            ]
        },
        {
            "start": 144.69514,
            "duration": 0.12177,
            "confidence": 0.387,
            "loudness_start": -12.2,
            "loudness_max_time": 0.06073,
            "loudness_max": -8.017,
            "loudness_end": 0.0,
            "pitches": [
                0.36,
                1.0,
                0.698,
                0.178,
                0.424,
                0.213,
                0.167,
                0.196,
                0.301,
                0.215,
                0.14,
                0.294
            ],
            "timbre": [
                50.536,
                145.841,
                93.638,
                -7.914,
                66.538,
                -26.003,
                -15.339,
                -20.172,
                -18.827,
                47.736,
                -5.947,
                4.297
            ]
        },
        {
            "start": 144.81693,
            "duration": 0.46993,
            "confidence": 0.809,
            "loudness_start": -9.362,
            "loudness_max_time": 0.01858,
            "loudness_max": 0.074,
            "loudness_end": 0.0,
            "pitches": [
                0.264,
                0.348,
                0.334,
                0.136,
                0.17,
                0.25,
                0.564,
                0.928,
                1.0,
                0.622,
                0.242,
                0.143
            ],
            "timbre": [
                54.223,
                70.7,
                -14.787,
                63.424,
                21.337,
                -28.643,
                -2.998,
                16.427,
                4.614,
                6.758,
                -3.328,
                5.933
            ]
        },
        {
            "start": 145.28685,
            "duration": 0.32531,
            "confidence": 0.965,
            "loudness_start": -15.647,
            "loudness_max_time": 0.07194,
            "loudness_max": -2.518,
            "loudness_end": 0.0,
            "pitches": [
                0.438,
                1.0,
                0.967,
                0.716,
                0.669,
                0.401,
                0.294,
                0.347,
                0.238,
                0.125,
                0.137,
                0.348
            ],
            "timbre": [
                48.161,
                110.014,
                26.983,
                -47.765,
                6.435,
                8.609,
                22.982,
                -14.123,
                5.724,
                -5.929,
                -36.401,
                19.634
            ]
        },
        {
            "start": 145.61215,
            "duration": 0.24975,
            "confidence": 0.822,
            "loudness_start": -19.087,
            "loudness_max_time": 0.02525,
            "loudness_max": -9.189,
            "loudness_end": 0.0,
            "pitches": [
                0.198,
                0.102,
                0.19,
                0.083,
                0.097,
                0.067,
                0.149,
                0.088,
                0.123,
                0.34,
                0.694,
                1.0
            ],
            "timbre": [
                48.75,
                64.833,
                66.892,
                34.708,
                54.408,
                -21.994,
                11.274,
                -14.136,
                2.1,
                30.878,
                -11.336,
                12.438
            ]
        },
        {
            "start": 145.8619,
            "duration": 0.27474,
            "confidence": 0.983,
            "loudness_start": -14.829,
            "loudness_max_time": 0.01778,
            "loudness_max": -0.585,
            "loudness_end": 0.0,
            "pitches": [
                0.588,
                1.0,
                0.996,
                0.433,
                0.387,
                0.185,
                0.142,
                0.215,
                0.113,
                0.09,
                0.141,
                0.611
            ],
            "timbre": [
                53.978,
                68.463,
                -30.901,
                37.881,
                5.66,
                -33.825,
                -0.604,
                9.867,
                -19.754,
                19.14,
                1.1,
                2.253
            ]
        },
        {
            "start": 146.13664,
            "duration": 0.24748,
            "confidence": 0.658,
            "loudness_start": -13.872,
            "loudness_max_time": 0.06433,
            "loudness_max": -7.442,
            "loudness_end": 0.0,
            "pitches": [
                0.169,
                0.106,
                0.143,
                0.11,
                0.129,
                0.082,
                0.25,
                0.132,
                0.126,
                0.254,
                0.271,
                1.0
            ],
            "timbre": [
                49.63,
                78.092,
                24.46,
                -50.457,
                37.447,
                -3.414,
                -39.148,
                37.812,
                19.146,
                -25.148,
                6.404,
                -10.077
            ]
        },
        {
            "start": 146.38412,
            "duration": 0.26912,
            "confidence": 0.863,
            "loudness_start": -16.658,
            "loudness_max_time": 0.02797,
            "loudness_max": -2.415,
            "loudness_end": 0.0,
            "pitches": [
                0.714,
                1.0,
                0.891,
                0.456,
                0.426,
                0.26,
                0.299,
                0.303,
                0.231,
                0.163,
                0.211,
                0.601
            ],
            "timbre": [
                53.734,
                18.973,
                -8.475,
                14.937,
                6.134,
                -31.375,
                24.67,
                -9.681,
                3.897,
                22.44,
                16.227,
                16.88
            ]
        },
        {
            "start": 146.65324,
            "duration": 0.12544,
            "confidence": 0.395,
            "loudness_start": -13.112,
            "loudness_max_time": 0.02393,
            "loudness_max": -6.561,
            "loudness_end": 0.0,
            "pitches": [
                0.265,
                0.566,
                0.169,
                0.161,
                0.333,
                0.196,
                0.256,
                0.172,
                0.493,
                1.0,
                0.296,
                0.201
            ],
            "timbre": [
                50.134,
                -4.516,
                22.089,
                21.123,
                45.08,
                -20.638,
                -1.137,
                -10.167,
                -5.363,
                5.029,
                -3.033,
                17.361
            ]
        },
        {
            "start": 146.77869,
            "duration": 0.1278,
            "confidence": 0.738,
            "loudness_start": -13.682,
            "loudness_max_time": 0.02602,
            "loudness_max": -4.057,
            "loudness_end": 0.0,
            "pitches": [
                0.306,
                0.321,
                0.214,
                0.144,
                0.363,
                0.268,
                0.192,
                0.23,
                0.697,
                1.0,
                0.283,
                0.346
            ],
            "timbre": [
                54.017,
                40.578,
                26.753,
                -16.188,
                34.515,
                -30.607,
                3.664,
                14.335,
                -1.127,
                9.289,
                16.937,
                3.313
            ]
        },
        {
            "start": 146.9065,
            "duration": 0.25002,
            "confidence": 0.671,
            "loudness_start": -6.861,
            "loudness_max_time": 0.01688,
            "loudness_max": 0.763,
            "loudness_end": 0.0,
            "pitches": [
                0.568,
                1.0,
                0.932,
                0.537,
                0.465,
                0.288,
                0.242,
                0.324,
                0.239,
                0.407,
                0.166,
                0.471
            ],
            "timbre": [
                57.735,
                70.429,
                1.523,
                1.3,
                17.745,
                -45.593,
                -1.302,
                20.762,
                15.073,
                26.466,
                8.147,
                4.642
            ]
        },
        {
            "start": 147.15651,
            "duration": 0.26658,
            "confidence": 0.455,
            "loudness_start": -9.466,
            "loudness_max_time": 0.06379,
            "loudness_max": -3.775,
            "loudness_end": 0.0,
            "pitches": [
                0.608,
                0.371,
                0.529,
                0.561,
                0.987,
                0.589,
                0.996,
                0.491,
                0.421,
                1.0,
                0.672,
                0.732
            ],
            "timbre": [
                53.636,
                49.434,
                41.246,
                6.147,
                43.72,
                -20.089,
                14.684,
                -4.647,
                8.937,
                8.612,
                -15.275,
                23.094
            ]
        },
        {
            "start": 147.42308,
            "duration": 0.1629,
            "confidence": 0.581,
            "loudness_start": -12.011,
            "loudness_max_time": 0.02168,
            "loudness_max": -4.018,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.577,
                0.092,
                0.091,
                0.162,
                0.145,
                0.384,
                0.387,
                0.963,
                0.854,
                0.948,
                0.188
            ],
            "timbre": [
                52.116,
                -2.422,
                0.366,
                19.277,
                24.267,
                -36.754,
                11.452,
                -20.812,
                -4.088,
                21.922,
                6.068,
                6.372
            ]
        },
        {
            "start": 147.58598,
            "duration": 0.33125,
            "confidence": 0.097,
            "loudness_start": -10.609,
            "loudness_max_time": 0.03642,
            "loudness_max": -7.894,
            "loudness_end": 0.0,
            "pitches": [
                0.287,
                1.0,
                0.83,
                0.624,
                0.941,
                0.266,
                0.253,
                0.172,
                0.801,
                0.927,
                0.291,
                0.351
            ],
            "timbre": [
                50.353,
                -9.461,
                36.982,
                -3.328,
                50.71,
                -37.419,
                -4.234,
                6.211,
                30.792,
                -7.759,
                -0.834,
                10.173
            ]
        },
        {
            "start": 147.91724,
            "duration": 0.14481,
            "confidence": 0.841,
            "loudness_start": -11.808,
            "loudness_max_time": 0.07407,
            "loudness_max": -1.767,
            "loudness_end": 0.0,
            "pitches": [
                0.173,
                0.188,
                0.104,
                0.113,
                0.167,
                0.073,
                0.106,
                0.204,
                0.307,
                1.0,
                0.541,
                0.136
            ],
            "timbre": [
                54.588,
                59.78,
                102.886,
                -18.808,
                105.358,
                13.594,
                -20.079,
                7.743,
                1.694,
                9.323,
                13.653,
                10.389
            ]
        },
        {
            "start": 148.06204,
            "duration": 0.11569,
            "confidence": 0.196,
            "loudness_start": -6.362,
            "loudness_max_time": 0.05229,
            "loudness_max": -2.949,
            "loudness_end": 0.0,
            "pitches": [
                0.162,
                0.33,
                0.217,
                0.189,
                0.354,
                0.158,
                0.687,
                0.277,
                0.311,
                1.0,
                0.266,
                0.818
            ],
            "timbre": [
                55.06,
                157.584,
                106.095,
                40.823,
                92.497,
                -8.416,
                -62.536,
                -28.304,
                23.9,
                -18.011,
                -17.811,
                4.665
            ]
        },
        {
            "start": 148.17773,
            "duration": 0.2732,
            "confidence": 0.264,
            "loudness_start": -10.164,
            "loudness_max_time": 0.06563,
            "loudness_max": -5.666,
            "loudness_end": 0.0,
            "pitches": [
                0.112,
                0.381,
                0.251,
                0.181,
                1.0,
                0.335,
                0.285,
                0.184,
                0.614,
                0.715,
                0.157,
                0.148
            ],
            "timbre": [
                52.208,
                57.409,
                80.858,
                6.03,
                85.3,
                -28.897,
                -32.402,
                -4.955,
                12.487,
                15.411,
                -5.932,
                -5.328
            ]
        },
        {
            "start": 148.45093,
            "duration": 0.23814,
            "confidence": 0.492,
            "loudness_start": -11.112,
            "loudness_max_time": 0.06449,
            "loudness_max": -6.261,
            "loudness_end": 0.0,
            "pitches": [
                0.891,
                0.49,
                0.322,
                0.298,
                0.363,
                0.221,
                0.608,
                0.392,
                0.912,
                1.0,
                0.664,
                0.911
            ],
            "timbre": [
                51.399,
                3.871,
                41.488,
                15.659,
                42.052,
                -23.025,
                13.02,
                -3.225,
                25.364,
                12.545,
                -15.679,
                2.083
            ]
        },
        {
            "start": 148.68907,
            "duration": 0.29592,
            "confidence": 0.469,
            "loudness_start": -12.026,
            "loudness_max_time": 0.13069,
            "loudness_max": -7.121,
            "loudness_end": 0.0,
            "pitches": [
                0.437,
                0.687,
                0.691,
                0.584,
                1.0,
                0.378,
                0.799,
                0.371,
                0.348,
                0.793,
                0.356,
                0.681
            ],
            "timbre": [
                49.708,
                -7.809,
                55.79,
                -19.688,
                60.359,
                -27.336,
                28.377,
                6.561,
                7.908,
                -13.637,
                -11.937,
                23.467
            ]
        },
        {
            "start": 148.98499,
            "duration": 0.14535,
            "confidence": 0.837,
            "loudness_start": -12.188,
            "loudness_max_time": 0.07163,
            "loudness_max": -1.639,
            "loudness_end": 0.0,
            "pitches": [
                0.132,
                0.272,
                0.082,
                0.133,
                0.225,
                0.052,
                0.102,
                0.17,
                0.571,
                1.0,
                0.153,
                0.104
            ],
            "timbre": [
                55.156,
                67.747,
                95.104,
                -34.321,
                88.451,
                0.703,
                -30.035,
                37.323,
                3.81,
                17.424,
                11.353,
                2.97
            ]
        },
        {
            "start": 149.13034,
            "duration": 0.12771,
            "confidence": 0.238,
            "loudness_start": -4.946,
            "loudness_max_time": 0.028,
            "loudness_max": -1.141,
            "loudness_end": 0.0,
            "pitches": [
                0.112,
                0.211,
                0.219,
                0.109,
                0.388,
                0.174,
                0.094,
                0.148,
                0.506,
                1.0,
                0.348,
                0.161
            ],
            "timbre": [
                56.526,
                128.967,
                79.061,
                40.443,
                68.342,
                -23.691,
                -50.88,
                -36.414,
                13.672,
                7.9,
                -12.281,
                10.839
            ]
        },
        {
            "start": 149.25806,
            "duration": 0.26685,
            "confidence": 0.48,
            "loudness_start": -7.363,
            "loudness_max_time": 0.09737,
            "loudness_max": -1.803,
            "loudness_end": 0.0,
            "pitches": [
                0.101,
                0.422,
                0.244,
                0.227,
                0.867,
                0.104,
                0.1,
                0.223,
                0.384,
                1.0,
                0.149,
                0.241
            ],
            "timbre": [
                55.193,
                112.318,
                106.731,
                11.917,
                73.953,
                -4.388,
                -26.872,
                4.245,
                23.994,
                -7.814,
                -15.437,
                -13.795
            ]
        },
        {
            "start": 149.5249,
            "duration": 0.33673,
            "confidence": 0.852,
            "loudness_start": -11.152,
            "loudness_max_time": 0.03696,
            "loudness_max": 0.635,
            "loudness_end": 0.0,
            "pitches": [
                0.75,
                0.722,
                0.257,
                0.191,
                0.224,
                0.225,
                0.463,
                0.622,
                0.736,
                0.469,
                0.589,
                1.0
            ],
            "timbre": [
                57.088,
                78.207,
                72.949,
                27.493,
                14.434,
                -11.009,
                47.004,
                6.561,
                1.692,
                -4.534,
                -6.102,
                21.242
            ]
        },
        {
            "start": 149.86163,
            "duration": 0.11569,
            "confidence": 0.615,
            "loudness_start": -7.799,
            "loudness_max_time": 0.05412,
            "loudness_max": -1.863,
            "loudness_end": 0.0,
            "pitches": [
                0.416,
                1.0,
                0.524,
                0.306,
                0.556,
                0.366,
                0.608,
                0.206,
                0.258,
                0.249,
                0.139,
                0.857
            ],
            "timbre": [
                55.898,
                101.203,
                87.002,
                7.856,
                62.281,
                -2.896,
                3.411,
                -3.12,
                -10.181,
                -22.62,
                6.153,
                31.974
            ]
        },
        {
            "start": 149.97733,
            "duration": 0.59288,
            "confidence": 0.566,
            "loudness_start": -5.33,
            "loudness_max_time": 0.07625,
            "loudness_max": 0.005,
            "loudness_end": 0.0,
            "pitches": [
                0.352,
                0.485,
                0.368,
                0.199,
                0.42,
                0.216,
                0.68,
                0.822,
                0.583,
                0.571,
                0.363,
                1.0
            ],
            "timbre": [
                57.148,
                119.711,
                98.663,
                5.854,
                59.028,
                -16.326,
                17.651,
                15.588,
                0.526,
                -9.197,
                5.074,
                17.38
            ]
        },
        {
            "start": 150.5702,
            "duration": 0.10385,
            "confidence": 0.423,
            "loudness_start": -3.457,
            "loudness_max_time": 0.03621,
            "loudness_max": 0.125,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.86,
                0.166,
                0.202,
                0.376,
                0.302,
                0.557,
                0.573,
                0.903,
                0.872,
                0.998,
                0.159
            ],
            "timbre": [
                59.132,
                99.58,
                33.942,
                -5.893,
                19.807,
                -51.819,
                41.75,
                21.432,
                16.677,
                9.034,
                -5.137,
                20.372
            ]
        },
        {
            "start": 150.67406,
            "duration": 0.24413,
            "confidence": 0.033,
            "loudness_start": -2.058,
            "loudness_max_time": 0.03808,
            "loudness_max": 1.061,
            "loudness_end": 0.0,
            "pitches": [
                0.691,
                1.0,
                0.465,
                0.377,
                0.22,
                0.203,
                0.121,
                0.14,
                0.239,
                0.126,
                0.11,
                0.675
            ],
            "timbre": [
                59.351,
                111.201,
                54.393,
                -0.877,
                22.986,
                -44.454,
                33.988,
                26.403,
                6.694,
                1.073,
                8.528,
                22.517
            ]
        },
        {
            "start": 150.91818,
            "duration": 0.17397,
            "confidence": 0.212,
            "loudness_start": -3.093,
            "loudness_max_time": 0.0634,
            "loudness_max": 0.71,
            "loudness_end": 0.0,
            "pitches": [
                0.322,
                0.389,
                0.516,
                1.0,
                0.751,
                0.318,
                0.222,
                0.347,
                0.551,
                0.425,
                0.439,
                0.504
            ],
            "timbre": [
                58.174,
                91.752,
                75.559,
                19.757,
                45.73,
                -35.059,
                35.524,
                4.557,
                0.31,
                14.831,
                -21.67,
                41.355
            ]
        },
        {
            "start": 151.09215,
            "duration": 0.33669,
            "confidence": 0.248,
            "loudness_start": -4.562,
            "loudness_max_time": 0.0783,
            "loudness_max": -0.414,
            "loudness_end": 0.0,
            "pitches": [
                0.6,
                1.0,
                0.342,
                0.418,
                0.722,
                0.458,
                0.342,
                0.259,
                0.496,
                0.185,
                0.17,
                0.676
            ],
            "timbre": [
                57.816,
                71.927,
                47.812,
                -23.479,
                16.974,
                -42.939,
                28.04,
                32.027,
                -12.854,
                5.494,
                -1.055,
                13.323
            ]
        },
        {
            "start": 151.42883,
            "duration": 0.16254,
            "confidence": 0.248,
            "loudness_start": -3.501,
            "loudness_max_time": 0.07281,
            "loudness_max": 0.592,
            "loudness_end": 0.0,
            "pitches": [
                0.311,
                0.957,
                0.337,
                0.328,
                1.0,
                0.719,
                0.532,
                0.439,
                0.25,
                0.355,
                0.383,
                0.439
            ],
            "timbre": [
                58.348,
                98.524,
                39.836,
                -8.037,
                31.251,
                -35.401,
                43.395,
                6.413,
                -4.787,
                14.842,
                -25.695,
                26.692
            ]
        },
        {
            "start": 151.59138,
            "duration": 0.10467,
            "confidence": 0.061,
            "loudness_start": -3.675,
            "loudness_max_time": 0.02965,
            "loudness_max": -0.607,
            "loudness_end": 0.0,
            "pitches": [
                0.459,
                1.0,
                0.217,
                0.097,
                0.14,
                0.232,
                0.369,
                0.362,
                0.455,
                0.317,
                0.218,
                0.313
            ],
            "timbre": [
                57.511,
                55.231,
                21.217,
                6.673,
                -6.064,
                -41.571,
                47.229,
                17.527,
                -15.337,
                11.709,
                -8.245,
                17.32
            ]
        },
        {
            "start": 151.69604,
            "duration": 0.13342,
            "confidence": 0.125,
            "loudness_start": -4.517,
            "loudness_max_time": 0.04879,
            "loudness_max": -0.917,
            "loudness_end": 0.0,
            "pitches": [
                0.102,
                0.234,
                0.143,
                0.151,
                0.515,
                0.495,
                1.0,
                0.963,
                0.849,
                0.987,
                0.275,
                0.022
            ],
            "timbre": [
                57.206,
                81.135,
                66.388,
                -4.699,
                6.809,
                -30.5,
                54.879,
                11.145,
                5.88,
                5.848,
                -11.518,
                -11.975
            ]
        },
        {
            "start": 151.82948,
            "duration": 0.1629,
            "confidence": 0.257,
            "loudness_start": -3.524,
            "loudness_max_time": 0.05907,
            "loudness_max": -0.514,
            "loudness_end": 0.0,
            "pitches": [
                0.046,
                0.296,
                0.231,
                0.172,
                0.867,
                0.859,
                1.0,
                0.933,
                0.237,
                0.368,
                0.085,
                0.029
            ],
            "timbre": [
                58.026,
                86.797,
                78.224,
                10.081,
                21.7,
                -32.98,
                60.641,
                20.733,
                6.209,
                1.88,
                -17.043,
                1.179
            ]
        },
        {
            "start": 151.99239,
            "duration": 0.12177,
            "confidence": 0.128,
            "loudness_start": -3.421,
            "loudness_max_time": 0.0067,
            "loudness_max": -0.062,
            "loudness_end": 0.0,
            "pitches": [
                0.079,
                0.485,
                0.43,
                0.409,
                0.995,
                0.924,
                1.0,
                0.953,
                0.471,
                0.576,
                0.095,
                0.022
            ],
            "timbre": [
                58.277,
                98.593,
                72.877,
                16.816,
                10.473,
                -47.76,
                57.053,
                4.947,
                -10.101,
                5.795,
                -21.241,
                15.652
            ]
        },
        {
            "start": 152.11415,
            "duration": 0.25542,
            "confidence": 0.27,
            "loudness_start": -3.35,
            "loudness_max_time": 0.02815,
            "loudness_max": 0.171,
            "loudness_end": 0.0,
            "pitches": [
                0.545,
                1.0,
                0.993,
                0.586,
                0.613,
                0.246,
                0.282,
                0.309,
                0.249,
                0.416,
                0.128,
                0.421
            ],
            "timbre": [
                58.785,
                92.889,
                45.115,
                5.788,
                13.049,
                -41.269,
                36.86,
                20.316,
                -2.694,
                8.756,
                1.836,
                7.069
            ]
        },
        {
            "start": 152.36957,
            "duration": 0.28431,
            "confidence": 0.345,
            "loudness_start": -4.439,
            "loudness_max_time": 0.07527,
            "loudness_max": -0.656,
            "loudness_end": 0.0,
            "pitches": [
                0.384,
                1.0,
                0.189,
                0.098,
                0.148,
                0.07,
                0.078,
                0.049,
                0.152,
                0.292,
                0.174,
                0.071
            ],
            "timbre": [
                57.111,
                94.282,
                64.716,
                1.495,
                16.093,
                -26.505,
                35.294,
                -2.819,
                -19.003,
                21.338,
                -16.59,
                -0.047
            ]
        },
        {
            "start": 152.65388,
            "duration": 0.14209,
            "confidence": 0.077,
            "loudness_start": -5.486,
            "loudness_max_time": 0.00799,
            "loudness_max": -2.463,
            "loudness_end": 0.0,
            "pitches": [
                0.315,
                1.0,
                0.179,
                0.128,
                0.169,
                0.138,
                0.551,
                0.556,
                0.806,
                0.852,
                0.457,
                0.024
            ],
            "timbre": [
                55.146,
                38.784,
                -5.917,
                12.317,
                -8.981,
                -53.361,
                27.62,
                8.51,
                10.599,
                11.461,
                -15.0,
                10.101
            ]
        },
        {
            "start": 152.79596,
            "duration": 0.12503,
            "confidence": 0.217,
            "loudness_start": -8.662,
            "loudness_max_time": 0.0163,
            "loudness_max": -4.272,
            "loudness_end": 0.0,
            "pitches": [
                0.268,
                0.407,
                0.349,
                0.251,
                0.676,
                0.662,
                0.888,
                0.871,
                0.788,
                1.0,
                0.561,
                0.027
            ],
            "timbre": [
                54.172,
                109.312,
                45.402,
                -0.908,
                30.045,
                -44.97,
                33.384,
                -12.745,
                28.368,
                8.915,
                -10.879,
                5.464
            ]
        },
        {
            "start": 152.921,
            "duration": 0.25528,
            "confidence": 0.845,
            "loudness_start": -7.831,
            "loudness_max_time": 0.03028,
            "loudness_max": 3.234,
            "loudness_end": 0.0,
            "pitches": [
                0.419,
                1.0,
                0.249,
                0.06,
                0.037,
                0.019,
                0.033,
                0.017,
                0.096,
                0.26,
                0.055,
                0.02
            ],
            "timbre": [
                59.713,
                109.065,
                51.992,
                24.971,
                28.914,
                -6.761,
                12.976,
                -0.678,
                -8.327,
                18.6,
                6.914,
                2.977
            ]
        },
        {
            "start": 153.17628,
            "duration": 0.22014,
            "confidence": 0.309,
            "loudness_start": -3.673,
            "loudness_max_time": 0.03183,
            "loudness_max": 1.272,
            "loudness_end": 0.0,
            "pitches": [
                0.691,
                1.0,
                0.916,
                0.582,
                0.39,
                0.225,
                0.214,
                0.29,
                0.228,
                0.335,
                0.12,
                0.517
            ],
            "timbre": [
                57.075,
                75.972,
                2.014,
                31.001,
                3.16,
                -52.095,
                16.109,
                10.626,
                -5.526,
                -6.657,
                -3.997,
                -3.269
            ]
        },
        {
            "start": 153.39642,
            "duration": 0.56327,
            "confidence": 0.504,
            "loudness_start": -7.205,
            "loudness_max_time": 0.11268,
            "loudness_max": -0.51,
            "loudness_end": 0.0,
            "pitches": [
                0.365,
                0.702,
                1.0,
                0.616,
                0.42,
                0.389,
                0.362,
                0.338,
                0.604,
                0.562,
                0.231,
                0.374
            ],
            "timbre": [
                55.269,
                57.31,
                39.3,
                -2.381,
                25.667,
                -15.472,
                38.338,
                19.729,
                -8.888,
                3.655,
                -36.309,
                5.993
            ]
        },
        {
            "start": 153.95969,
            "duration": 0.24345,
            "confidence": 0.955,
            "loudness_start": -11.978,
            "loudness_max_time": 0.03509,
            "loudness_max": 0.317,
            "loudness_end": 0.0,
            "pitches": [
                0.703,
                1.0,
                0.073,
                0.012,
                0.035,
                0.028,
                0.011,
                0.049,
                0.201,
                0.107,
                0.021,
                0.016
            ],
            "timbre": [
                57.676,
                75.592,
                56.878,
                3.223,
                29.347,
                -1.368,
                15.181,
                27.832,
                8.743,
                9.453,
                -7.27,
                -18.862
            ]
        },
        {
            "start": 154.20312,
            "duration": 0.25605,
            "confidence": 0.529,
            "loudness_start": -10.18,
            "loudness_max_time": 0.02412,
            "loudness_max": -0.707,
            "loudness_end": 0.0,
            "pitches": [
                0.719,
                1.0,
                0.732,
                0.39,
                0.338,
                0.171,
                0.111,
                0.157,
                0.107,
                0.095,
                0.055,
                0.304
            ],
            "timbre": [
                54.515,
                67.128,
                -24.688,
                21.536,
                4.793,
                -23.234,
                22.086,
                14.694,
                2.625,
                -3.546,
                14.233,
                -0.818
            ]
        },
        {
            "start": 154.45918,
            "duration": 0.28431,
            "confidence": 0.934,
            "loudness_start": -12.095,
            "loudness_max_time": 0.05228,
            "loudness_max": 0.297,
            "loudness_end": 0.0,
            "pitches": [
                0.198,
                1.0,
                0.274,
                0.309,
                0.402,
                0.295,
                0.08,
                0.074,
                0.074,
                0.127,
                0.04,
                0.243
            ],
            "timbre": [
                55.675,
                72.564,
                15.173,
                4.519,
                38.804,
                7.018,
                11.87,
                3.698,
                -0.013,
                -11.716,
                -21.735,
                -17.844
            ]
        },
        {
            "start": 154.74348,
            "duration": 0.50141,
            "confidence": 0.694,
            "loudness_start": -9.159,
            "loudness_max_time": 0.0407,
            "loudness_max": -0.187,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                0.412,
                0.285,
                0.517,
                1.0,
                0.664,
                0.259,
                0.658,
                0.528,
                0.39,
                0.119,
                0.236
            ],
            "timbre": [
                57.615,
                81.004,
                11.153,
                -22.714,
                1.395,
                -25.739,
                -4.745,
                18.387,
                14.598,
                -3.09,
                -10.407,
                -11.825
            ]
        },
        {
            "start": 155.2449,
            "duration": 0.54385,
            "confidence": 0.747,
            "loudness_start": -7.272,
            "loudness_max_time": 0.02925,
            "loudness_max": 0.18,
            "loudness_end": 0.0,
            "pitches": [
                0.149,
                0.319,
                0.513,
                0.777,
                1.0,
                0.177,
                0.314,
                0.48,
                0.541,
                0.438,
                0.21,
                0.383
            ],
            "timbre": [
                57.241,
                79.429,
                21.348,
                8.757,
                13.688,
                -15.702,
                37.284,
                3.489,
                7.251,
                13.522,
                0.556,
                1.301
            ]
        },
        {
            "start": 155.78876,
            "duration": 0.20576,
            "confidence": 0.281,
            "loudness_start": -7.195,
            "loudness_max_time": 0.00459,
            "loudness_max": -2.696,
            "loudness_end": 0.0,
            "pitches": [
                0.563,
                1.0,
                0.807,
                0.446,
                0.405,
                0.21,
                0.302,
                0.141,
                0.117,
                0.113,
                0.067,
                0.483
            ],
            "timbre": [
                54.139,
                51.35,
                -15.691,
                -18.519,
                -10.407,
                -74.664,
                26.978,
                3.366,
                1.067,
                3.795,
                -3.487,
                12.953
            ]
        },
        {
            "start": 155.9945,
            "duration": 0.2878,
            "confidence": 0.788,
            "loudness_start": -9.39,
            "loudness_max_time": 0.0778,
            "loudness_max": -0.31,
            "loudness_end": 0.0,
            "pitches": [
                0.119,
                0.445,
                0.141,
                0.195,
                0.182,
                0.219,
                1.0,
                0.24,
                0.196,
                0.339,
                0.237,
                0.12
            ],
            "timbre": [
                56.566,
                77.685,
                71.725,
                -34.366,
                15.943,
                -1.283,
                54.855,
                55.569,
                3.008,
                11.277,
                2.89,
                11.214
            ]
        },
        {
            "start": 156.2823,
            "duration": 0.26054,
            "confidence": 0.407,
            "loudness_start": -4.612,
            "loudness_max_time": 0.05028,
            "loudness_max": 1.53,
            "loudness_end": 0.0,
            "pitches": [
                0.474,
                1.0,
                0.998,
                0.616,
                0.661,
                0.264,
                0.254,
                0.31,
                0.186,
                0.409,
                0.148,
                0.38
            ],
            "timbre": [
                58.44,
                119.943,
                24.975,
                -3.305,
                16.509,
                -28.426,
                38.181,
                22.864,
                -2.32,
                21.873,
                -10.791,
                26.436
            ]
        },
        {
            "start": 156.54286,
            "duration": 0.40884,
            "confidence": 0.691,
            "loudness_start": -8.352,
            "loudness_max_time": 0.04973,
            "loudness_max": 0.37,
            "loudness_end": 0.0,
            "pitches": [
                0.23,
                0.356,
                0.755,
                1.0,
                0.554,
                0.131,
                0.196,
                0.092,
                0.146,
                0.319,
                0.132,
                0.085
            ],
            "timbre": [
                57.743,
                94.305,
                24.085,
                4.58,
                21.568,
                -4.312,
                -13.436,
                6.865,
                1.117,
                1.618,
                -16.516,
                -15.041
            ]
        },
        {
            "start": 156.9517,
            "duration": 0.12594,
            "confidence": 0.246,
            "loudness_start": -8.436,
            "loudness_max_time": 0.04306,
            "loudness_max": -5.325,
            "loudness_end": 0.0,
            "pitches": [
                0.167,
                0.217,
                0.153,
                0.111,
                0.579,
                0.572,
                0.982,
                0.976,
                0.929,
                1.0,
                0.499,
                0.017
            ],
            "timbre": [
                52.971,
                116.045,
                27.856,
                -10.945,
                8.564,
                -22.02,
                25.454,
                -4.126,
                32.02,
                -11.26,
                -8.574,
                -4.75
            ]
        },
        {
            "start": 157.07764,
            "duration": 0.27247,
            "confidence": 0.785,
            "loudness_start": -9.599,
            "loudness_max_time": 0.03915,
            "loudness_max": 0.668,
            "loudness_end": 0.0,
            "pitches": [
                0.411,
                1.0,
                0.215,
                0.047,
                0.047,
                0.024,
                0.046,
                0.014,
                0.041,
                0.172,
                0.043,
                0.034
            ],
            "timbre": [
                57.963,
                112.746,
                58.851,
                32.276,
                43.788,
                -31.481,
                54.665,
                -7.738,
                4.224,
                15.116,
                -6.169,
                28.66
            ]
        },
        {
            "start": 157.35011,
            "duration": 0.22045,
            "confidence": 0.512,
            "loudness_start": -5.742,
            "loudness_max_time": 0.007,
            "loudness_max": 0.235,
            "loudness_end": 0.0,
            "pitches": [
                0.69,
                1.0,
                0.905,
                0.601,
                0.815,
                0.243,
                0.175,
                0.306,
                0.261,
                0.476,
                0.148,
                0.5
            ],
            "timbre": [
                58.406,
                59.581,
                9.961,
                4.658,
                30.551,
                -49.183,
                16.975,
                -12.12,
                -1.131,
                -2.837,
                -11.717,
                8.256
            ]
        },
        {
            "start": 157.57057,
            "duration": 0.25814,
            "confidence": 0.076,
            "loudness_start": -4.34,
            "loudness_max_time": 0.05294,
            "loudness_max": -1.998,
            "loudness_end": 0.0,
            "pitches": [
                0.292,
                1.0,
                0.687,
                0.134,
                0.181,
                0.036,
                0.04,
                0.052,
                0.115,
                0.307,
                0.053,
                0.032
            ],
            "timbre": [
                56.504,
                6.409,
                50.945,
                6.184,
                44.159,
                -36.691,
                22.341,
                17.71,
                -23.98,
                2.398,
                -15.301,
                8.673
            ]
        },
        {
            "start": 157.8287,
            "duration": 0.28181,
            "confidence": 0.315,
            "loudness_start": -6.849,
            "loudness_max_time": 0.04924,
            "loudness_max": -1.587,
            "loudness_end": 0.0,
            "pitches": [
                0.459,
                0.938,
                1.0,
                0.528,
                0.476,
                0.316,
                0.229,
                0.254,
                0.209,
                0.101,
                0.085,
                0.287
            ],
            "timbre": [
                54.405,
                31.604,
                -16.529,
                -11.638,
                34.397,
                -33.157,
                11.15,
                16.319,
                -3.658,
                -3.522,
                -15.277,
                -16.121
            ]
        },
        {
            "start": 158.11052,
            "duration": 0.27882,
            "confidence": 0.862,
            "loudness_start": -10.396,
            "loudness_max_time": 0.11667,
            "loudness_max": -0.567,
            "loudness_end": 0.0,
            "pitches": [
                0.57,
                1.0,
                0.06,
                0.009,
                0.017,
                0.02,
                0.01,
                0.029,
                0.148,
                0.104,
                0.029,
                0.015
            ],
            "timbre": [
                56.658,
                58.406,
                8.468,
                -12.486,
                40.561,
                16.38,
                -21.88,
                -22.421,
                8.501,
                -7.537,
                -9.977,
                -8.711
            ]
        },
        {
            "start": 158.38934,
            "duration": 0.25533,
            "confidence": 0.608,
            "loudness_start": -6.697,
            "loudness_max_time": 0.01132,
            "loudness_max": -0.074,
            "loudness_end": 0.0,
            "pitches": [
                0.712,
                1.0,
                0.631,
                0.269,
                0.272,
                0.132,
                0.083,
                0.144,
                0.083,
                0.088,
                0.064,
                0.316
            ],
            "timbre": [
                55.624,
                73.225,
                -19.734,
                25.162,
                -0.23,
                -61.66,
                1.936,
                18.427,
                0.783,
                -10.44,
                -15.278,
                -3.78
            ]
        },
        {
            "start": 158.64467,
            "duration": 0.27293,
            "confidence": 0.976,
            "loudness_start": -11.205,
            "loudness_max_time": 0.03997,
            "loudness_max": 1.412,
            "loudness_end": 0.0,
            "pitches": [
                0.212,
                1.0,
                0.28,
                0.228,
                0.314,
                0.223,
                0.055,
                0.039,
                0.09,
                0.172,
                0.07,
                0.199
            ],
            "timbre": [
                58.039,
                82.016,
                19.207,
                13.616,
                29.31,
                -3.294,
                0.632,
                -2.525,
                12.32,
                3.257,
                -4.088,
                1.502
            ]
        },
        {
            "start": 158.9176,
            "duration": 0.3249,
            "confidence": 0.471,
            "loudness_start": -5.383,
            "loudness_max_time": 0.01316,
            "loudness_max": -0.741,
            "loudness_end": 0.0,
            "pitches": [
                0.513,
                0.955,
                1.0,
                0.29,
                0.472,
                0.192,
                0.119,
                0.136,
                0.172,
                0.199,
                0.146,
                0.479
            ],
            "timbre": [
                57.782,
                103.99,
                2.223,
                -31.633,
                -16.732,
                -38.51,
                -42.221,
                -5.439,
                33.821,
                -11.932,
                12.285,
                -20.479
            ]
        },
        {
            "start": 159.2425,
            "duration": 0.38889,
            "confidence": 0.12,
            "loudness_start": -4.964,
            "loudness_max_time": 0.20124,
            "loudness_max": 0.815,
            "loudness_end": 0.0,
            "pitches": [
                0.114,
                0.238,
                0.48,
                0.661,
                1.0,
                0.536,
                0.378,
                0.232,
                0.246,
                0.246,
                0.22,
                0.13
            ],
            "timbre": [
                57.265,
                80.487,
                41.612,
                -11.148,
                12.936,
                -41.997,
                32.798,
                22.527,
                4.078,
                10.518,
                -27.0,
                7.458
            ]
        },
        {
            "start": 159.63138,
            "duration": 0.57397,
            "confidence": 0.468,
            "loudness_start": -6.33,
            "loudness_max_time": 0.07922,
            "loudness_max": -1.161,
            "loudness_end": 0.0,
            "pitches": [
                0.532,
                1.0,
                0.578,
                0.87,
                0.609,
                0.333,
                0.376,
                0.412,
                0.536,
                0.58,
                0.473,
                0.408
            ],
            "timbre": [
                56.037,
                90.192,
                -8.642,
                -27.97,
                43.746,
                -27.228,
                13.14,
                -15.946,
                -2.241,
                1.846,
                -30.051,
                18.825
            ]
        },
        {
            "start": 160.20535,
            "duration": 0.25556,
            "confidence": 0.819,
            "loudness_start": -10.858,
            "loudness_max_time": 0.02452,
            "loudness_max": -0.085,
            "loudness_end": 0.0,
            "pitches": [
                0.076,
                0.326,
                0.064,
                0.038,
                0.155,
                0.256,
                1.0,
                0.215,
                0.074,
                0.171,
                0.097,
                0.074
            ],
            "timbre": [
                57.731,
                113.751,
                44.889,
                7.847,
                0.734,
                -27.446,
                49.588,
                7.238,
                -34.165,
                -2.314,
                0.317,
                14.58
            ]
        },
        {
            "start": 160.4609,
            "duration": 0.27787,
            "confidence": 0.501,
            "loudness_start": -5.94,
            "loudness_max_time": 0.02745,
            "loudness_max": 0.033,
            "loudness_end": 0.0,
            "pitches": [
                0.535,
                1.0,
                0.953,
                0.497,
                0.466,
                0.223,
                0.558,
                0.275,
                0.131,
                0.122,
                0.107,
                0.436
            ],
            "timbre": [
                57.446,
                77.869,
                32.028,
                9.043,
                10.363,
                -40.561,
                40.089,
                37.131,
                -8.39,
                0.331,
                14.021,
                -5.613
            ]
        },
        {
            "start": 160.73878,
            "duration": 0.22213,
            "confidence": 0.413,
            "loudness_start": -5.972,
            "loudness_max_time": 0.06041,
            "loudness_max": -1.257,
            "loudness_end": 0.0,
            "pitches": [
                0.501,
                1.0,
                0.158,
                0.082,
                0.119,
                0.056,
                0.056,
                0.023,
                0.09,
                0.128,
                0.059,
                0.059
            ],
            "timbre": [
                56.123,
                80.074,
                28.291,
                18.768,
                18.44,
                -19.571,
                21.562,
                -2.522,
                -11.167,
                -4.363,
                -24.547,
                -27.596
            ]
        },
        {
            "start": 160.9609,
            "duration": 0.30753,
            "confidence": 0.803,
            "loudness_start": -7.637,
            "loudness_max_time": 0.09625,
            "loudness_max": 1.592,
            "loudness_end": 0.0,
            "pitches": [
                0.578,
                1.0,
                0.625,
                0.601,
                0.681,
                0.351,
                0.26,
                0.279,
                0.187,
                0.132,
                0.099,
                0.406
            ],
            "timbre": [
                56.025,
                95.419,
                23.778,
                -18.965,
                5.231,
                3.58,
                20.486,
                30.306,
                -3.486,
                7.786,
                -32.005,
                -14.421
            ]
        },
        {
            "start": 161.26843,
            "duration": 0.49338,
            "confidence": 0.84,
            "loudness_start": -9.183,
            "loudness_max_time": 0.06477,
            "loudness_max": 0.666,
            "loudness_end": 0.0,
            "pitches": [
                0.23,
                0.796,
                1.0,
                0.703,
                0.377,
                0.204,
                0.254,
                0.336,
                0.333,
                0.352,
                0.223,
                0.089
            ],
            "timbre": [
                57.585,
                96.043,
                9.359,
                -0.27,
                51.207,
                -5.452,
                -9.178,
                16.889,
                6.446,
                26.228,
                -16.996,
                -14.098
            ]
        },
        {
            "start": 161.76181,
            "duration": 0.33986,
            "confidence": 0.857,
            "loudness_start": -8.671,
            "loudness_max_time": 0.04595,
            "loudness_max": 1.507,
            "loudness_end": 0.0,
            "pitches": [
                0.229,
                1.0,
                0.538,
                0.065,
                0.031,
                0.042,
                0.028,
                0.022,
                0.033,
                0.126,
                0.036,
                0.107
            ],
            "timbre": [
                57.661,
                100.335,
                29.622,
                -21.067,
                14.984,
                16.883,
                -7.105,
                11.664,
                13.293,
                8.055,
                2.473,
                -28.391
            ]
        },
        {
            "start": 162.10168,
            "duration": 0.45016,
            "confidence": 0.315,
            "loudness_start": -4.537,
            "loudness_max_time": 0.01779,
            "loudness_max": -0.054,
            "loudness_end": 0.0,
            "pitches": [
                0.355,
                1.0,
                0.565,
                0.062,
                0.046,
                0.088,
                0.136,
                0.168,
                0.361,
                0.158,
                0.05,
                0.129
            ],
            "timbre": [
                57.679,
                109.457,
                30.717,
                8.852,
                3.202,
                -46.717,
                36.84,
                12.38,
                16.011,
                3.226,
                -14.953,
                12.555
            ]
        },
        {
            "start": 162.55183,
            "duration": 0.50998,
            "confidence": 0.598,
            "loudness_start": -6.335,
            "loudness_max_time": 0.02461,
            "loudness_max": 0.678,
            "loudness_end": 0.0,
            "pitches": [
                0.449,
                0.646,
                0.903,
                0.51,
                0.758,
                0.572,
                1.0,
                0.661,
                0.808,
                0.815,
                0.308,
                0.359
            ],
            "timbre": [
                58.215,
                75.699,
                28.453,
                -3.044,
                10.566,
                -29.827,
                30.399,
                12.045,
                3.199,
                -3.122,
                18.392,
                5.015
            ]
        },
        {
            "start": 163.06181,
            "duration": 0.36676,
            "confidence": 0.157,
            "loudness_start": -3.373,
            "loudness_max_time": 0.03493,
            "loudness_max": -0.086,
            "loudness_end": 0.0,
            "pitches": [
                0.756,
                1.0,
                0.838,
                0.453,
                0.844,
                0.258,
                0.276,
                0.355,
                0.291,
                0.462,
                0.148,
                0.634
            ],
            "timbre": [
                58.251,
                77.178,
                44.304,
                -4.163,
                30.224,
                -41.554,
                43.785,
                26.445,
                27.017,
                8.958,
                4.804,
                17.735
            ]
        },
        {
            "start": 163.42857,
            "duration": 0.18508,
            "confidence": 0.039,
            "loudness_start": -2.567,
            "loudness_max_time": 0.03965,
            "loudness_max": -1.007,
            "loudness_end": 0.0,
            "pitches": [
                0.082,
                0.749,
                0.755,
                0.743,
                1.0,
                0.954,
                0.196,
                0.18,
                0.051,
                0.089,
                0.017,
                0.12
            ],
            "timbre": [
                58.445,
                109.094,
                39.774,
                -12.616,
                21.776,
                -46.54,
                34.05,
                -0.605,
                16.409,
                0.722,
                -7.953,
                10.048
            ]
        },
        {
            "start": 163.61365,
            "duration": 0.48907,
            "confidence": 0.194,
            "loudness_start": -2.094,
            "loudness_max_time": 0.00454,
            "loudness_max": 0.883,
            "loudness_end": 0.0,
            "pitches": [
                0.131,
                0.216,
                0.385,
                0.72,
                1.0,
                0.273,
                0.331,
                0.412,
                0.451,
                0.322,
                0.142,
                0.188
            ],
            "timbre": [
                57.725,
                67.521,
                6.941,
                13.124,
                14.408,
                -63.683,
                16.817,
                7.987,
                8.667,
                -0.551,
                -11.791,
                5.895
            ]
        },
        {
            "start": 164.10272,
            "duration": 0.23846,
            "confidence": 0.541,
            "loudness_start": -7.106,
            "loudness_max_time": 0.04068,
            "loudness_max": -1.319,
            "loudness_end": 0.0,
            "pitches": [
                0.518,
                1.0,
                0.906,
                0.754,
                0.64,
                0.423,
                0.519,
                0.368,
                0.264,
                0.181,
                0.18,
                0.437
            ],
            "timbre": [
                55.526,
                84.881,
                -1.531,
                -17.892,
                -11.523,
                -14.598,
                36.84,
                15.766,
                -3.168,
                -9.518,
                1.29,
                23.711
            ]
        },
        {
            "start": 164.34119,
            "duration": 0.31197,
            "confidence": 0.851,
            "loudness_start": -8.546,
            "loudness_max_time": 0.06027,
            "loudness_max": 1.371,
            "loudness_end": 0.0,
            "pitches": [
                0.068,
                0.373,
                0.104,
                0.123,
                0.22,
                0.202,
                1.0,
                0.164,
                0.227,
                0.318,
                0.148,
                0.07
            ],
            "timbre": [
                57.214,
                91.599,
                66.152,
                -17.181,
                16.96,
                15.9,
                60.161,
                26.229,
                -0.586,
                -10.541,
                -8.139,
                12.798
            ]
        },
        {
            "start": 164.65315,
            "duration": 0.26662,
            "confidence": 0.393,
            "loudness_start": -3.544,
            "loudness_max_time": 0.02867,
            "loudness_max": 0.018,
            "loudness_end": 0.0,
            "pitches": [
                0.616,
                1.0,
                0.864,
                0.371,
                0.493,
                0.202,
                0.797,
                0.252,
                0.135,
                0.317,
                0.091,
                0.454
            ],
            "timbre": [
                58.982,
                105.1,
                37.262,
                -9.109,
                26.584,
                -47.651,
                31.739,
                24.129,
                22.453,
                -3.405,
                0.517,
                4.368
            ]
        },
        {
            "start": 164.91977,
            "duration": 0.25533,
            "confidence": 0.046,
            "loudness_start": -3.122,
            "loudness_max_time": 0.01181,
            "loudness_max": -0.809,
            "loudness_end": 0.0,
            "pitches": [
                0.383,
                1.0,
                0.205,
                0.11,
                0.142,
                0.072,
                0.091,
                0.036,
                0.126,
                0.175,
                0.077,
                0.072
            ],
            "timbre": [
                57.089,
                103.982,
                46.681,
                34.476,
                11.688,
                -48.558,
                21.082,
                -5.138,
                -12.256,
                4.806,
                -21.136,
                -19.048
            ]
        },
        {
            "start": 165.1751,
            "duration": 0.26707,
            "confidence": 0.568,
            "loudness_start": -5.087,
            "loudness_max_time": 0.05812,
            "loudness_max": 0.981,
            "loudness_end": 0.0,
            "pitches": [
                0.745,
                1.0,
                0.572,
                0.491,
                0.71,
                0.232,
                0.167,
                0.234,
                0.151,
                0.184,
                0.087,
                0.661
            ],
            "timbre": [
                57.704,
                93.881,
                21.65,
                13.71,
                27.379,
                -31.739,
                9.838,
                36.011,
                23.131,
                4.19,
                -25.737,
                -9.443
            ]
        },
        {
            "start": 165.44218,
            "duration": 0.49356,
            "confidence": 0.844,
            "loudness_start": -8.632,
            "loudness_max_time": 0.04293,
            "loudness_max": 1.01,
            "loudness_end": 0.0,
            "pitches": [
                0.257,
                0.796,
                1.0,
                0.721,
                0.37,
                0.186,
                0.256,
                0.328,
                0.355,
                0.362,
                0.249,
                0.17
            ],
            "timbre": [
                57.372,
                108.109,
                20.117,
                -12.564,
                53.754,
                10.881,
                5.144,
                13.882,
                4.937,
                17.883,
                -21.57,
                -9.148
            ]
        },
        {
            "start": 165.93575,
            "duration": 0.28431,
            "confidence": 0.875,
            "loudness_start": -8.288,
            "loudness_max_time": 0.04873,
            "loudness_max": 1.753,
            "loudness_end": 0.0,
            "pitches": [
                0.242,
                1.0,
                0.655,
                0.097,
                0.037,
                0.035,
                0.035,
                0.031,
                0.065,
                0.166,
                0.056,
                0.115
            ],
            "timbre": [
                58.159,
                122.372,
                27.334,
                -23.76,
                36.448,
                14.318,
                -18.345,
                6.85,
                27.518,
                1.435,
                3.339,
                -30.754
            ]
        },
        {
            "start": 166.22005,
            "duration": 0.30771,
            "confidence": 0.278,
            "loudness_start": -3.439,
            "loudness_max_time": 0.01778,
            "loudness_max": 0.124,
            "loudness_end": 0.0,
            "pitches": [
                0.544,
                1.0,
                0.332,
                0.142,
                0.183,
                0.089,
                0.078,
                0.095,
                0.165,
                0.186,
                0.06,
                0.431
            ],
            "timbre": [
                58.373,
                113.533,
                39.198,
                3.664,
                -1.917,
                -51.055,
                12.225,
                0.205,
                5.054,
                13.681,
                -3.003,
                -14.525
            ]
        },
        {
            "start": 166.52776,
            "duration": 0.20898,
            "confidence": 0.155,
            "loudness_start": -4.419,
            "loudness_max_time": 0.05382,
            "loudness_max": -0.696,
            "loudness_end": 0.0,
            "pitches": [
                0.741,
                1.0,
                0.08,
                0.011,
                0.027,
                0.023,
                0.017,
                0.054,
                0.137,
                0.096,
                0.015,
                0.062
            ],
            "timbre": [
                56.833,
                123.396,
                43.838,
                25.471,
                16.841,
                -29.807,
                32.94,
                -8.036,
                26.581,
                4.71,
                -27.817,
                0.365
            ]
        },
        {
            "start": 166.73672,
            "duration": 0.51701,
            "confidence": 0.749,
            "loudness_start": -7.509,
            "loudness_max_time": 0.0368,
            "loudness_max": 1.169,
            "loudness_end": 0.0,
            "pitches": [
                0.417,
                0.58,
                0.884,
                0.603,
                0.805,
                0.648,
                1.0,
                0.553,
                0.693,
                0.81,
                0.231,
                0.31
            ],
            "timbre": [
                58.335,
                96.227,
                11.898,
                0.574,
                12.473,
                -26.347,
                -3.311,
                5.57,
                22.422,
                -2.217,
                -7.857,
                -0.141
            ]
        },
        {
            "start": 167.25374,
            "duration": 0.51678,
            "confidence": 0.815,
            "loudness_start": -7.18,
            "loudness_max_time": 0.0373,
            "loudness_max": 2.187,
            "loudness_end": 0.0,
            "pitches": [
                0.256,
                0.447,
                0.564,
                0.355,
                1.0,
                0.702,
                0.477,
                0.653,
                0.301,
                0.654,
                0.215,
                0.354
            ],
            "timbre": [
                59.138,
                82.548,
                27.86,
                0.964,
                23.357,
                -20.154,
                11.134,
                17.549,
                30.384,
                15.375,
                11.477,
                -1.182
            ]
        },
        {
            "start": 167.77052,
            "duration": 0.17959,
            "confidence": 0.569,
            "loudness_start": -4.558,
            "loudness_max_time": 0.03532,
            "loudness_max": 1.503,
            "loudness_end": 0.0,
            "pitches": [
                0.551,
                1.0,
                0.365,
                0.323,
                0.302,
                0.265,
                0.604,
                0.635,
                0.473,
                0.506,
                0.349,
                0.059
            ],
            "timbre": [
                58.538,
                81.203,
                18.458,
                6.582,
                17.503,
                -24.216,
                3.329,
                9.675,
                28.994,
                16.906,
                5.935,
                -4.41
            ]
        },
        {
            "start": 167.9501,
            "duration": 0.18585,
            "confidence": 0.089,
            "loudness_start": -3.677,
            "loudness_max_time": 0.04357,
            "loudness_max": -1.508,
            "loudness_end": 0.0,
            "pitches": [
                0.101,
                0.119,
                0.196,
                0.665,
                1.0,
                0.447,
                0.178,
                0.221,
                0.301,
                0.25,
                0.081,
                0.144
            ],
            "timbre": [
                56.993,
                86.937,
                28.165,
                4.846,
                34.589,
                -45.948,
                16.424,
                1.162,
                25.026,
                23.526,
                -18.12,
                -7.56
            ]
        },
        {
            "start": 168.13596,
            "duration": 0.17397,
            "confidence": 0.043,
            "loudness_start": -4.861,
            "loudness_max_time": 0.05074,
            "loudness_max": -2.873,
            "loudness_end": 0.0,
            "pitches": [
                0.879,
                1.0,
                0.188,
                0.08,
                0.234,
                0.129,
                0.081,
                0.061,
                0.092,
                0.105,
                0.317,
                0.098
            ],
            "timbre": [
                56.295,
                68.26,
                6.178,
                -18.468,
                32.981,
                -45.162,
                24.258,
                4.386,
                30.522,
                6.402,
                -14.578,
                -11.279
            ]
        },
        {
            "start": 168.30994,
            "duration": 0.26136,
            "confidence": 0.017,
            "loudness_start": -5.347,
            "loudness_max_time": 0.00532,
            "loudness_max": -2.159,
            "loudness_end": 0.0,
            "pitches": [
                0.557,
                1.0,
                0.71,
                0.283,
                0.371,
                0.167,
                0.432,
                0.134,
                0.124,
                0.14,
                0.228,
                0.41
            ],
            "timbre": [
                55.761,
                54.169,
                16.116,
                -0.802,
                -12.019,
                -53.617,
                28.311,
                5.313,
                -4.274,
                -4.502,
                -8.987,
                -17.231
            ]
        },
        {
            "start": 168.57129,
            "duration": 0.25501,
            "confidence": 0.618,
            "loudness_start": -6.771,
            "loudness_max_time": 0.04772,
            "loudness_max": -0.413,
            "loudness_end": 0.0,
            "pitches": [
                0.078,
                0.411,
                0.16,
                0.119,
                0.191,
                0.234,
                1.0,
                0.259,
                0.175,
                0.183,
                0.135,
                0.064
            ],
            "timbre": [
                57.868,
                98.338,
                52.204,
                11.365,
                8.397,
                -36.955,
                49.218,
                7.421,
                -8.078,
                11.316,
                -7.766,
                18.501
            ]
        },
        {
            "start": 168.8263,
            "duration": 0.23837,
            "confidence": 0.219,
            "loudness_start": -4.321,
            "loudness_max_time": 0.02181,
            "loudness_max": -0.27,
            "loudness_end": 0.0,
            "pitches": [
                0.604,
                1.0,
                0.929,
                0.455,
                0.468,
                0.191,
                0.225,
                0.295,
                0.215,
                0.211,
                0.134,
                0.443
            ],
            "timbre": [
                56.912,
                58.991,
                3.982,
                21.768,
                16.622,
                -47.961,
                23.06,
                14.232,
                7.207,
                -1.757,
                -18.094,
                18.75
            ]
        },
        {
            "start": 169.06467,
            "duration": 0.48141,
            "confidence": 0.739,
            "loudness_start": -9.199,
            "loudness_max_time": 0.0922,
            "loudness_max": -0.421,
            "loudness_end": 0.0,
            "pitches": [
                0.275,
                0.392,
                0.799,
                1.0,
                0.587,
                0.206,
                0.307,
                0.224,
                0.26,
                0.361,
                0.159,
                0.093
            ],
            "timbre": [
                55.508,
                62.96,
                22.163,
                -37.048,
                35.991,
                -11.16,
                16.15,
                15.471,
                4.645,
                17.052,
                -14.744,
                -5.905
            ]
        },
        {
            "start": 169.54608,
            "duration": 0.29628,
            "confidence": 0.815,
            "loudness_start": -6.68,
            "loudness_max_time": 0.07503,
            "loudness_max": 2.676,
            "loudness_end": 0.0,
            "pitches": [
                0.483,
                1.0,
                0.325,
                0.047,
                0.047,
                0.044,
                0.053,
                0.037,
                0.158,
                0.504,
                0.094,
                0.065
            ],
            "timbre": [
                58.193,
                79.644,
                62.074,
                -17.929,
                68.226,
                5.729,
                2.678,
                15.321,
                22.336,
                28.756,
                -20.926,
                16.224
            ]
        },
        {
            "start": 169.84236,
            "duration": 0.26168,
            "confidence": 0.588,
            "loudness_start": -4.793,
            "loudness_max_time": 0.06364,
            "loudness_max": 0.728,
            "loudness_end": 0.0,
            "pitches": [
                0.727,
                1.0,
                0.817,
                0.682,
                0.481,
                0.262,
                0.281,
                0.364,
                0.232,
                0.392,
                0.206,
                0.495
            ],
            "timbre": [
                57.811,
                87.782,
                2.904,
                -5.117,
                34.402,
                -14.028,
                -7.744,
                10.379,
                13.739,
                5.031,
                -15.794,
                -4.713
            ]
        },
        {
            "start": 170.10403,
            "duration": 0.55138,
            "confidence": 0.688,
            "loudness_start": -7.376,
            "loudness_max_time": 0.08186,
            "loudness_max": 0.896,
            "loudness_end": 0.0,
            "pitches": [
                0.435,
                0.758,
                1.0,
                0.684,
                0.426,
                0.384,
                0.418,
                0.391,
                0.658,
                0.627,
                0.281,
                0.479
            ],
            "timbre": [
                55.838,
                66.596,
                44.762,
                -18.274,
                30.746,
                -21.354,
                18.763,
                15.517,
                21.195,
                9.576,
                -26.204,
                -6.197
            ]
        },
        {
            "start": 170.65543,
            "duration": 0.24327,
            "confidence": 0.915,
            "loudness_start": -9.745,
            "loudness_max_time": 0.07687,
            "loudness_max": 2.778,
            "loudness_end": 0.0,
            "pitches": [
                0.7,
                1.0,
                0.03,
                0.016,
                0.055,
                0.033,
                0.013,
                0.052,
                0.184,
                0.144,
                0.043,
                0.032
            ],
            "timbre": [
                57.807,
                77.582,
                53.705,
                -18.453,
                42.488,
                15.466,
                4.645,
                27.051,
                8.48,
                -4.107,
                -9.094,
                -2.89
            ]
        },
        {
            "start": 170.89868,
            "duration": 0.26109,
            "confidence": 0.347,
            "loudness_start": -7.531,
            "loudness_max_time": 0.02265,
            "loudness_max": -1.407,
            "loudness_end": 0.0,
            "pitches": [
                0.67,
                1.0,
                0.652,
                0.341,
                0.301,
                0.152,
                0.095,
                0.151,
                0.103,
                0.108,
                0.058,
                0.28
            ],
            "timbre": [
                54.997,
                78.802,
                -6.048,
                15.888,
                -0.16,
                -30.033,
                11.174,
                14.195,
                2.001,
                0.636,
                1.381,
                1.765
            ]
        },
        {
            "start": 171.15977,
            "duration": 0.25016,
            "confidence": 0.956,
            "loudness_start": -11.621,
            "loudness_max_time": 0.03014,
            "loudness_max": 1.438,
            "loudness_end": 0.0,
            "pitches": [
                0.216,
                1.0,
                0.279,
                0.339,
                0.537,
                0.366,
                0.113,
                0.094,
                0.144,
                0.268,
                0.087,
                0.272
            ],
            "timbre": [
                58.762,
                125.742,
                33.456,
                5.836,
                7.076,
                -8.098,
                -39.037,
                -2.407,
                19.712,
                0.174,
                10.822,
                -28.2
            ]
        },
        {
            "start": 171.40993,
            "duration": 0.5459,
            "confidence": 0.378,
            "loudness_start": -5.236,
            "loudness_max_time": 0.06418,
            "loudness_max": -0.511,
            "loudness_end": 0.0,
            "pitches": [
                0.215,
                0.377,
                0.304,
                0.499,
                1.0,
                0.61,
                0.266,
                0.651,
                0.56,
                0.4,
                0.133,
                0.26
            ],
            "timbre": [
                57.019,
                108.989,
                36.133,
                -19.232,
                3.305,
                -25.34,
                15.598,
                27.307,
                25.414,
                1.445,
                -0.306,
                14.291
            ]
        },
        {
            "start": 171.95583,
            "duration": 0.4698,
            "confidence": 0.602,
            "loudness_start": -5.987,
            "loudness_max_time": 0.05475,
            "loudness_max": 0.405,
            "loudness_end": 0.0,
            "pitches": [
                0.126,
                0.195,
                0.33,
                0.64,
                1.0,
                0.208,
                0.372,
                0.506,
                0.557,
                0.414,
                0.201,
                0.366
            ],
            "timbre": [
                58.456,
                100.251,
                33.594,
                -16.846,
                15.872,
                -40.134,
                22.498,
                10.937,
                12.535,
                9.904,
                -7.444,
                2.803
            ]
        },
        {
            "start": 172.42561,
            "duration": 0.25601,
            "confidence": 0.157,
            "loudness_start": -2.729,
            "loudness_max_time": 0.03039,
            "loudness_max": -0.371,
            "loudness_end": 0.0,
            "pitches": [
                0.484,
                1.0,
                0.94,
                0.945,
                0.783,
                0.524,
                0.554,
                0.389,
                0.395,
                0.341,
                0.2,
                0.399
            ],
            "timbre": [
                57.388,
                102.365,
                23.957,
                29.747,
                11.239,
                -36.127,
                38.702,
                -5.463,
                20.59,
                16.058,
                -27.783,
                5.367
            ]
        },
        {
            "start": 172.68163,
            "duration": 0.1966,
            "confidence": 0.64,
            "loudness_start": -7.537,
            "loudness_max_time": 0.14033,
            "loudness_max": -0.562,
            "loudness_end": 0.0,
            "pitches": [
                0.263,
                0.62,
                0.456,
                0.361,
                0.253,
                0.408,
                1.0,
                0.471,
                0.167,
                0.331,
                0.242,
                0.184
            ],
            "timbre": [
                55.868,
                74.511,
                72.197,
                -49.078,
                16.448,
                -30.74,
                52.753,
                8.588,
                3.585,
                16.151,
                -2.834,
                7.453
            ]
        },
        {
            "start": 172.87823,
            "duration": 0.12794,
            "confidence": 0.028,
            "loudness_start": -2.528,
            "loudness_max_time": 0.03437,
            "loudness_max": 0.169,
            "loudness_end": 0.0,
            "pitches": [
                0.05,
                0.429,
                0.373,
                0.353,
                0.946,
                0.902,
                1.0,
                0.979,
                0.468,
                0.592,
                0.087,
                0.021
            ],
            "timbre": [
                59.021,
                134.185,
                43.936,
                -7.477,
                32.483,
                -42.753,
                38.174,
                7.525,
                15.153,
                15.096,
                0.393,
                30.645
            ]
        },
        {
            "start": 173.00616,
            "duration": 0.27261,
            "confidence": 0.147,
            "loudness_start": -1.187,
            "loudness_max_time": 0.00189,
            "loudness_max": 1.04,
            "loudness_end": 0.0,
            "pitches": [
                0.597,
                1.0,
                0.781,
                0.271,
                0.556,
                0.151,
                0.246,
                0.216,
                0.183,
                0.789,
                0.13,
                0.439
            ],
            "timbre": [
                59.294,
                105.015,
                30.636,
                -0.896,
                25.4,
                -54.913,
                37.835,
                -1.743,
                14.701,
                3.493,
                -6.564,
                26.353
            ]
        },
        {
            "start": 173.27878,
            "duration": 0.48798,
            "confidence": 0.216,
            "loudness_start": -3.003,
            "loudness_max_time": 0.05113,
            "loudness_max": 0.364,
            "loudness_end": 0.0,
            "pitches": [
                0.34,
                0.584,
                0.903,
                1.0,
                0.74,
                0.295,
                0.431,
                0.483,
                0.504,
                0.507,
                0.261,
                0.156
            ],
            "timbre": [
                57.934,
                106.763,
                41.756,
                33.984,
                8.669,
                -33.208,
                8.785,
                17.835,
                4.586,
                -1.829,
                -26.251,
                4.618
            ]
        },
        {
            "start": 173.76675,
            "duration": 0.26553,
            "confidence": 0.744,
            "loudness_start": -6.814,
            "loudness_max_time": 0.07512,
            "loudness_max": 0.797,
            "loudness_end": 0.0,
            "pitches": [
                0.44,
                1.0,
                0.263,
                0.05,
                0.08,
                0.05,
                0.074,
                0.016,
                0.062,
                0.198,
                0.062,
                0.044
            ],
            "timbre": [
                57.766,
                72.94,
                54.207,
                10.98,
                52.877,
                -3.368,
                24.148,
                9.042,
                1.42,
                12.573,
                -3.873,
                4.994
            ]
        },
        {
            "start": 174.03229,
            "duration": 0.25705,
            "confidence": 0.612,
            "loudness_start": -7.302,
            "loudness_max_time": 0.02059,
            "loudness_max": -0.313,
            "loudness_end": 0.0,
            "pitches": [
                0.678,
                1.0,
                0.806,
                0.629,
                0.815,
                0.313,
                0.244,
                0.368,
                0.263,
                0.55,
                0.255,
                0.461
            ],
            "timbre": [
                57.293,
                78.722,
                -7.505,
                -5.909,
                22.392,
                -22.261,
                -5.91,
                0.034,
                -4.642,
                3.086,
                1.612,
                -6.604
            ]
        },
        {
            "start": 174.28934,
            "duration": 0.51025,
            "confidence": 0.566,
            "loudness_start": -6.822,
            "loudness_max_time": 0.0567,
            "loudness_max": -0.926,
            "loudness_end": 0.0,
            "pitches": [
                0.455,
                0.751,
                1.0,
                0.672,
                0.43,
                0.415,
                0.389,
                0.339,
                0.635,
                0.586,
                0.266,
                0.425
            ],
            "timbre": [
                56.382,
                76.625,
                0.486,
                -14.284,
                38.367,
                -18.475,
                -5.719,
                8.801,
                9.669,
                0.686,
                -15.849,
                2.042
            ]
        },
        {
            "start": 174.79959,
            "duration": 0.48794,
            "confidence": 0.938,
            "loudness_start": -10.539,
            "loudness_max_time": 0.03717,
            "loudness_max": 1.527,
            "loudness_end": 0.0,
            "pitches": [
                0.463,
                1.0,
                0.842,
                0.318,
                0.315,
                0.215,
                0.147,
                0.15,
                0.309,
                0.264,
                0.169,
                0.098
            ],
            "timbre": [
                59.046,
                128.129,
                52.255,
                18.019,
                34.936,
                -9.144,
                39.245,
                8.848,
                18.476,
                -4.42,
                -1.551,
                14.788
            ]
        },
        {
            "start": 175.28754,
            "duration": 0.32508,
            "confidence": 0.619,
            "loudness_start": -6.261,
            "loudness_max_time": 0.08266,
            "loudness_max": 1.049,
            "loudness_end": 0.0,
            "pitches": [
                0.207,
                1.0,
                0.233,
                0.477,
                0.628,
                0.418,
                0.088,
                0.082,
                0.128,
                0.284,
                0.133,
                0.394
            ],
            "timbre": [
                56.378,
                93.935,
                56.253,
                -4.198,
                30.393,
                -17.586,
                14.908,
                -0.86,
                -7.324,
                1.201,
                -44.379,
                -10.619
            ]
        },
        {
            "start": 175.61261,
            "duration": 0.38249,
            "confidence": 0.686,
            "loudness_start": -6.679,
            "loudness_max_time": 0.06982,
            "loudness_max": 0.203,
            "loudness_end": 0.0,
            "pitches": [
                0.269,
                0.334,
                0.297,
                0.203,
                0.586,
                0.377,
                0.519,
                1.0,
                0.991,
                0.619,
                0.232,
                0.29
            ],
            "timbre": [
                58.091,
                66.54,
                21.89,
                -14.508,
                21.865,
                -33.526,
                -8.759,
                38.848,
                23.741,
                10.969,
                -12.477,
                -28.403
            ]
        },
        {
            "start": 175.9951,
            "duration": 0.31401,
            "confidence": 0.562,
            "loudness_start": -4.651,
            "loudness_max_time": 0.07848,
            "loudness_max": 0.477,
            "loudness_end": 0.0,
            "pitches": [
                0.299,
                0.948,
                0.928,
                0.649,
                1.0,
                0.473,
                0.428,
                0.462,
                0.407,
                0.269,
                0.265,
                0.288
            ],
            "timbre": [
                58.541,
                89.02,
                23.001,
                -12.831,
                38.891,
                -24.17,
                12.215,
                19.94,
                5.225,
                -0.035,
                -13.715,
                -15.457
            ]
        },
        {
            "start": 176.30911,
            "duration": 0.56912,
            "confidence": 0.31,
            "loudness_start": -4.388,
            "loudness_max_time": 0.1056,
            "loudness_max": 0.332,
            "loudness_end": 0.0,
            "pitches": [
                0.469,
                1.0,
                0.616,
                0.748,
                0.491,
                0.246,
                0.293,
                0.292,
                0.402,
                0.473,
                0.36,
                0.366
            ],
            "timbre": [
                58.131,
                125.825,
                31.465,
                -12.141,
                23.641,
                -31.678,
                9.547,
                -17.616,
                25.923,
                12.704,
                -19.314,
                -0.656
            ]
        },
        {
            "start": 176.87823,
            "duration": 0.29592,
            "confidence": 0.534,
            "loudness_start": -6.132,
            "loudness_max_time": 0.05139,
            "loudness_max": -0.655,
            "loudness_end": 0.0,
            "pitches": [
                0.076,
                0.391,
                0.097,
                0.06,
                0.19,
                0.245,
                1.0,
                0.147,
                0.101,
                0.221,
                0.115,
                0.082
            ],
            "timbre": [
                57.244,
                108.173,
                64.99,
                -15.66,
                2.28,
                -17.674,
                46.082,
                9.846,
                -8.87,
                4.798,
                -10.404,
                -0.04
            ]
        },
        {
            "start": 177.17415,
            "duration": 0.27274,
            "confidence": 0.207,
            "loudness_start": -4.007,
            "loudness_max_time": 0.03056,
            "loudness_max": -0.582,
            "loudness_end": 0.0,
            "pitches": [
                0.591,
                1.0,
                0.873,
                0.346,
                0.417,
                0.178,
                0.616,
                0.227,
                0.127,
                0.317,
                0.097,
                0.394
            ],
            "timbre": [
                57.586,
                74.38,
                46.789,
                13.24,
                -1.514,
                -41.469,
                36.877,
                24.492,
                -11.611,
                6.165,
                -10.054,
                -9.945
            ]
        },
        {
            "start": 177.44688,
            "duration": 0.22653,
            "confidence": 0.503,
            "loudness_start": -6.034,
            "loudness_max_time": 0.0266,
            "loudness_max": -0.533,
            "loudness_end": 0.0,
            "pitches": [
                0.472,
                1.0,
                0.174,
                0.138,
                0.129,
                0.066,
                0.09,
                0.036,
                0.113,
                0.123,
                0.064,
                0.072
            ],
            "timbre": [
                56.78,
                102.984,
                31.287,
                27.139,
                19.683,
                -31.937,
                23.346,
                -12.468,
                -13.857,
                8.429,
                -18.039,
                -23.579
            ]
        },
        {
            "start": 177.67342,
            "duration": 0.29011,
            "confidence": 0.652,
            "loudness_start": -6.821,
            "loudness_max_time": 0.08532,
            "loudness_max": -0.247,
            "loudness_end": 0.0,
            "pitches": [
                0.675,
                1.0,
                0.81,
                0.63,
                0.756,
                0.346,
                0.253,
                0.29,
                0.194,
                0.177,
                0.113,
                0.528
            ],
            "timbre": [
                56.596,
                96.636,
                15.324,
                -0.825,
                10.631,
                -14.162,
                10.282,
                31.583,
                -0.788,
                12.726,
                -14.601,
                -9.215
            ]
        },
        {
            "start": 177.96355,
            "duration": 0.13927,
            "confidence": 0.818,
            "loudness_start": -9.525,
            "loudness_max_time": 0.07497,
            "loudness_max": 0.195,
            "loudness_end": 0.0,
            "pitches": [
                0.476,
                1.0,
                0.803,
                0.675,
                0.452,
                0.445,
                0.11,
                0.092,
                0.073,
                0.114,
                0.041,
                0.023
            ],
            "timbre": [
                57.336,
                112.092,
                20.086,
                -37.744,
                48.525,
                -5.119,
                -6.811,
                -2.52,
                13.045,
                19.047,
                -14.955,
                -13.976
            ]
        },
        {
            "start": 178.10281,
            "duration": 0.09864,
            "confidence": 0.138,
            "loudness_start": -3.231,
            "loudness_max_time": 0.0417,
            "loudness_max": 0.284,
            "loudness_end": 0.0,
            "pitches": [
                0.701,
                1.0,
                0.942,
                0.76,
                0.521,
                0.514,
                0.217,
                0.2,
                0.048,
                0.077,
                0.051,
                0.021
            ],
            "timbre": [
                58.527,
                98.969,
                15.647,
                -14.022,
                44.879,
                -39.989,
                -4.531,
                9.327,
                12.549,
                14.066,
                -13.412,
                -26.016
            ]
        },
        {
            "start": 178.20145,
            "duration": 0.25048,
            "confidence": 0.134,
            "loudness_start": -2.694,
            "loudness_max_time": 0.02803,
            "loudness_max": 0.737,
            "loudness_end": 0.0,
            "pitches": [
                0.74,
                1.0,
                0.872,
                0.695,
                0.469,
                0.257,
                0.23,
                0.368,
                0.253,
                0.225,
                0.14,
                0.471
            ],
            "timbre": [
                57.329,
                90.84,
                -8.62,
                25.207,
                14.046,
                -38.526,
                5.652,
                13.606,
                -10.384,
                1.235,
                -6.732,
                -8.147
            ]
        },
        {
            "start": 178.45193,
            "duration": 0.55107,
            "confidence": 0.786,
            "loudness_start": -8.149,
            "loudness_max_time": 0.08046,
            "loudness_max": 0.817,
            "loudness_end": 0.0,
            "pitches": [
                0.393,
                0.81,
                1.0,
                0.625,
                0.373,
                0.389,
                0.385,
                0.341,
                0.61,
                0.508,
                0.224,
                0.429
            ],
            "timbre": [
                55.344,
                95.624,
                43.32,
                -63.004,
                8.182,
                -15.967,
                23.985,
                11.562,
                2.832,
                2.631,
                -13.474,
                -0.965
            ]
        },
        {
            "start": 179.00299,
            "duration": 0.25488,
            "confidence": 0.027,
            "loudness_start": -3.89,
            "loudness_max_time": 0.08117,
            "loudness_max": -1.316,
            "loudness_end": 0.0,
            "pitches": [
                0.707,
                1.0,
                0.024,
                0.014,
                0.039,
                0.024,
                0.014,
                0.039,
                0.156,
                0.056,
                0.014,
                0.073
            ],
            "timbre": [
                56.95,
                96.91,
                49.557,
                12.804,
                28.15,
                -36.601,
                24.108,
                -1.055,
                10.589,
                19.331,
                -24.438,
                6.542
            ]
        },
        {
            "start": 179.25787,
            "duration": 0.26698,
            "confidence": 0.498,
            "loudness_start": -7.594,
            "loudness_max_time": 0.01332,
            "loudness_max": -0.115,
            "loudness_end": 0.0,
            "pitches": [
                0.699,
                1.0,
                0.554,
                0.232,
                0.287,
                0.127,
                0.072,
                0.136,
                0.072,
                0.149,
                0.047,
                0.288
            ],
            "timbre": [
                55.985,
                85.283,
                -5.374,
                16.441,
                -6.732,
                -52.395,
                4.798,
                3.256,
                1.305,
                -5.855,
                -7.767,
                6.16
            ]
        },
        {
            "start": 179.52486,
            "duration": 0.24404,
            "confidence": 0.59,
            "loudness_start": -9.735,
            "loudness_max_time": 0.15241,
            "loudness_max": -3.389,
            "loudness_end": 0.0,
            "pitches": [
                0.247,
                1.0,
                0.287,
                0.226,
                0.403,
                0.323,
                0.076,
                0.049,
                0.056,
                0.103,
                0.041,
                0.204
            ],
            "timbre": [
                55.272,
                69.569,
                -1.158,
                -17.442,
                32.486,
                -46.127,
                24.664,
                -9.019,
                -13.245,
                13.597,
                -8.226,
                2.649
            ]
        },
        {
            "start": 179.76889,
            "duration": 0.53361,
            "confidence": 0.728,
            "loudness_start": -6.416,
            "loudness_max_time": 0.13319,
            "loudness_max": 1.243,
            "loudness_end": 0.0,
            "pitches": [
                0.162,
                0.21,
                0.244,
                0.46,
                1.0,
                0.534,
                0.241,
                0.603,
                0.522,
                0.606,
                0.186,
                0.249
            ],
            "timbre": [
                59.005,
                81.618,
                49.353,
                -13.728,
                22.693,
                -16.567,
                35.145,
                47.064,
                13.015,
                10.758,
                7.703,
                5.299
            ]
        },
        {
            "start": 180.30249,
            "duration": 0.1629,
            "confidence": 0.103,
            "loudness_start": -2.411,
            "loudness_max_time": 0.01075,
            "loudness_max": 0.934,
            "loudness_end": 0.0,
            "pitches": [
                0.462,
                1.0,
                0.187,
                0.158,
                0.186,
                0.159,
                0.735,
                0.771,
                0.879,
                0.832,
                0.558,
                0.168
            ],
            "timbre": [
                58.766,
                93.96,
                23.682,
                -3.093,
                8.264,
                -53.052,
                11.472,
                3.939,
                18.847,
                8.201,
                -8.174,
                4.391
            ]
        },
        {
            "start": 180.4654,
            "duration": 0.36571,
            "confidence": 0.158,
            "loudness_start": -3.531,
            "loudness_max_time": 0.02891,
            "loudness_max": -0.5,
            "loudness_end": 0.0,
            "pitches": [
                0.177,
                0.52,
                0.634,
                1.0,
                0.737,
                0.104,
                0.065,
                0.046,
                0.08,
                0.098,
                0.06,
                0.203
            ],
            "timbre": [
                57.936,
                108.302,
                37.252,
                9.829,
                33.569,
                -38.015,
                35.8,
                -1.938,
                12.049,
                9.681,
                -16.269,
                14.547
            ]
        },
        {
            "start": 180.83112,
            "duration": 0.22009,
            "confidence": 0.296,
            "loudness_start": -3.93,
            "loudness_max_time": 0.00763,
            "loudness_max": -1.38,
            "loudness_end": 0.0,
            "pitches": [
                0.587,
                1.0,
                0.75,
                0.414,
                0.397,
                0.21,
                0.376,
                0.165,
                0.154,
                0.128,
                0.101,
                0.534
            ],
            "timbre": [
                55.825,
                91.596,
                -0.977,
                -0.177,
                -10.402,
                -65.677,
                30.847,
                -2.485,
                -9.258,
                -1.235,
                -3.805,
                9.079
            ]
        },
        {
            "start": 181.0512,
            "duration": 0.25011,
            "confidence": 0.676,
            "loudness_start": -7.091,
            "loudness_max_time": 0.20582,
            "loudness_max": -0.136,
            "loudness_end": 0.0,
            "pitches": [
                0.102,
                0.408,
                0.107,
                0.151,
                0.203,
                0.301,
                1.0,
                0.262,
                0.245,
                0.328,
                0.127,
                0.11
            ],
            "timbre": [
                57.54,
                100.762,
                70.902,
                -18.89,
                9.707,
                -9.02,
                49.145,
                35.689,
                -7.021,
                6.455,
                3.77,
                16.87
            ]
        },
        {
            "start": 181.30132,
            "duration": 0.52245,
            "confidence": 0.297,
            "loudness_start": -3.714,
            "loudness_max_time": 0.05512,
            "loudness_max": 1.084,
            "loudness_end": 0.0,
            "pitches": [
                0.164,
                0.325,
                0.45,
                0.247,
                0.386,
                0.293,
                0.845,
                1.0,
                0.567,
                0.604,
                0.218,
                0.157
            ],
            "timbre": [
                58.48,
                115.847,
                39.881,
                2.232,
                33.757,
                -31.442,
                30.971,
                11.631,
                23.218,
                -11.44,
                -9.199,
                0.117
            ]
        },
        {
            "start": 181.82376,
            "duration": 0.30776,
            "confidence": 0.582,
            "loudness_start": -6.232,
            "loudness_max_time": 0.09778,
            "loudness_max": 0.062,
            "loudness_end": 0.0,
            "pitches": [
                0.622,
                1.0,
                0.715,
                0.619,
                0.714,
                0.418,
                0.309,
                0.334,
                0.212,
                0.188,
                0.113,
                0.43
            ],
            "timbre": [
                56.079,
                106.451,
                30.108,
                -0.798,
                5.55,
                -11.961,
                8.925,
                21.078,
                -6.759,
                14.846,
                -30.891,
                -16.446
            ]
        },
        {
            "start": 182.13152,
            "duration": 0.49406,
            "confidence": 0.911,
            "loudness_start": -9.117,
            "loudness_max_time": 0.04731,
            "loudness_max": 2.121,
            "loudness_end": 0.0,
            "pitches": [
                0.243,
                0.855,
                1.0,
                0.765,
                0.394,
                0.197,
                0.253,
                0.332,
                0.35,
                0.445,
                0.253,
                0.101
            ],
            "timbre": [
                57.675,
                104.578,
                27.135,
                2.106,
                39.674,
                22.511,
                -11.335,
                15.744,
                -18.204,
                14.424,
                -13.452,
                -15.163
            ]
        },
        {
            "start": 182.62558,
            "duration": 0.28907,
            "confidence": 0.865,
            "loudness_start": -9.107,
            "loudness_max_time": 0.04276,
            "loudness_max": 1.689,
            "loudness_end": 0.0,
            "pitches": [
                0.253,
                1.0,
                0.429,
                0.072,
                0.058,
                0.034,
                0.044,
                0.044,
                0.069,
                0.2,
                0.052,
                0.051
            ],
            "timbre": [
                57.917,
                137.7,
                38.37,
                -26.473,
                28.272,
                19.734,
                -15.4,
                10.79,
                22.941,
                -1.248,
                2.03,
                -26.945
            ]
        },
        {
            "start": 182.91466,
            "duration": 0.26735,
            "confidence": 0.256,
            "loudness_start": -3.847,
            "loudness_max_time": 0.02825,
            "loudness_max": -0.391,
            "loudness_end": 0.0,
            "pitches": [
                0.667,
                1.0,
                0.462,
                0.236,
                0.257,
                0.132,
                0.1,
                0.164,
                0.245,
                0.216,
                0.058,
                0.571
            ],
            "timbre": [
                58.088,
                82.407,
                46.077,
                3.666,
                18.275,
                -48.069,
                30.926,
                13.63,
                26.529,
                5.543,
                -0.828,
                -0.788
            ]
        },
        {
            "start": 183.182,
            "duration": 0.25574,
            "confidence": 0.117,
            "loudness_start": -3.903,
            "loudness_max_time": 0.06585,
            "loudness_max": -1.041,
            "loudness_end": 0.0,
            "pitches": [
                0.7,
                1.0,
                0.023,
                0.019,
                0.042,
                0.024,
                0.014,
                0.044,
                0.16,
                0.066,
                0.013,
                0.07
            ],
            "timbre": [
                56.592,
                90.674,
                57.466,
                20.046,
                26.665,
                -33.791,
                18.792,
                6.766,
                19.326,
                11.263,
                -25.218,
                13.815
            ]
        },
        {
            "start": 183.43773,
            "duration": 0.26671,
            "confidence": 0.525,
            "loudness_start": -9.244,
            "loudness_max_time": 0.00739,
            "loudness_max": -0.821,
            "loudness_end": 0.0,
            "pitches": [
                0.698,
                1.0,
                0.475,
                0.173,
                0.253,
                0.105,
                0.057,
                0.133,
                0.09,
                0.182,
                0.051,
                0.288
            ],
            "timbre": [
                56.022,
                92.953,
                2.087,
                4.556,
                -6.583,
                -57.651,
                1.729,
                13.501,
                4.607,
                -3.926,
                -13.193,
                9.558
            ]
        },
        {
            "start": 183.70444,
            "duration": 0.24943,
            "confidence": 0.547,
            "loudness_start": -9.199,
            "loudness_max_time": 0.14122,
            "loudness_max": -3.16,
            "loudness_end": 0.0,
            "pitches": [
                0.262,
                1.0,
                0.288,
                0.193,
                0.371,
                0.29,
                0.072,
                0.049,
                0.05,
                0.097,
                0.04,
                0.22
            ],
            "timbre": [
                55.471,
                77.07,
                -1.285,
                -14.996,
                25.096,
                -44.59,
                19.191,
                -15.941,
                -3.6,
                14.159,
                -16.631,
                -1.755
            ]
        },
        {
            "start": 183.95387,
            "duration": 0.27315,
            "confidence": 0.584,
            "loudness_start": -7.773,
            "loudness_max_time": 0.01821,
            "loudness_max": 0.112,
            "loudness_end": 0.0,
            "pitches": [
                0.733,
                0.985,
                1.0,
                0.467,
                0.967,
                0.309,
                0.204,
                0.422,
                0.66,
                0.389,
                0.333,
                0.622
            ],
            "timbre": [
                57.876,
                53.459,
                32.012,
                -13.252,
                24.502,
                -53.598,
                39.547,
                20.241,
                9.972,
                20.039,
                13.145,
                11.097
            ]
        },
        {
            "start": 184.22704,
            "duration": 0.23814,
            "confidence": 0.131,
            "loudness_start": -3.73,
            "loudness_max_time": 0.17931,
            "loudness_max": -1.085,
            "loudness_end": 0.0,
            "pitches": [
                0.149,
                0.615,
                0.139,
                0.569,
                1.0,
                0.369,
                0.098,
                0.081,
                0.134,
                0.422,
                0.082,
                0.316
            ],
            "timbre": [
                58.101,
                89.213,
                23.419,
                -15.157,
                23.916,
                -46.892,
                5.323,
                -3.394,
                12.118,
                18.195,
                -9.632,
                12.941
            ]
        },
        {
            "start": 184.46516,
            "duration": 0.26485,
            "confidence": 0.246,
            "loudness_start": -3.977,
            "loudness_max_time": 0.0221,
            "loudness_max": 0.969,
            "loudness_end": 0.0,
            "pitches": [
                0.685,
                1.0,
                0.716,
                0.383,
                0.565,
                0.204,
                0.263,
                0.303,
                0.304,
                0.197,
                0.145,
                0.589
            ],
            "timbre": [
                58.129,
                83.006,
                1.02,
                -3.924,
                16.517,
                -44.414,
                1.716,
                -2.178,
                9.607,
                13.937,
                -0.302,
                4.436
            ]
        },
        {
            "start": 184.73003,
            "duration": 0.51846,
            "confidence": 0.063,
            "loudness_start": -5.297,
            "loudness_max_time": 0.15842,
            "loudness_max": -1.699,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.932,
                0.617,
                0.886,
                0.776,
                0.564,
                0.595,
                0.637,
                0.987,
                0.95,
                0.535,
                0.753
            ],
            "timbre": [
                55.811,
                77.125,
                -6.905,
                -7.221,
                28.385,
                -38.013,
                23.041,
                2.733,
                -2.251,
                12.495,
                -18.646,
                -14.618
            ]
        },
        {
            "start": 185.24847,
            "duration": 0.09896,
            "confidence": 0.807,
            "loudness_start": -8.465,
            "loudness_max_time": 0.03978,
            "loudness_max": 0.585,
            "loudness_end": 0.0,
            "pitches": [
                0.198,
                0.655,
                0.591,
                0.517,
                0.887,
                0.888,
                1.0,
                0.94,
                0.557,
                0.593,
                0.21,
                0.04
            ],
            "timbre": [
                57.861,
                107.267,
                58.698,
                21.924,
                1.58,
                -20.661,
                64.674,
                4.235,
                -17.128,
                8.364,
                0.249,
                18.805
            ]
        },
        {
            "start": 185.34744,
            "duration": 0.16095,
            "confidence": 0.189,
            "loudness_start": -3.655,
            "loudness_max_time": 0.04285,
            "loudness_max": 0.306,
            "loudness_end": 0.0,
            "pitches": [
                0.033,
                0.23,
                0.174,
                0.178,
                1.0,
                0.893,
                0.999,
                0.97,
                0.242,
                0.306,
                0.052,
                0.021
            ],
            "timbre": [
                57.592,
                100.904,
                52.57,
                23.681,
                15.06,
                -23.629,
                71.55,
                4.044,
                -4.209,
                -7.845,
                -24.742,
                34.292
            ]
        },
        {
            "start": 185.50839,
            "duration": 0.24626,
            "confidence": 0.526,
            "loudness_start": -5.351,
            "loudness_max_time": 0.02437,
            "loudness_max": 0.044,
            "loudness_end": 0.0,
            "pitches": [
                0.512,
                0.997,
                1.0,
                0.593,
                0.652,
                0.239,
                0.234,
                0.284,
                0.203,
                0.32,
                0.125,
                0.395
            ],
            "timbre": [
                57.366,
                77.185,
                18.292,
                20.751,
                18.343,
                -28.52,
                40.133,
                19.956,
                7.285,
                1.23,
                -13.764,
                18.515
            ]
        },
        {
            "start": 185.75465,
            "duration": 0.39651,
            "confidence": 0.728,
            "loudness_start": -9.781,
            "loudness_max_time": 0.10042,
            "loudness_max": -0.813,
            "loudness_end": 0.0,
            "pitches": [
                0.214,
                0.318,
                0.773,
                1.0,
                0.548,
                0.119,
                0.176,
                0.095,
                0.132,
                0.288,
                0.134,
                0.079
            ],
            "timbre": [
                55.762,
                71.554,
                40.565,
                -18.407,
                21.713,
                -10.358,
                35.119,
                9.933,
                -9.75,
                16.347,
                -19.505,
                -4.516
            ]
        },
        {
            "start": 186.15115,
            "duration": 0.16023,
            "confidence": 0.157,
            "loudness_start": -6.897,
            "loudness_max_time": 0.05286,
            "loudness_max": -3.609,
            "loudness_end": 0.0,
            "pitches": [
                0.113,
                0.155,
                0.11,
                0.068,
                0.499,
                0.489,
                1.0,
                0.987,
                0.845,
                0.906,
                0.345,
                0.013
            ],
            "timbre": [
                54.528,
                106.381,
                49.397,
                -6.294,
                4.49,
                -39.035,
                43.206,
                21.675,
                24.075,
                -6.697,
                -9.62,
                -9.295
            ]
        },
        {
            "start": 186.31139,
            "duration": 0.25546,
            "confidence": 0.804,
            "loudness_start": -6.94,
            "loudness_max_time": 0.05356,
            "loudness_max": 2.059,
            "loudness_end": 0.0,
            "pitches": [
                0.412,
                1.0,
                0.204,
                0.049,
                0.032,
                0.02,
                0.027,
                0.016,
                0.087,
                0.264,
                0.051,
                0.017
            ],
            "timbre": [
                59.168,
                118.513,
                39.121,
                6.059,
                20.939,
                -0.34,
                -7.953,
                -6.542,
                -13.001,
                6.548,
                -7.165,
                -3.215
            ]
        },
        {
            "start": 186.56685,
            "duration": 0.22018,
            "confidence": 0.333,
            "loudness_start": -5.909,
            "loudness_max_time": 0.02997,
            "loudness_max": 0.46,
            "loudness_end": 0.0,
            "pitches": [
                0.739,
                1.0,
                0.905,
                0.608,
                0.414,
                0.229,
                0.169,
                0.297,
                0.234,
                0.341,
                0.112,
                0.555
            ],
            "timbre": [
                56.861,
                83.314,
                -5.754,
                22.868,
                0.358,
                -50.789,
                9.766,
                13.307,
                -19.2,
                -7.644,
                -5.344,
                -1.267
            ]
        },
        {
            "start": 186.78703,
            "duration": 0.51329,
            "confidence": 0.6,
            "loudness_start": -7.015,
            "loudness_max_time": 0.11231,
            "loudness_max": 0.395,
            "loudness_end": 0.0,
            "pitches": [
                0.348,
                0.673,
                1.0,
                0.559,
                0.361,
                0.321,
                0.244,
                0.208,
                0.394,
                0.474,
                0.215,
                0.333
            ],
            "timbre": [
                55.518,
                68.642,
                37.897,
                -10.485,
                33.163,
                -14.925,
                38.741,
                24.931,
                -10.314,
                7.928,
                -39.515,
                4.744
            ]
        },
        {
            "start": 187.30032,
            "duration": 0.2644,
            "confidence": 0.704,
            "loudness_start": -10.747,
            "loudness_max_time": 0.21363,
            "loudness_max": -0.66,
            "loudness_end": 0.0,
            "pitches": [
                0.675,
                1.0,
                0.066,
                0.017,
                0.046,
                0.029,
                0.011,
                0.045,
                0.212,
                0.115,
                0.012,
                0.017
            ],
            "timbre": [
                55.371,
                76.697,
                58.495,
                -61.142,
                11.33,
                -9.434,
                14.05,
                14.308,
                -13.917,
                4.724,
                8.483,
                4.292
            ]
        },
        {
            "start": 187.56471,
            "duration": 0.29628,
            "confidence": 0.129,
            "loudness_start": -2.586,
            "loudness_max_time": 0.05332,
            "loudness_max": 0.469,
            "loudness_end": 0.0,
            "pitches": [
                0.687,
                1.0,
                0.713,
                0.485,
                0.411,
                0.206,
                0.155,
                0.181,
                0.145,
                0.23,
                0.088,
                0.252
            ],
            "timbre": [
                58.523,
                115.705,
                15.199,
                -13.154,
                13.795,
                -37.386,
                10.566,
                6.308,
                -12.581,
                13.633,
                -1.758,
                6.011
            ]
        },
        {
            "start": 187.861,
            "duration": 0.11025,
            "confidence": 0.007,
            "loudness_start": -2.74,
            "loudness_max_time": 0.01719,
            "loudness_max": -0.479,
            "loudness_end": 0.0,
            "pitches": [
                0.598,
                1.0,
                0.579,
                0.583,
                0.958,
                0.797,
                0.787,
                0.784,
                0.568,
                0.703,
                0.349,
                0.119
            ],
            "timbre": [
                57.236,
                91.807,
                7.109,
                16.087,
                40.194,
                -55.307,
                4.297,
                -10.36,
                3.198,
                7.304,
                -12.502,
                3.971
            ]
        },
        {
            "start": 187.97125,
            "duration": 0.13964,
            "confidence": 0.212,
            "loudness_start": -5.309,
            "loudness_max_time": 0.10537,
            "loudness_max": -2.418,
            "loudness_end": 0.0,
            "pitches": [
                0.901,
                1.0,
                0.612,
                0.591,
                0.514,
                0.359,
                0.821,
                0.822,
                0.706,
                0.759,
                0.405,
                0.197
            ],
            "timbre": [
                56.425,
                79.833,
                3.057,
                -39.017,
                34.996,
                -39.824,
                23.552,
                34.056,
                -5.649,
                8.757,
                -9.917,
                -4.206
            ]
        },
        {
            "start": 188.11089,
            "duration": 0.28422,
            "confidence": 0.365,
            "loudness_start": -3.948,
            "loudness_max_time": 0.06429,
            "loudness_max": 0.829,
            "loudness_end": 0.0,
            "pitches": [
                0.744,
                1.0,
                0.951,
                0.519,
                0.781,
                0.309,
                0.229,
                0.286,
                0.186,
                0.122,
                0.109,
                0.803
            ],
            "timbre": [
                57.294,
                81.499,
                25.288,
                1.087,
                26.354,
                -36.885,
                48.889,
                16.805,
                5.722,
                5.608,
                -12.404,
                8.546
            ]
        },
        {
            "start": 188.3951,
            "duration": 0.49982,
            "confidence": 0.634,
            "loudness_start": -6.711,
            "loudness_max_time": 0.08811,
            "loudness_max": 0.749,
            "loudness_end": 0.0,
            "pitches": [
                0.125,
                0.208,
                0.393,
                0.601,
                1.0,
                0.47,
                0.345,
                0.267,
                0.264,
                0.234,
                0.192,
                0.215
            ],
            "timbre": [
                57.285,
                91.522,
                29.253,
                -9.491,
                37.877,
                -20.306,
                21.42,
                19.137,
                4.993,
                12.418,
                -26.715,
                -2.455
            ]
        },
        {
            "start": 188.89491,
            "duration": 0.66222,
            "confidence": 0.753,
            "loudness_start": -7.222,
            "loudness_max_time": 0.0224,
            "loudness_max": 0.724,
            "loudness_end": 0.0,
            "pitches": [
                0.521,
                0.973,
                0.55,
                0.866,
                0.671,
                0.362,
                0.608,
                0.919,
                1.0,
                0.775,
                0.508,
                0.45
            ],
            "timbre": [
                58.901,
                136.554,
                35.414,
                5.209,
                -2.223,
                -27.088,
                10.546,
                -4.511,
                7.122,
                5.333,
                7.946,
                6.685
            ]
        },
        {
            "start": 189.55714,
            "duration": 0.13814,
            "confidence": 0.005,
            "loudness_start": -4.523,
            "loudness_max_time": 0.06823,
            "loudness_max": -1.216,
            "loudness_end": 0.0,
            "pitches": [
                0.033,
                0.384,
                0.304,
                0.289,
                0.93,
                0.893,
                1.0,
                0.956,
                0.387,
                0.502,
                0.051,
                0.032
            ],
            "timbre": [
                56.556,
                94.062,
                55.87,
                1.921,
                15.853,
                -34.379,
                48.314,
                10.924,
                7.485,
                1.057,
                -24.154,
                20.71
            ]
        },
        {
            "start": 189.69528,
            "duration": 0.23823,
            "confidence": 0.308,
            "loudness_start": -6.321,
            "loudness_max_time": 0.0212,
            "loudness_max": -0.538,
            "loudness_end": 0.0,
            "pitches": [
                0.573,
                1.0,
                0.859,
                0.425,
                0.521,
                0.194,
                0.239,
                0.26,
                0.17,
                0.354,
                0.109,
                0.43
            ],
            "timbre": [
                57.805,
                101.326,
                29.55,
                -6.163,
                12.838,
                -54.149,
                43.63,
                32.157,
                7.235,
                1.967,
                2.67,
                22.783
            ]
        },
        {
            "start": 189.93352,
            "duration": 0.41778,
            "confidence": 0.545,
            "loudness_start": -6.62,
            "loudness_max_time": 0.03558,
            "loudness_max": -0.645,
            "loudness_end": 0.0,
            "pitches": [
                0.235,
                0.342,
                0.726,
                1.0,
                0.551,
                0.146,
                0.206,
                0.119,
                0.154,
                0.346,
                0.132,
                0.094
            ],
            "timbre": [
                56.721,
                85.483,
                24.34,
                5.469,
                23.789,
                -13.291,
                1.792,
                1.887,
                3.557,
                9.309,
                -15.944,
                -8.523
            ]
        },
        {
            "start": 190.35129,
            "duration": 0.09891,
            "confidence": 0.215,
            "loudness_start": -7.409,
            "loudness_max_time": 0.01902,
            "loudness_max": -4.09,
            "loudness_end": 0.0,
            "pitches": [
                0.275,
                0.328,
                0.271,
                0.224,
                0.634,
                0.629,
                0.967,
                0.96,
                0.944,
                1.0,
                0.584,
                0.018
            ],
            "timbre": [
                53.714,
                133.659,
                39.594,
                12.469,
                -3.355,
                -36.473,
                25.006,
                6.41,
                19.691,
                -5.172,
                -2.749,
                -13.632
            ]
        },
        {
            "start": 190.4502,
            "duration": 0.29057,
            "confidence": 0.727,
            "loudness_start": -8.322,
            "loudness_max_time": 0.069,
            "loudness_max": -0.277,
            "loudness_end": 0.0,
            "pitches": [
                0.397,
                1.0,
                0.248,
                0.047,
                0.038,
                0.015,
                0.025,
                0.013,
                0.044,
                0.193,
                0.039,
                0.02
            ],
            "timbre": [
                55.841,
                99.138,
                68.684,
                -10.433,
                41.188,
                -13.425,
                54.452,
                13.197,
                8.458,
                11.125,
                -16.114,
                16.415
            ]
        },
        {
            "start": 190.74077,
            "duration": 0.20834,
            "confidence": 0.435,
            "loudness_start": -5.035,
            "loudness_max_time": 0.00737,
            "loudness_max": 0.611,
            "loudness_end": 0.0,
            "pitches": [
                0.675,
                1.0,
                0.907,
                0.626,
                0.497,
                0.244,
                0.17,
                0.302,
                0.26,
                0.503,
                0.148,
                0.5
            ],
            "timbre": [
                58.365,
                69.528,
                7.551,
                1.284,
                23.242,
                -51.12,
                16.59,
                -5.046,
                -8.58,
                -10.023,
                -12.152,
                17.107
            ]
        },
        {
            "start": 190.94913,
            "duration": 0.31542,
            "confidence": 0.182,
            "loudness_start": -4.391,
            "loudness_max_time": 0.06973,
            "loudness_max": -1.792,
            "loudness_end": 0.0,
            "pitches": [
                0.227,
                1.0,
                0.658,
                0.099,
                0.076,
                0.036,
                0.046,
                0.055,
                0.108,
                0.334,
                0.043,
                0.034
            ],
            "timbre": [
                56.366,
                20.941,
                53.171,
                5.828,
                43.075,
                -35.577,
                30.449,
                20.952,
                -26.458,
                10.707,
                -21.861,
                15.24
            ]
        },
        {
            "start": 191.26454,
            "duration": 0.23052,
            "confidence": 0.186,
            "loudness_start": -7.594,
            "loudness_max_time": 0.00628,
            "loudness_max": -2.274,
            "loudness_end": 0.0,
            "pitches": [
                0.565,
                1.0,
                0.704,
                0.321,
                0.329,
                0.165,
                0.105,
                0.14,
                0.111,
                0.06,
                0.045,
                0.343
            ],
            "timbre": [
                53.824,
                61.907,
                -31.286,
                -8.545,
                -9.396,
                -74.097,
                18.799,
                8.344,
                -3.843,
                -1.835,
                -7.634,
                10.739
            ]
        },
        {
            "start": 191.49506,
            "duration": 0.15138,
            "confidence": 0.416,
            "loudness_start": -11.7,
            "loudness_max_time": 0.05671,
            "loudness_max": -6.997,
            "loudness_end": 0.0,
            "pitches": [
                0.897,
                1.0,
                0.749,
                0.737,
                0.228,
                0.251,
                0.027,
                0.027,
                0.05,
                0.082,
                0.032,
                0.023
            ],
            "timbre": [
                51.115,
                38.444,
                10.37,
                -17.354,
                32.991,
                -26.85,
                39.685,
                -3.515,
                0.272,
                -8.349,
                -17.745,
                -15.789
            ]
        },
        {
            "start": 191.64644,
            "duration": 0.13365,
            "confidence": 0.549,
            "loudness_start": -10.32,
            "loudness_max_time": 0.06866,
            "loudness_max": -4.73,
            "loudness_end": 0.0,
            "pitches": [
                0.929,
                1.0,
                0.759,
                0.747,
                0.278,
                0.274,
                0.02,
                0.023,
                0.051,
                0.074,
                0.055,
                0.042
            ],
            "timbre": [
                53.689,
                52.796,
                1.303,
                -15.069,
                39.814,
                -33.959,
                58.226,
                -3.508,
                8.075,
                11.63,
                -16.127,
                -7.839
            ]
        },
        {
            "start": 191.78009,
            "duration": 0.2722,
            "confidence": 0.776,
            "loudness_start": -8.621,
            "loudness_max_time": 0.02385,
            "loudness_max": 1.963,
            "loudness_end": 0.0,
            "pitches": [
                0.714,
                1.0,
                0.589,
                0.244,
                0.312,
                0.127,
                0.073,
                0.141,
                0.083,
                0.505,
                0.057,
                0.312
            ],
            "timbre": [
                59.346,
                72.388,
                55.428,
                8.901,
                16.857,
                -49.005,
                51.936,
                31.147,
                4.183,
                16.61,
                12.142,
                -13.84
            ]
        },
        {
            "start": 192.05229,
            "duration": 0.24907,
            "confidence": 0.045,
            "loudness_start": -3.532,
            "loudness_max_time": 0.03605,
            "loudness_max": -0.893,
            "loudness_end": 0.0,
            "pitches": [
                0.278,
                1.0,
                0.301,
                0.262,
                0.349,
                0.256,
                0.088,
                0.046,
                0.052,
                0.113,
                0.045,
                0.404
            ],
            "timbre": [
                57.759,
                73.015,
                45.234,
                24.084,
                37.271,
                -43.182,
                52.922,
                3.127,
                7.508,
                7.549,
                -29.459,
                21.159
            ]
        },
        {
            "start": 192.30136,
            "duration": 0.51569,
            "confidence": 0.679,
            "loudness_start": -7.114,
            "loudness_max_time": 0.07016,
            "loudness_max": 0.53,
            "loudness_end": 0.0,
            "pitches": [
                0.323,
                0.316,
                0.28,
                0.543,
                1.0,
                0.627,
                0.276,
                0.653,
                0.508,
                0.42,
                0.151,
                0.411
            ],
            "timbre": [
                57.898,
                78.79,
                33.516,
                -12.49,
                13.823,
                -25.353,
                50.487,
                25.104,
                11.569,
                -1.46,
                -2.636,
                18.983
            ]
        },
        {
            "start": 192.81705,
            "duration": 0.47873,
            "confidence": 0.625,
            "loudness_start": -5.769,
            "loudness_max_time": 0.0415,
            "loudness_max": 0.619,
            "loudness_end": 0.0,
            "pitches": [
                0.127,
                0.206,
                0.302,
                0.584,
                1.0,
                0.203,
                0.339,
                0.536,
                0.583,
                0.429,
                0.222,
                0.392
            ],
            "timbre": [
                58.502,
                75.476,
                29.329,
                -4.279,
                23.901,
                -39.797,
                45.377,
                21.684,
                0.661,
                13.841,
                10.087,
                12.526
            ]
        },
        {
            "start": 193.29578,
            "duration": 0.24853,
            "confidence": 0.067,
            "loudness_start": -2.44,
            "loudness_max_time": 0.06406,
            "loudness_max": 0.23,
            "loudness_end": 0.0,
            "pitches": [
                0.501,
                0.924,
                0.862,
                1.0,
                0.819,
                0.523,
                0.625,
                0.454,
                0.405,
                0.279,
                0.222,
                0.563
            ],
            "timbre": [
                58.472,
                104.555,
                36.712,
                -9.372,
                18.618,
                -41.627,
                58.56,
                6.423,
                12.262,
                16.159,
                -13.286,
                24.408
            ]
        },
        {
            "start": 193.54431,
            "duration": 0.60363,
            "confidence": 0.37,
            "loudness_start": -3.573,
            "loudness_max_time": 0.06016,
            "loudness_max": 0.273,
            "loudness_end": 0.0,
            "pitches": [
                0.104,
                0.264,
                0.241,
                0.24,
                0.22,
                0.497,
                1.0,
                0.477,
                0.198,
                0.224,
                0.172,
                0.11
            ],
            "timbre": [
                58.176,
                129.799,
                59.744,
                -0.463,
                18.343,
                -26.847,
                51.543,
                -6.591,
                2.766,
                12.163,
                -12.876,
                15.818
            ]
        },
        {
            "start": 194.14793,
            "duration": 0.18522,
            "confidence": 0.323,
            "loudness_start": -4.709,
            "loudness_max_time": 0.048,
            "loudness_max": -0.571,
            "loudness_end": 0.0,
            "pitches": [
                0.529,
                1.0,
                0.976,
                0.904,
                0.462,
                0.386,
                0.096,
                0.062,
                0.046,
                0.106,
                0.03,
                0.064
            ],
            "timbre": [
                56.854,
                100.726,
                39.607,
                31.475,
                23.492,
                -28.252,
                24.838,
                -16.641,
                -9.371,
                8.041,
                -28.46,
                -7.235
            ]
        },
        {
            "start": 194.33315,
            "duration": 0.2961,
            "confidence": 0.586,
            "loudness_start": -6.149,
            "loudness_max_time": 0.10705,
            "loudness_max": 0.725,
            "loudness_end": 0.0,
            "pitches": [
                0.584,
                1.0,
                0.584,
                0.613,
                0.647,
                0.434,
                0.311,
                0.318,
                0.228,
                0.155,
                0.103,
                0.351
            ],
            "timbre": [
                56.09,
                92.153,
                39.815,
                -26.492,
                14.008,
                -20.357,
                31.619,
                25.103,
                6.615,
                -2.708,
                -19.005,
                2.058
            ]
        },
        {
            "start": 194.62926,
            "duration": 0.53002,
            "confidence": 0.738,
            "loudness_start": -8.384,
            "loudness_max_time": 0.30934,
            "loudness_max": 0.696,
            "loudness_end": 0.0,
            "pitches": [
                0.204,
                0.84,
                1.0,
                0.665,
                0.321,
                0.176,
                0.217,
                0.277,
                0.302,
                0.32,
                0.191,
                0.078
            ],
            "timbre": [
                55.599,
                106.649,
                40.584,
                -37.249,
                53.138,
                -10.484,
                16.433,
                -7.908,
                -6.065,
                17.664,
                -33.276,
                -5.536
            ]
        },
        {
            "start": 195.15927,
            "duration": 0.2829,
            "confidence": 0.841,
            "loudness_start": -8.796,
            "loudness_max_time": 0.04444,
            "loudness_max": 1.708,
            "loudness_end": 0.0,
            "pitches": [
                0.224,
                1.0,
                0.597,
                0.08,
                0.029,
                0.033,
                0.023,
                0.019,
                0.042,
                0.121,
                0.028,
                0.049
            ],
            "timbre": [
                58.257,
                102.424,
                35.839,
                -28.728,
                35.745,
                10.477,
                -10.435,
                7.918,
                23.949,
                17.872,
                9.679,
                -39.017
            ]
        },
        {
            "start": 195.44218,
            "duration": 0.25587,
            "confidence": 0.076,
            "loudness_start": -2.842,
            "loudness_max_time": 0.07467,
            "loudness_max": 0.007,
            "loudness_end": 0.0,
            "pitches": [
                0.567,
                1.0,
                0.539,
                0.194,
                0.25,
                0.125,
                0.104,
                0.106,
                0.096,
                0.076,
                0.055,
                0.586
            ],
            "timbre": [
                58.226,
                94.131,
                34.108,
                -9.294,
                9.877,
                -40.497,
                31.548,
                17.495,
                9.172,
                8.436,
                -4.175,
                0.071
            ]
        },
        {
            "start": 195.69804,
            "duration": 0.78857,
            "confidence": 0.269,
            "loudness_start": -3.579,
            "loudness_max_time": 0.00803,
            "loudness_max": 0.173,
            "loudness_end": 0.0,
            "pitches": [
                0.507,
                1.0,
                0.797,
                0.574,
                0.67,
                0.344,
                0.6,
                0.691,
                0.875,
                0.762,
                0.345,
                0.214
            ],
            "timbre": [
                58.421,
                110.971,
                69.508,
                13.791,
                21.066,
                -51.725,
                43.474,
                10.589,
                -1.847,
                7.26,
                -18.886,
                16.788
            ]
        },
        {
            "start": 196.48662,
            "duration": 0.24399,
            "confidence": 0.329,
            "loudness_start": -4.875,
            "loudness_max_time": 0.01508,
            "loudness_max": -0.6,
            "loudness_end": 0.0,
            "pitches": [
                0.73,
                1.0,
                0.852,
                0.305,
                0.76,
                0.22,
                0.13,
                0.208,
                0.143,
                0.165,
                0.056,
                0.656
            ],
            "timbre": [
                56.344,
                82.44,
                19.545,
                1.686,
                -6.494,
                -66.803,
                39.503,
                23.074,
                -7.411,
                0.38,
                5.464,
                22.545
            ]
        },
        {
            "start": 196.7306,
            "duration": 0.25039,
            "confidence": 0.676,
            "loudness_start": -7.027,
            "loudness_max_time": 0.11107,
            "loudness_max": 0.471,
            "loudness_end": 0.0,
            "pitches": [
                0.16,
                0.626,
                0.062,
                0.307,
                1.0,
                0.346,
                0.067,
                0.1,
                0.374,
                0.26,
                0.083,
                0.386
            ],
            "timbre": [
                58.057,
                96.369,
                41.716,
                -33.486,
                37.415,
                -11.716,
                14.893,
                3.389,
                -11.288,
                21.431,
                1.531,
                5.737
            ]
        },
        {
            "start": 196.981,
            "duration": 0.25483,
            "confidence": 0.066,
            "loudness_start": -2.957,
            "loudness_max_time": 0.02603,
            "loudness_max": 1.375,
            "loudness_end": 0.0,
            "pitches": [
                0.524,
                0.881,
                1.0,
                0.437,
                0.636,
                0.333,
                0.217,
                0.288,
                0.197,
                0.202,
                0.134,
                0.492
            ],
            "timbre": [
                57.651,
                102.069,
                -1.857,
                20.088,
                4.174,
                -41.18,
                14.143,
                5.745,
                -12.573,
                12.175,
                3.859,
                10.065
            ]
        },
        {
            "start": 197.23582,
            "duration": 0.12789,
            "confidence": 0.744,
            "loudness_start": -6.029,
            "loudness_max_time": 0.03785,
            "loudness_max": 2.054,
            "loudness_end": 0.0,
            "pitches": [
                0.278,
                1.0,
                0.167,
                0.509,
                0.628,
                0.194,
                0.154,
                0.213,
                0.307,
                0.295,
                0.366,
                0.259
            ],
            "timbre": [
                59.5,
                142.392,
                15.969,
                13.758,
                12.268,
                -38.881,
                -5.962,
                -13.682,
                3.261,
                17.179,
                -4.604,
                2.207
            ]
        },
        {
            "start": 197.36372,
            "duration": 0.38884,
            "confidence": 0.311,
            "loudness_start": -2.175,
            "loudness_max_time": 0.03578,
            "loudness_max": 0.248,
            "loudness_end": 0.0,
            "pitches": [
                0.485,
                0.795,
                0.5,
                0.96,
                0.789,
                0.481,
                0.698,
                0.804,
                1.0,
                0.87,
                0.679,
                0.377
            ],
            "timbre": [
                58.158,
                113.131,
                2.157,
                16.539,
                21.323,
                -34.025,
                11.298,
                -39.914,
                6.523,
                11.171,
                -19.799,
                -2.429
            ]
        },
        {
            "start": 197.75256,
            "duration": 0.18005,
            "confidence": 0.651,
            "loudness_start": -6.76,
            "loudness_max_time": 0.04653,
            "loudness_max": -0.167,
            "loudness_end": 0.0,
            "pitches": [
                0.033,
                0.229,
                0.163,
                0.184,
                0.974,
                0.911,
                1.0,
                0.981,
                0.194,
                0.228,
                0.07,
                0.026
            ],
            "timbre": [
                57.469,
                88.165,
                70.437,
                9.733,
                7.008,
                -12.435,
                54.237,
                25.165,
                -20.188,
                -2.582,
                0.309,
                13.337
            ]
        },
        {
            "start": 197.93262,
            "duration": 0.11034,
            "confidence": 0.048,
            "loudness_start": -2.961,
            "loudness_max_time": 0.01689,
            "loudness_max": -1.066,
            "loudness_end": 0.0,
            "pitches": [
                0.112,
                0.516,
                0.456,
                0.42,
                0.842,
                0.869,
                1.0,
                0.892,
                0.501,
                0.533,
                0.145,
                0.015
            ],
            "timbre": [
                56.99,
                84.573,
                42.515,
                23.505,
                17.889,
                -45.27,
                45.728,
                -12.943,
                -18.919,
                10.331,
                -20.406,
                -4.589
            ]
        },
        {
            "start": 198.04295,
            "duration": 0.27306,
            "confidence": 0.36,
            "loudness_start": -5.794,
            "loudness_max_time": 0.02245,
            "loudness_max": 0.054,
            "loudness_end": 0.0,
            "pitches": [
                0.597,
                1.0,
                0.911,
                0.383,
                0.458,
                0.224,
                0.992,
                0.298,
                0.205,
                0.389,
                0.121,
                0.438
            ],
            "timbre": [
                58.138,
                69.807,
                42.641,
                0.93,
                22.095,
                -50.774,
                32.365,
                16.776,
                -1.133,
                1.765,
                -4.661,
                -4.077
            ]
        },
        {
            "start": 198.31601,
            "duration": 0.24295,
            "confidence": 0.345,
            "loudness_start": -4.554,
            "loudness_max_time": 0.02463,
            "loudness_max": -0.795,
            "loudness_end": 0.0,
            "pitches": [
                0.415,
                1.0,
                0.185,
                0.105,
                0.141,
                0.068,
                0.103,
                0.049,
                0.13,
                0.168,
                0.075,
                0.076
            ],
            "timbre": [
                56.81,
                97.078,
                34.492,
                37.066,
                15.436,
                -38.419,
                17.762,
                -9.701,
                -24.274,
                -7.011,
                -19.41,
                -28.264
            ]
        },
        {
            "start": 198.55896,
            "duration": 0.27361,
            "confidence": 0.702,
            "loudness_start": -6.174,
            "loudness_max_time": 0.09943,
            "loudness_max": 0.733,
            "loudness_end": 0.0,
            "pitches": [
                0.638,
                1.0,
                0.632,
                0.518,
                0.734,
                0.265,
                0.182,
                0.241,
                0.16,
                0.2,
                0.083,
                0.512
            ],
            "timbre": [
                57.735,
                93.801,
                18.116,
                13.202,
                24.841,
                -25.414,
                6.871,
                37.06,
                20.422,
                -2.912,
                -19.049,
                -20.314
            ]
        },
        {
            "start": 198.83257,
            "duration": 0.25528,
            "confidence": 0.803,
            "loudness_start": -8.446,
            "loudness_max_time": 0.07109,
            "loudness_max": 0.781,
            "loudness_end": 0.0,
            "pitches": [
                0.402,
                1.0,
                0.237,
                0.045,
                0.019,
                0.011,
                0.021,
                0.012,
                0.041,
                0.159,
                0.035,
                0.02
            ],
            "timbre": [
                57.911,
                109.006,
                36.47,
                -37.871,
                49.551,
                -3.818,
                -0.276,
                6.03,
                0.974,
                31.669,
                -5.02,
                -13.26
            ]
        },
        {
            "start": 199.08784,
            "duration": 0.25601,
            "confidence": 0.103,
            "loudness_start": -1.879,
            "loudness_max_time": 0.02469,
            "loudness_max": 1.216,
            "loudness_end": 0.0,
            "pitches": [
                0.792,
                1.0,
                0.909,
                0.515,
                0.428,
                0.223,
                0.197,
                0.367,
                0.327,
                0.333,
                0.134,
                0.542
            ],
            "timbre": [
                57.392,
                90.389,
                -0.618,
                33.862,
                13.397,
                -58.814,
                8.645,
                10.354,
                -6.787,
                -5.804,
                -6.529,
                -11.717
            ]
        },
        {
            "start": 199.34386,
            "duration": 0.51034,
            "confidence": 0.787,
            "loudness_start": -8.139,
            "loudness_max_time": 0.03086,
            "loudness_max": 0.902,
            "loudness_end": 0.0,
            "pitches": [
                0.431,
                0.833,
                1.0,
                0.606,
                0.398,
                0.371,
                0.336,
                0.296,
                0.582,
                0.507,
                0.238,
                0.531
            ],
            "timbre": [
                58.758,
                99.9,
                32.635,
                1.417,
                30.691,
                -16.968,
                -9.825,
                -0.047,
                20.177,
                8.243,
                -2.341,
                -32.825
            ]
        },
        {
            "start": 199.8542,
            "duration": 0.21986,
            "confidence": 0.133,
            "loudness_start": -4.184,
            "loudness_max_time": 0.06868,
            "loudness_max": -0.956,
            "loudness_end": 0.0,
            "pitches": [
                0.722,
                1.0,
                0.082,
                0.016,
                0.091,
                0.03,
                0.02,
                0.051,
                0.151,
                0.14,
                0.015,
                0.114
            ],
            "timbre": [
                57.536,
                99.999,
                84.374,
                12.775,
                21.984,
                -33.147,
                59.324,
                9.615,
                -2.716,
                13.32,
                -26.519,
                22.382
            ]
        },
        {
            "start": 200.07407,
            "duration": 0.2737,
            "confidence": 0.513,
            "loudness_start": -5.467,
            "loudness_max_time": 0.0634,
            "loudness_max": 0.08,
            "loudness_end": 0.0,
            "pitches": [
                0.738,
                1.0,
                0.69,
                0.592,
                0.515,
                0.28,
                0.242,
                0.24,
                0.18,
                0.267,
                0.126,
                0.258
            ],
            "timbre": [
                56.883,
                60.847,
                58.573,
                -27.015,
                23.034,
                -35.89,
                49.112,
                44.706,
                7.582,
                -1.547,
                -10.167,
                12.517
            ]
        },
        {
            "start": 200.34776,
            "duration": 0.30834,
            "confidence": 0.148,
            "loudness_start": -3.05,
            "loudness_max_time": 0.01381,
            "loudness_max": -0.591,
            "loudness_end": 0.0,
            "pitches": [
                0.187,
                1.0,
                0.271,
                0.357,
                0.464,
                0.351,
                0.091,
                0.064,
                0.068,
                0.217,
                0.06,
                0.323
            ],
            "timbre": [
                57.375,
                74.16,
                62.915,
                26.93,
                23.479,
                -43.149,
                24.263,
                7.007,
                -16.668,
                2.442,
                -9.962,
                -1.555
            ]
        },
        {
            "start": 200.6561,
            "duration": 0.26127,
            "confidence": 0.574,
            "loudness_start": -6.603,
            "loudness_max_time": 0.04395,
            "loudness_max": 1.243,
            "loudness_end": 0.0,
            "pitches": [
                0.586,
                1.0,
                0.633,
                0.455,
                0.436,
                0.141,
                0.193,
                0.218,
                0.206,
                0.237,
                0.236,
                0.753
            ],
            "timbre": [
                57.839,
                69.813,
                12.832,
                2.933,
                4.274,
                -20.977,
                21.23,
                6.254,
                4.315,
                -7.305,
                -21.543,
                12.868
            ]
        },
        {
            "start": 200.91737,
            "duration": 0.26009,
            "confidence": 0.614,
            "loudness_start": -6.545,
            "loudness_max_time": 0.12574,
            "loudness_max": 0.453,
            "loudness_end": 0.0,
            "pitches": [
                0.355,
                0.689,
                0.156,
                0.555,
                1.0,
                0.363,
                0.135,
                0.126,
                0.179,
                0.363,
                0.137,
                0.653
            ],
            "timbre": [
                58.865,
                93.281,
                26.269,
                -10.741,
                28.609,
                -38.132,
                -6.341,
                -6.961,
                8.594,
                9.671,
                -8.469,
                5.604
            ]
        },
        {
            "start": 201.17746,
            "duration": 0.18009,
            "confidence": 0.167,
            "loudness_start": -3.485,
            "loudness_max_time": 0.00562,
            "loudness_max": 0.159,
            "loudness_end": 0.0,
            "pitches": [
                0.642,
                1.0,
                0.319,
                0.287,
                0.528,
                0.472,
                0.926,
                0.916,
                0.855,
                0.869,
                0.558,
                0.097
            ],
            "timbre": [
                57.454,
                84.48,
                -0.327,
                -13.384,
                -1.498,
                -64.466,
                10.085,
                1.556,
                -1.297,
                -11.676,
                -0.69,
                15.461
            ]
        },
        {
            "start": 201.35754,
            "duration": 0.5405,
            "confidence": 0.464,
            "loudness_start": -4.748,
            "loudness_max_time": 0.09921,
            "loudness_max": -0.441,
            "loudness_end": 0.0,
            "pitches": [
                0.744,
                0.914,
                0.853,
                0.881,
                0.825,
                0.28,
                0.172,
                0.204,
                0.28,
                0.461,
                0.315,
                1.0
            ],
            "timbre": [
                57.187,
                101.909,
                26.968,
                -31.682,
                8.958,
                -14.999,
                -17.49,
                3.186,
                11.808,
                -8.916,
                -9.869,
                -3.464
            ]
        },
        {
            "start": 201.89806,
            "duration": 1.07964,
            "confidence": 0.3,
            "loudness_start": -6.688,
            "loudness_max_time": 0.058,
            "loudness_max": -3.079,
            "loudness_end": 0.0,
            "pitches": [
                0.047,
                0.114,
                0.054,
                0.056,
                0.203,
                0.036,
                0.044,
                0.04,
                0.189,
                1.0,
                0.104,
                0.111
            ],
            "timbre": [
                52.404,
                101.727,
                116.355,
                86.995,
                69.965,
                -8.111,
                -24.071,
                15.424,
                -18.184,
                -8.169,
                -45.125,
                3.943
            ]
        },
        {
            "start": 202.97769,
            "duration": 4.98218,
            "confidence": 0.054,
            "loudness_start": -23.839,
            "loudness_max_time": 0.05905,
            "loudness_max": -21.116,
            "loudness_end": -60.0,
            "pitches": [
                0.267,
                0.264,
                0.28,
                0.236,
                0.394,
                0.24,
                0.274,
                0.224,
                0.4,
                1.0,
                0.539,
                0.55
            ],
            "timbre": [
                23.384,
                115.685,
                -41.789,
                304.61,
                53.212,
                -64.284,
                -54.325,
                73.195,
                21.897,
                -45.016,
                -64.452,
                5.275
            ]
        }
    ],
    "tatums": [
        {
            "start": 0.49567,
            "duration": 0.28215,
            "confidence": 0.612
        },
        {
            "start": 0.77782,
            "duration": 0.28215,
            "confidence": 0.612
        },
        {
            "start": 1.05998,
            "duration": 0.27448,
            "confidence": 0.325
        },
        {
            "start": 1.33446,
            "duration": 0.27448,
            "confidence": 0.325
        },
        {
            "start": 1.60894,
            "duration": 0.2685,
            "confidence": 0.228
        },
        {
            "start": 1.87744,
            "duration": 0.2685,
            "confidence": 0.228
        },
        {
            "start": 2.14594,
            "duration": 0.26861,
            "confidence": 0.643
        },
        {
            "start": 2.41455,
            "duration": 0.26861,
            "confidence": 0.643
        },
        {
            "start": 2.68316,
            "duration": 0.26666,
            "confidence": 0.82
        },
        {
            "start": 2.94982,
            "duration": 0.26666,
            "confidence": 0.82
        },
        {
            "start": 3.21647,
            "duration": 0.26349,
            "confidence": 0.64
        },
        {
            "start": 3.47996,
            "duration": 0.26349,
            "confidence": 0.64
        },
        {
            "start": 3.74345,
            "duration": 0.2613,
            "confidence": 0.667
        },
        {
            "start": 4.00475,
            "duration": 0.2613,
            "confidence": 0.667
        },
        {
            "start": 4.26605,
            "duration": 0.26353,
            "confidence": 0.782
        },
        {
            "start": 4.52958,
            "duration": 0.26353,
            "confidence": 0.782
        },
        {
            "start": 4.79311,
            "duration": 0.26502,
            "confidence": 0.838
        },
        {
            "start": 5.05813,
            "duration": 0.26502,
            "confidence": 0.838
        },
        {
            "start": 5.32316,
            "duration": 0.27044,
            "confidence": 0.639
        },
        {
            "start": 5.59359,
            "duration": 0.27044,
            "confidence": 0.639
        },
        {
            "start": 5.86403,
            "duration": 0.27389,
            "confidence": 0.813
        },
        {
            "start": 6.13792,
            "duration": 0.27389,
            "confidence": 0.813
        },
        {
            "start": 6.41182,
            "duration": 0.27955,
            "confidence": 0.759
        },
        {
            "start": 6.69137,
            "duration": 0.27955,
            "confidence": 0.759
        },
        {
            "start": 6.97092,
            "duration": 0.27884,
            "confidence": 0.585
        },
        {
            "start": 7.24976,
            "duration": 0.27884,
            "confidence": 0.585
        },
        {
            "start": 7.5286,
            "duration": 0.27812,
            "confidence": 0.645
        },
        {
            "start": 7.80671,
            "duration": 0.27812,
            "confidence": 0.645
        },
        {
            "start": 8.08483,
            "duration": 0.27641,
            "confidence": 0.544
        },
        {
            "start": 8.36125,
            "duration": 0.27641,
            "confidence": 0.544
        },
        {
            "start": 8.63766,
            "duration": 0.27692,
            "confidence": 0.634
        },
        {
            "start": 8.91458,
            "duration": 0.27692,
            "confidence": 0.634
        },
        {
            "start": 9.1915,
            "duration": 0.2789,
            "confidence": 0.55
        },
        {
            "start": 9.4704,
            "duration": 0.2789,
            "confidence": 0.55
        },
        {
            "start": 9.7493,
            "duration": 0.2794,
            "confidence": 0.641
        },
        {
            "start": 10.0287,
            "duration": 0.2794,
            "confidence": 0.641
        },
        {
            "start": 10.3081,
            "duration": 0.27942,
            "confidence": 0.739
        },
        {
            "start": 10.58751,
            "duration": 0.27942,
            "confidence": 0.739
        },
        {
            "start": 10.86693,
            "duration": 0.27895,
            "confidence": 0.471
        },
        {
            "start": 11.14588,
            "duration": 0.27895,
            "confidence": 0.471
        },
        {
            "start": 11.42483,
            "duration": 0.28339,
            "confidence": 0.673
        },
        {
            "start": 11.70822,
            "duration": 0.28339,
            "confidence": 0.673
        },
        {
            "start": 11.9916,
            "duration": 0.28176,
            "confidence": 0.473
        },
        {
            "start": 12.27336,
            "duration": 0.28176,
            "confidence": 0.473
        },
        {
            "start": 12.55512,
            "duration": 0.27915,
            "confidence": 0.534
        },
        {
            "start": 12.83426,
            "duration": 0.27915,
            "confidence": 0.534
        },
        {
            "start": 13.11341,
            "duration": 0.27905,
            "confidence": 0.633
        },
        {
            "start": 13.39246,
            "duration": 0.27905,
            "confidence": 0.633
        },
        {
            "start": 13.67151,
            "duration": 0.27845,
            "confidence": 0.417
        },
        {
            "start": 13.94997,
            "duration": 0.27845,
            "confidence": 0.417
        },
        {
            "start": 14.22842,
            "duration": 0.27863,
            "confidence": 0.311
        },
        {
            "start": 14.50705,
            "duration": 0.27863,
            "confidence": 0.311
        },
        {
            "start": 14.78568,
            "duration": 0.27955,
            "confidence": 0.352
        },
        {
            "start": 15.06523,
            "duration": 0.27955,
            "confidence": 0.352
        },
        {
            "start": 15.34477,
            "duration": 0.27652,
            "confidence": 0.486
        },
        {
            "start": 15.6213,
            "duration": 0.27652,
            "confidence": 0.486
        },
        {
            "start": 15.89782,
            "duration": 0.27565,
            "confidence": 0.278
        },
        {
            "start": 16.17347,
            "duration": 0.27565,
            "confidence": 0.278
        },
        {
            "start": 16.44912,
            "duration": 0.27602,
            "confidence": 0.671
        },
        {
            "start": 16.72514,
            "duration": 0.27602,
            "confidence": 0.671
        },
        {
            "start": 17.00116,
            "duration": 0.27093,
            "confidence": 0.642
        },
        {
            "start": 17.27209,
            "duration": 0.27093,
            "confidence": 0.642
        },
        {
            "start": 17.54301,
            "duration": 0.26928,
            "confidence": 0.184
        },
        {
            "start": 17.81229,
            "duration": 0.26928,
            "confidence": 0.184
        },
        {
            "start": 18.08157,
            "duration": 0.26242,
            "confidence": 0.604
        },
        {
            "start": 18.34399,
            "duration": 0.26242,
            "confidence": 0.604
        },
        {
            "start": 18.60642,
            "duration": 0.25998,
            "confidence": 0.736
        },
        {
            "start": 18.86639,
            "duration": 0.25998,
            "confidence": 0.736
        },
        {
            "start": 19.12637,
            "duration": 0.26641,
            "confidence": 0.744
        },
        {
            "start": 19.39277,
            "duration": 0.26641,
            "confidence": 0.744
        },
        {
            "start": 19.65918,
            "duration": 0.2743,
            "confidence": 0.54
        },
        {
            "start": 19.93347,
            "duration": 0.2743,
            "confidence": 0.54
        },
        {
            "start": 20.20777,
            "duration": 0.27874,
            "confidence": 0.49
        },
        {
            "start": 20.48651,
            "duration": 0.27874,
            "confidence": 0.49
        },
        {
            "start": 20.76525,
            "duration": 0.28213,
            "confidence": 0.523
        },
        {
            "start": 21.04737,
            "duration": 0.28213,
            "confidence": 0.523
        },
        {
            "start": 21.3295,
            "duration": 0.2865,
            "confidence": 0.237
        },
        {
            "start": 21.616,
            "duration": 0.2865,
            "confidence": 0.237
        },
        {
            "start": 21.90249,
            "duration": 0.28935,
            "confidence": 0.407
        },
        {
            "start": 22.19184,
            "duration": 0.28935,
            "confidence": 0.407
        },
        {
            "start": 22.48119,
            "duration": 0.29023,
            "confidence": 0.327
        },
        {
            "start": 22.77143,
            "duration": 0.29023,
            "confidence": 0.327
        },
        {
            "start": 23.06166,
            "duration": 0.28271,
            "confidence": 0.215
        },
        {
            "start": 23.34437,
            "duration": 0.28271,
            "confidence": 0.215
        },
        {
            "start": 23.62708,
            "duration": 0.28009,
            "confidence": 0.532
        },
        {
            "start": 23.90717,
            "duration": 0.28009,
            "confidence": 0.532
        },
        {
            "start": 24.18726,
            "duration": 0.27983,
            "confidence": 0.503
        },
        {
            "start": 24.4671,
            "duration": 0.27983,
            "confidence": 0.503
        },
        {
            "start": 24.74693,
            "duration": 0.27597,
            "confidence": 0.129
        },
        {
            "start": 25.0229,
            "duration": 0.27597,
            "confidence": 0.129
        },
        {
            "start": 25.29888,
            "duration": 0.2698,
            "confidence": 0.644
        },
        {
            "start": 25.56868,
            "duration": 0.2698,
            "confidence": 0.644
        },
        {
            "start": 25.83848,
            "duration": 0.2702,
            "confidence": 0.428
        },
        {
            "start": 26.10868,
            "duration": 0.2702,
            "confidence": 0.428
        },
        {
            "start": 26.37889,
            "duration": 0.2677,
            "confidence": 0.678
        },
        {
            "start": 26.64658,
            "duration": 0.2677,
            "confidence": 0.678
        },
        {
            "start": 26.91428,
            "duration": 0.26978,
            "confidence": 0.526
        },
        {
            "start": 27.18405,
            "duration": 0.26978,
            "confidence": 0.526
        },
        {
            "start": 27.45383,
            "duration": 0.26646,
            "confidence": 0.532
        },
        {
            "start": 27.72029,
            "duration": 0.26646,
            "confidence": 0.532
        },
        {
            "start": 27.98674,
            "duration": 0.26308,
            "confidence": 0.24
        },
        {
            "start": 28.24982,
            "duration": 0.26308,
            "confidence": 0.24
        },
        {
            "start": 28.5129,
            "duration": 0.26073,
            "confidence": 0.379
        },
        {
            "start": 28.77364,
            "duration": 0.26073,
            "confidence": 0.379
        },
        {
            "start": 29.03437,
            "duration": 0.26083,
            "confidence": 0.531
        },
        {
            "start": 29.2952,
            "duration": 0.26083,
            "confidence": 0.531
        },
        {
            "start": 29.55603,
            "duration": 0.25954,
            "confidence": 0.631
        },
        {
            "start": 29.81557,
            "duration": 0.25954,
            "confidence": 0.631
        },
        {
            "start": 30.07511,
            "duration": 0.26209,
            "confidence": 0.321
        },
        {
            "start": 30.33719,
            "duration": 0.26209,
            "confidence": 0.321
        },
        {
            "start": 30.59928,
            "duration": 0.26131,
            "confidence": 0.096
        },
        {
            "start": 30.86059,
            "duration": 0.26131,
            "confidence": 0.096
        },
        {
            "start": 31.1219,
            "duration": 0.26162,
            "confidence": 0.259
        },
        {
            "start": 31.38353,
            "duration": 0.26162,
            "confidence": 0.259
        },
        {
            "start": 31.64515,
            "duration": 0.2594,
            "confidence": 0.225
        },
        {
            "start": 31.90455,
            "duration": 0.2594,
            "confidence": 0.225
        },
        {
            "start": 32.16394,
            "duration": 0.26092,
            "confidence": 0.494
        },
        {
            "start": 32.42487,
            "duration": 0.26092,
            "confidence": 0.494
        },
        {
            "start": 32.68579,
            "duration": 0.26107,
            "confidence": 0.315
        },
        {
            "start": 32.94687,
            "duration": 0.26107,
            "confidence": 0.315
        },
        {
            "start": 33.20794,
            "duration": 0.26055,
            "confidence": 0.63
        },
        {
            "start": 33.46849,
            "duration": 0.26055,
            "confidence": 0.63
        },
        {
            "start": 33.72904,
            "duration": 0.26011,
            "confidence": 0.718
        },
        {
            "start": 33.98915,
            "duration": 0.26011,
            "confidence": 0.718
        },
        {
            "start": 34.24926,
            "duration": 0.26071,
            "confidence": 0.532
        },
        {
            "start": 34.50997,
            "duration": 0.26071,
            "confidence": 0.532
        },
        {
            "start": 34.77068,
            "duration": 0.25904,
            "confidence": 0.335
        },
        {
            "start": 35.02972,
            "duration": 0.25904,
            "confidence": 0.335
        },
        {
            "start": 35.28876,
            "duration": 0.25957,
            "confidence": 0.502
        },
        {
            "start": 35.54833,
            "duration": 0.25957,
            "confidence": 0.502
        },
        {
            "start": 35.8079,
            "duration": 0.26021,
            "confidence": 0.326
        },
        {
            "start": 36.06812,
            "duration": 0.26021,
            "confidence": 0.326
        },
        {
            "start": 36.32833,
            "duration": 0.2594,
            "confidence": 0.512
        },
        {
            "start": 36.58773,
            "duration": 0.2594,
            "confidence": 0.512
        },
        {
            "start": 36.84712,
            "duration": 0.25981,
            "confidence": 0.369
        },
        {
            "start": 37.10693,
            "duration": 0.25981,
            "confidence": 0.369
        },
        {
            "start": 37.36674,
            "duration": 0.26046,
            "confidence": 0.668
        },
        {
            "start": 37.6272,
            "duration": 0.26046,
            "confidence": 0.668
        },
        {
            "start": 37.88766,
            "duration": 0.26068,
            "confidence": 0.255
        },
        {
            "start": 38.14834,
            "duration": 0.26068,
            "confidence": 0.255
        },
        {
            "start": 38.40902,
            "duration": 0.26203,
            "confidence": 0.287
        },
        {
            "start": 38.67105,
            "duration": 0.26203,
            "confidence": 0.287
        },
        {
            "start": 38.93309,
            "duration": 0.26214,
            "confidence": 0.466
        },
        {
            "start": 39.19523,
            "duration": 0.26214,
            "confidence": 0.466
        },
        {
            "start": 39.45737,
            "duration": 0.26083,
            "confidence": 0.52
        },
        {
            "start": 39.7182,
            "duration": 0.26083,
            "confidence": 0.52
        },
        {
            "start": 39.97902,
            "duration": 0.26212,
            "confidence": 0.662
        },
        {
            "start": 40.24114,
            "duration": 0.26212,
            "confidence": 0.662
        },
        {
            "start": 40.50327,
            "duration": 0.26091,
            "confidence": 0.362
        },
        {
            "start": 40.76418,
            "duration": 0.26091,
            "confidence": 0.362
        },
        {
            "start": 41.02509,
            "duration": 0.26041,
            "confidence": 0.254
        },
        {
            "start": 41.28551,
            "duration": 0.26041,
            "confidence": 0.254
        },
        {
            "start": 41.54592,
            "duration": 0.26117,
            "confidence": 0.47
        },
        {
            "start": 41.80708,
            "duration": 0.26117,
            "confidence": 0.47
        },
        {
            "start": 42.06825,
            "duration": 0.26127,
            "confidence": 0.442
        },
        {
            "start": 42.32952,
            "duration": 0.26127,
            "confidence": 0.442
        },
        {
            "start": 42.59079,
            "duration": 0.25996,
            "confidence": 0.407
        },
        {
            "start": 42.85075,
            "duration": 0.25996,
            "confidence": 0.407
        },
        {
            "start": 43.11072,
            "duration": 0.26105,
            "confidence": 0.572
        },
        {
            "start": 43.37177,
            "duration": 0.26105,
            "confidence": 0.572
        },
        {
            "start": 43.63282,
            "duration": 0.26093,
            "confidence": 0.563
        },
        {
            "start": 43.89375,
            "duration": 0.26093,
            "confidence": 0.563
        },
        {
            "start": 44.15467,
            "duration": 0.26154,
            "confidence": 0.648
        },
        {
            "start": 44.41622,
            "duration": 0.26154,
            "confidence": 0.648
        },
        {
            "start": 44.67776,
            "duration": 0.26074,
            "confidence": 0.49
        },
        {
            "start": 44.9385,
            "duration": 0.26074,
            "confidence": 0.49
        },
        {
            "start": 45.19923,
            "duration": 0.26019,
            "confidence": 0.388
        },
        {
            "start": 45.45943,
            "duration": 0.26019,
            "confidence": 0.388
        },
        {
            "start": 45.71962,
            "duration": 0.26079,
            "confidence": 0.555
        },
        {
            "start": 45.98041,
            "duration": 0.26079,
            "confidence": 0.555
        },
        {
            "start": 46.2412,
            "duration": 0.26116,
            "confidence": 0.398
        },
        {
            "start": 46.50236,
            "duration": 0.26116,
            "confidence": 0.398
        },
        {
            "start": 46.76352,
            "duration": 0.26199,
            "confidence": 0.325
        },
        {
            "start": 47.02551,
            "duration": 0.26199,
            "confidence": 0.325
        },
        {
            "start": 47.2875,
            "duration": 0.26216,
            "confidence": 0.485
        },
        {
            "start": 47.54967,
            "duration": 0.26216,
            "confidence": 0.485
        },
        {
            "start": 47.81183,
            "duration": 0.26091,
            "confidence": 0.51
        },
        {
            "start": 48.07274,
            "duration": 0.26091,
            "confidence": 0.51
        },
        {
            "start": 48.33364,
            "duration": 0.26201,
            "confidence": 0.493
        },
        {
            "start": 48.59565,
            "duration": 0.26201,
            "confidence": 0.493
        },
        {
            "start": 48.85766,
            "duration": 0.26074,
            "confidence": 0.557
        },
        {
            "start": 49.1184,
            "duration": 0.26074,
            "confidence": 0.557
        },
        {
            "start": 49.37915,
            "duration": 0.26044,
            "confidence": 0.584
        },
        {
            "start": 49.63959,
            "duration": 0.26044,
            "confidence": 0.584
        },
        {
            "start": 49.90002,
            "duration": 0.26056,
            "confidence": 0.625
        },
        {
            "start": 50.16059,
            "duration": 0.26056,
            "confidence": 0.625
        },
        {
            "start": 50.42115,
            "duration": 0.25998,
            "confidence": 0.357
        },
        {
            "start": 50.68113,
            "duration": 0.25998,
            "confidence": 0.357
        },
        {
            "start": 50.9411,
            "duration": 0.25985,
            "confidence": 0.43
        },
        {
            "start": 51.20096,
            "duration": 0.25985,
            "confidence": 0.43
        },
        {
            "start": 51.46081,
            "duration": 0.25978,
            "confidence": 0.498
        },
        {
            "start": 51.72058,
            "duration": 0.25978,
            "confidence": 0.498
        },
        {
            "start": 51.98036,
            "duration": 0.2604,
            "confidence": 0.503
        },
        {
            "start": 52.24076,
            "duration": 0.2604,
            "confidence": 0.503
        },
        {
            "start": 52.50116,
            "duration": 0.26178,
            "confidence": 0.568
        },
        {
            "start": 52.76294,
            "duration": 0.26178,
            "confidence": 0.568
        },
        {
            "start": 53.02472,
            "duration": 0.26084,
            "confidence": 0.655
        },
        {
            "start": 53.28556,
            "duration": 0.26084,
            "confidence": 0.655
        },
        {
            "start": 53.5464,
            "duration": 0.26111,
            "confidence": 0.605
        },
        {
            "start": 53.80751,
            "duration": 0.26111,
            "confidence": 0.605
        },
        {
            "start": 54.06862,
            "duration": 0.26163,
            "confidence": 0.537
        },
        {
            "start": 54.33026,
            "duration": 0.26163,
            "confidence": 0.537
        },
        {
            "start": 54.59189,
            "duration": 0.26172,
            "confidence": 0.385
        },
        {
            "start": 54.85361,
            "duration": 0.26172,
            "confidence": 0.385
        },
        {
            "start": 55.11532,
            "duration": 0.26271,
            "confidence": 0.438
        },
        {
            "start": 55.37803,
            "duration": 0.26271,
            "confidence": 0.438
        },
        {
            "start": 55.64074,
            "duration": 0.26161,
            "confidence": 0.557
        },
        {
            "start": 55.90235,
            "duration": 0.26161,
            "confidence": 0.557
        },
        {
            "start": 56.16395,
            "duration": 0.26048,
            "confidence": 0.54
        },
        {
            "start": 56.42444,
            "duration": 0.26048,
            "confidence": 0.54
        },
        {
            "start": 56.68492,
            "duration": 0.26121,
            "confidence": 0.528
        },
        {
            "start": 56.94613,
            "duration": 0.26121,
            "confidence": 0.528
        },
        {
            "start": 57.20734,
            "duration": 0.25984,
            "confidence": 0.403
        },
        {
            "start": 57.46719,
            "duration": 0.25984,
            "confidence": 0.403
        },
        {
            "start": 57.72703,
            "duration": 0.25986,
            "confidence": 0.337
        },
        {
            "start": 57.98689,
            "duration": 0.25986,
            "confidence": 0.337
        },
        {
            "start": 58.24675,
            "duration": 0.2601,
            "confidence": 0.46
        },
        {
            "start": 58.50685,
            "duration": 0.2601,
            "confidence": 0.46
        },
        {
            "start": 58.76694,
            "duration": 0.2601,
            "confidence": 0.44
        },
        {
            "start": 59.02704,
            "duration": 0.2601,
            "confidence": 0.44
        },
        {
            "start": 59.28714,
            "duration": 0.2601,
            "confidence": 0.337
        },
        {
            "start": 59.54723,
            "duration": 0.2601,
            "confidence": 0.337
        },
        {
            "start": 59.80733,
            "duration": 0.26126,
            "confidence": 0.494
        },
        {
            "start": 60.06859,
            "duration": 0.26126,
            "confidence": 0.494
        },
        {
            "start": 60.32985,
            "duration": 0.26033,
            "confidence": 0.54
        },
        {
            "start": 60.59018,
            "duration": 0.26033,
            "confidence": 0.54
        },
        {
            "start": 60.85051,
            "duration": 0.26126,
            "confidence": 0.576
        },
        {
            "start": 61.11178,
            "duration": 0.26126,
            "confidence": 0.576
        },
        {
            "start": 61.37304,
            "duration": 0.26057,
            "confidence": 0.44
        },
        {
            "start": 61.63361,
            "duration": 0.26057,
            "confidence": 0.44
        },
        {
            "start": 61.89418,
            "duration": 0.26057,
            "confidence": 0.381
        },
        {
            "start": 62.15475,
            "duration": 0.26057,
            "confidence": 0.381
        },
        {
            "start": 62.41532,
            "duration": 0.26034,
            "confidence": 0.387
        },
        {
            "start": 62.67566,
            "duration": 0.26034,
            "confidence": 0.387
        },
        {
            "start": 62.936,
            "duration": 0.26081,
            "confidence": 0.328
        },
        {
            "start": 63.19681,
            "duration": 0.26081,
            "confidence": 0.328
        },
        {
            "start": 63.45763,
            "duration": 0.26012,
            "confidence": 0.351
        },
        {
            "start": 63.71774,
            "duration": 0.26012,
            "confidence": 0.351
        },
        {
            "start": 63.97786,
            "duration": 0.26082,
            "confidence": 0.54
        },
        {
            "start": 64.23868,
            "duration": 0.26082,
            "confidence": 0.54
        },
        {
            "start": 64.4995,
            "duration": 0.26105,
            "confidence": 0.714
        },
        {
            "start": 64.76056,
            "duration": 0.26105,
            "confidence": 0.714
        },
        {
            "start": 65.02161,
            "duration": 0.26059,
            "confidence": 0.75
        },
        {
            "start": 65.2822,
            "duration": 0.26059,
            "confidence": 0.75
        },
        {
            "start": 65.54279,
            "duration": 0.26013,
            "confidence": 0.785
        },
        {
            "start": 65.80292,
            "duration": 0.26013,
            "confidence": 0.785
        },
        {
            "start": 66.06304,
            "duration": 0.26082,
            "confidence": 0.787
        },
        {
            "start": 66.32387,
            "duration": 0.26082,
            "confidence": 0.787
        },
        {
            "start": 66.58469,
            "duration": 0.26129,
            "confidence": 0.738
        },
        {
            "start": 66.84598,
            "duration": 0.26129,
            "confidence": 0.738
        },
        {
            "start": 67.10726,
            "duration": 0.26082,
            "confidence": 0.699
        },
        {
            "start": 67.36808,
            "duration": 0.26082,
            "confidence": 0.699
        },
        {
            "start": 67.62889,
            "duration": 0.26105,
            "confidence": 0.632
        },
        {
            "start": 67.88994,
            "duration": 0.26105,
            "confidence": 0.632
        },
        {
            "start": 68.15099,
            "duration": 0.26105,
            "confidence": 0.688
        },
        {
            "start": 68.41203,
            "duration": 0.26105,
            "confidence": 0.688
        },
        {
            "start": 68.67308,
            "duration": 0.26291,
            "confidence": 0.492
        },
        {
            "start": 68.93598,
            "duration": 0.26291,
            "confidence": 0.492
        },
        {
            "start": 69.19889,
            "duration": 0.25918,
            "confidence": 0.421
        },
        {
            "start": 69.45807,
            "duration": 0.25918,
            "confidence": 0.421
        },
        {
            "start": 69.71725,
            "duration": 0.26221,
            "confidence": 0.427
        },
        {
            "start": 69.97946,
            "duration": 0.26221,
            "confidence": 0.427
        },
        {
            "start": 70.24167,
            "duration": 0.26012,
            "confidence": 0.618
        },
        {
            "start": 70.50179,
            "duration": 0.26012,
            "confidence": 0.618
        },
        {
            "start": 70.76191,
            "duration": 0.26036,
            "confidence": 0.579
        },
        {
            "start": 71.02227,
            "duration": 0.26036,
            "confidence": 0.579
        },
        {
            "start": 71.28263,
            "duration": 0.26106,
            "confidence": 0.613
        },
        {
            "start": 71.54369,
            "duration": 0.26106,
            "confidence": 0.613
        },
        {
            "start": 71.80475,
            "duration": 0.26153,
            "confidence": 0.723
        },
        {
            "start": 72.06628,
            "duration": 0.26153,
            "confidence": 0.723
        },
        {
            "start": 72.32781,
            "duration": 0.26037,
            "confidence": 0.779
        },
        {
            "start": 72.58817,
            "duration": 0.26037,
            "confidence": 0.779
        },
        {
            "start": 72.84854,
            "duration": 0.2641,
            "confidence": 0.666
        },
        {
            "start": 73.11264,
            "duration": 0.2641,
            "confidence": 0.666
        },
        {
            "start": 73.37674,
            "duration": 0.26013,
            "confidence": 0.662
        },
        {
            "start": 73.63687,
            "duration": 0.26013,
            "confidence": 0.662
        },
        {
            "start": 73.89701,
            "duration": 0.26292,
            "confidence": 0.527
        },
        {
            "start": 74.15993,
            "duration": 0.26292,
            "confidence": 0.527
        },
        {
            "start": 74.42285,
            "duration": 0.26268,
            "confidence": 0.717
        },
        {
            "start": 74.68554,
            "duration": 0.26268,
            "confidence": 0.717
        },
        {
            "start": 74.94822,
            "duration": 0.26198,
            "confidence": 0.693
        },
        {
            "start": 75.2102,
            "duration": 0.26198,
            "confidence": 0.693
        },
        {
            "start": 75.47218,
            "duration": 0.26058,
            "confidence": 0.615
        },
        {
            "start": 75.73276,
            "duration": 0.26058,
            "confidence": 0.615
        },
        {
            "start": 75.99334,
            "duration": 0.26081,
            "confidence": 0.512
        },
        {
            "start": 76.25415,
            "duration": 0.26081,
            "confidence": 0.512
        },
        {
            "start": 76.51496,
            "duration": 0.26011,
            "confidence": 0.696
        },
        {
            "start": 76.77506,
            "duration": 0.26011,
            "confidence": 0.696
        },
        {
            "start": 77.03517,
            "duration": 0.26081,
            "confidence": 0.536
        },
        {
            "start": 77.29598,
            "duration": 0.26081,
            "confidence": 0.536
        },
        {
            "start": 77.55678,
            "duration": 0.26011,
            "confidence": 0.616
        },
        {
            "start": 77.8169,
            "duration": 0.26011,
            "confidence": 0.616
        },
        {
            "start": 78.07701,
            "duration": 0.26082,
            "confidence": 0.428
        },
        {
            "start": 78.33782,
            "duration": 0.26082,
            "confidence": 0.428
        },
        {
            "start": 78.59864,
            "duration": 0.25942,
            "confidence": 0.586
        },
        {
            "start": 78.85806,
            "duration": 0.25942,
            "confidence": 0.586
        },
        {
            "start": 79.11749,
            "duration": 0.26059,
            "confidence": 0.512
        },
        {
            "start": 79.37808,
            "duration": 0.26059,
            "confidence": 0.512
        },
        {
            "start": 79.63866,
            "duration": 0.26059,
            "confidence": 0.452
        },
        {
            "start": 79.89925,
            "duration": 0.26059,
            "confidence": 0.452
        },
        {
            "start": 80.15984,
            "duration": 0.26199,
            "confidence": 0.645
        },
        {
            "start": 80.42183,
            "duration": 0.26199,
            "confidence": 0.645
        },
        {
            "start": 80.68382,
            "duration": 0.26082,
            "confidence": 0.752
        },
        {
            "start": 80.94464,
            "duration": 0.26082,
            "confidence": 0.752
        },
        {
            "start": 81.20546,
            "duration": 0.26012,
            "confidence": 0.693
        },
        {
            "start": 81.46558,
            "duration": 0.26012,
            "confidence": 0.693
        },
        {
            "start": 81.7257,
            "duration": 0.25988,
            "confidence": 0.615
        },
        {
            "start": 81.98558,
            "duration": 0.25988,
            "confidence": 0.615
        },
        {
            "start": 82.24547,
            "duration": 0.26151,
            "confidence": 0.535
        },
        {
            "start": 82.50698,
            "duration": 0.26151,
            "confidence": 0.535
        },
        {
            "start": 82.76849,
            "duration": 0.26057,
            "confidence": 0.724
        },
        {
            "start": 83.02906,
            "duration": 0.26057,
            "confidence": 0.724
        },
        {
            "start": 83.28964,
            "duration": 0.25941,
            "confidence": 0.728
        },
        {
            "start": 83.54904,
            "duration": 0.25941,
            "confidence": 0.728
        },
        {
            "start": 83.80845,
            "duration": 0.26103,
            "confidence": 0.638
        },
        {
            "start": 84.06948,
            "duration": 0.26103,
            "confidence": 0.638
        },
        {
            "start": 84.33052,
            "duration": 0.2608,
            "confidence": 0.456
        },
        {
            "start": 84.59132,
            "duration": 0.2608,
            "confidence": 0.456
        },
        {
            "start": 84.85212,
            "duration": 0.2608,
            "confidence": 0.584
        },
        {
            "start": 85.11292,
            "duration": 0.2608,
            "confidence": 0.584
        },
        {
            "start": 85.37373,
            "duration": 0.26034,
            "confidence": 0.381
        },
        {
            "start": 85.63407,
            "duration": 0.26034,
            "confidence": 0.381
        },
        {
            "start": 85.89441,
            "duration": 0.26127,
            "confidence": 0.355
        },
        {
            "start": 86.15568,
            "duration": 0.26127,
            "confidence": 0.355
        },
        {
            "start": 86.41695,
            "duration": 0.26127,
            "confidence": 0.547
        },
        {
            "start": 86.67822,
            "duration": 0.26127,
            "confidence": 0.547
        },
        {
            "start": 86.9395,
            "duration": 0.26197,
            "confidence": 0.715
        },
        {
            "start": 87.20147,
            "duration": 0.26197,
            "confidence": 0.715
        },
        {
            "start": 87.46344,
            "duration": 0.25964,
            "confidence": 0.591
        },
        {
            "start": 87.72308,
            "duration": 0.25964,
            "confidence": 0.591
        },
        {
            "start": 87.98273,
            "duration": 0.2608,
            "confidence": 0.459
        },
        {
            "start": 88.24353,
            "duration": 0.2608,
            "confidence": 0.459
        },
        {
            "start": 88.50433,
            "duration": 0.25963,
            "confidence": 0.419
        },
        {
            "start": 88.76396,
            "duration": 0.25963,
            "confidence": 0.419
        },
        {
            "start": 89.02359,
            "duration": 0.26032,
            "confidence": 0.578
        },
        {
            "start": 89.28392,
            "duration": 0.26032,
            "confidence": 0.578
        },
        {
            "start": 89.54424,
            "duration": 0.25985,
            "confidence": 0.402
        },
        {
            "start": 89.80409,
            "duration": 0.25985,
            "confidence": 0.402
        },
        {
            "start": 90.06395,
            "duration": 0.26101,
            "confidence": 0.374
        },
        {
            "start": 90.32495,
            "duration": 0.26101,
            "confidence": 0.374
        },
        {
            "start": 90.58596,
            "duration": 0.26193,
            "confidence": 0.262
        },
        {
            "start": 90.8479,
            "duration": 0.26193,
            "confidence": 0.262
        },
        {
            "start": 91.10983,
            "duration": 0.2603,
            "confidence": 0.417
        },
        {
            "start": 91.37013,
            "duration": 0.2603,
            "confidence": 0.417
        },
        {
            "start": 91.63043,
            "duration": 0.26123,
            "confidence": 0.432
        },
        {
            "start": 91.89167,
            "duration": 0.26123,
            "confidence": 0.432
        },
        {
            "start": 92.1529,
            "duration": 0.26286,
            "confidence": 0.41
        },
        {
            "start": 92.41576,
            "duration": 0.26286,
            "confidence": 0.41
        },
        {
            "start": 92.67862,
            "duration": 0.2624,
            "confidence": 0.239
        },
        {
            "start": 92.94102,
            "duration": 0.2624,
            "confidence": 0.239
        },
        {
            "start": 93.20342,
            "duration": 0.26147,
            "confidence": 0.363
        },
        {
            "start": 93.4649,
            "duration": 0.26147,
            "confidence": 0.363
        },
        {
            "start": 93.72637,
            "duration": 0.26078,
            "confidence": 0.431
        },
        {
            "start": 93.98715,
            "duration": 0.26078,
            "confidence": 0.431
        },
        {
            "start": 94.24792,
            "duration": 0.26055,
            "confidence": 0.532
        },
        {
            "start": 94.50847,
            "duration": 0.26055,
            "confidence": 0.532
        },
        {
            "start": 94.76902,
            "duration": 0.26078,
            "confidence": 0.584
        },
        {
            "start": 95.02979,
            "duration": 0.26078,
            "confidence": 0.584
        },
        {
            "start": 95.29057,
            "duration": 0.26054,
            "confidence": 0.636
        },
        {
            "start": 95.55111,
            "duration": 0.26054,
            "confidence": 0.636
        },
        {
            "start": 95.81165,
            "duration": 0.26052,
            "confidence": 0.619
        },
        {
            "start": 96.07217,
            "duration": 0.26052,
            "confidence": 0.619
        },
        {
            "start": 96.33269,
            "duration": 0.26097,
            "confidence": 0.464
        },
        {
            "start": 96.59367,
            "duration": 0.26097,
            "confidence": 0.464
        },
        {
            "start": 96.85464,
            "duration": 0.26026,
            "confidence": 0.465
        },
        {
            "start": 97.1149,
            "duration": 0.26026,
            "confidence": 0.465
        },
        {
            "start": 97.37515,
            "duration": 0.26048,
            "confidence": 0.498
        },
        {
            "start": 97.63564,
            "duration": 0.26048,
            "confidence": 0.498
        },
        {
            "start": 97.89612,
            "duration": 0.25977,
            "confidence": 0.447
        },
        {
            "start": 98.15589,
            "duration": 0.25977,
            "confidence": 0.447
        },
        {
            "start": 98.41566,
            "duration": 0.26117,
            "confidence": 0.482
        },
        {
            "start": 98.67684,
            "duration": 0.26117,
            "confidence": 0.482
        },
        {
            "start": 98.93801,
            "duration": 0.25978,
            "confidence": 0.58
        },
        {
            "start": 99.19779,
            "duration": 0.25978,
            "confidence": 0.58
        },
        {
            "start": 99.45758,
            "duration": 0.26027,
            "confidence": 0.647
        },
        {
            "start": 99.71785,
            "duration": 0.26027,
            "confidence": 0.647
        },
        {
            "start": 99.97812,
            "duration": 0.26076,
            "confidence": 0.562
        },
        {
            "start": 100.23888,
            "duration": 0.26076,
            "confidence": 0.562
        },
        {
            "start": 100.49965,
            "duration": 0.26126,
            "confidence": 0.346
        },
        {
            "start": 100.7609,
            "duration": 0.26126,
            "confidence": 0.346
        },
        {
            "start": 101.02216,
            "duration": 0.26081,
            "confidence": 0.435
        },
        {
            "start": 101.28297,
            "duration": 0.26081,
            "confidence": 0.435
        },
        {
            "start": 101.54379,
            "duration": 0.26245,
            "confidence": 0.541
        },
        {
            "start": 101.80624,
            "duration": 0.26245,
            "confidence": 0.541
        },
        {
            "start": 102.06869,
            "duration": 0.26082,
            "confidence": 0.559
        },
        {
            "start": 102.32951,
            "duration": 0.26082,
            "confidence": 0.559
        },
        {
            "start": 102.59033,
            "duration": 0.26221,
            "confidence": 0.577
        },
        {
            "start": 102.85254,
            "duration": 0.26221,
            "confidence": 0.577
        },
        {
            "start": 103.11475,
            "duration": 0.26033,
            "confidence": 0.354
        },
        {
            "start": 103.37508,
            "duration": 0.26033,
            "confidence": 0.354
        },
        {
            "start": 103.6354,
            "duration": 0.25985,
            "confidence": 0.275
        },
        {
            "start": 103.89525,
            "duration": 0.25985,
            "confidence": 0.275
        },
        {
            "start": 104.1551,
            "duration": 0.26123,
            "confidence": 0.406
        },
        {
            "start": 104.41632,
            "duration": 0.26123,
            "confidence": 0.406
        },
        {
            "start": 104.67755,
            "duration": 0.26214,
            "confidence": 0.409
        },
        {
            "start": 104.93969,
            "duration": 0.26214,
            "confidence": 0.409
        },
        {
            "start": 105.20184,
            "duration": 0.25912,
            "confidence": 0.403
        },
        {
            "start": 105.46095,
            "duration": 0.25912,
            "confidence": 0.403
        },
        {
            "start": 105.72007,
            "duration": 0.26098,
            "confidence": 0.547
        },
        {
            "start": 105.98105,
            "duration": 0.26098,
            "confidence": 0.547
        },
        {
            "start": 106.24203,
            "duration": 0.26006,
            "confidence": 0.559
        },
        {
            "start": 106.50208,
            "duration": 0.26006,
            "confidence": 0.559
        },
        {
            "start": 106.76214,
            "duration": 0.26169,
            "confidence": 0.597
        },
        {
            "start": 107.02383,
            "duration": 0.26169,
            "confidence": 0.597
        },
        {
            "start": 107.28552,
            "duration": 0.261,
            "confidence": 0.479
        },
        {
            "start": 107.54652,
            "duration": 0.261,
            "confidence": 0.479
        },
        {
            "start": 107.80752,
            "duration": 0.2603,
            "confidence": 0.404
        },
        {
            "start": 108.06782,
            "duration": 0.2603,
            "confidence": 0.404
        },
        {
            "start": 108.32812,
            "duration": 0.26006,
            "confidence": 0.475
        },
        {
            "start": 108.58818,
            "duration": 0.26006,
            "confidence": 0.475
        },
        {
            "start": 108.84824,
            "duration": 0.26215,
            "confidence": 0.416
        },
        {
            "start": 109.11039,
            "duration": 0.26215,
            "confidence": 0.416
        },
        {
            "start": 109.37254,
            "duration": 0.26213,
            "confidence": 0.368
        },
        {
            "start": 109.63467,
            "duration": 0.26213,
            "confidence": 0.368
        },
        {
            "start": 109.89681,
            "duration": 0.26236,
            "confidence": 0.515
        },
        {
            "start": 110.15916,
            "duration": 0.26236,
            "confidence": 0.515
        },
        {
            "start": 110.42152,
            "duration": 0.26094,
            "confidence": 0.496
        },
        {
            "start": 110.68246,
            "duration": 0.26094,
            "confidence": 0.496
        },
        {
            "start": 110.9434,
            "duration": 0.26139,
            "confidence": 0.486
        },
        {
            "start": 111.2048,
            "duration": 0.26139,
            "confidence": 0.486
        },
        {
            "start": 111.46619,
            "duration": 0.26021,
            "confidence": 0.566
        },
        {
            "start": 111.7264,
            "duration": 0.26021,
            "confidence": 0.566
        },
        {
            "start": 111.98661,
            "duration": 0.26066,
            "confidence": 0.57
        },
        {
            "start": 112.24727,
            "duration": 0.26066,
            "confidence": 0.57
        },
        {
            "start": 112.50793,
            "duration": 0.26042,
            "confidence": 0.579
        },
        {
            "start": 112.76835,
            "duration": 0.26042,
            "confidence": 0.579
        },
        {
            "start": 113.02876,
            "duration": 0.25994,
            "confidence": 0.413
        },
        {
            "start": 113.28871,
            "duration": 0.25994,
            "confidence": 0.413
        },
        {
            "start": 113.54865,
            "duration": 0.25992,
            "confidence": 0.468
        },
        {
            "start": 113.80857,
            "duration": 0.25992,
            "confidence": 0.468
        },
        {
            "start": 114.06849,
            "duration": 0.26014,
            "confidence": 0.517
        },
        {
            "start": 114.32864,
            "duration": 0.26014,
            "confidence": 0.517
        },
        {
            "start": 114.58878,
            "duration": 0.26058,
            "confidence": 0.518
        },
        {
            "start": 114.84935,
            "duration": 0.26058,
            "confidence": 0.518
        },
        {
            "start": 115.10993,
            "duration": 0.26195,
            "confidence": 0.581
        },
        {
            "start": 115.37188,
            "duration": 0.26195,
            "confidence": 0.581
        },
        {
            "start": 115.63383,
            "duration": 0.26075,
            "confidence": 0.668
        },
        {
            "start": 115.89458,
            "duration": 0.26075,
            "confidence": 0.668
        },
        {
            "start": 116.15533,
            "duration": 0.26071,
            "confidence": 0.612
        },
        {
            "start": 116.41604,
            "duration": 0.26071,
            "confidence": 0.612
        },
        {
            "start": 116.67675,
            "duration": 0.26136,
            "confidence": 0.556
        },
        {
            "start": 116.9381,
            "duration": 0.26136,
            "confidence": 0.556
        },
        {
            "start": 117.19946,
            "duration": 0.26224,
            "confidence": 0.389
        },
        {
            "start": 117.4617,
            "duration": 0.26224,
            "confidence": 0.389
        },
        {
            "start": 117.72395,
            "duration": 0.26242,
            "confidence": 0.441
        },
        {
            "start": 117.98637,
            "duration": 0.26242,
            "confidence": 0.441
        },
        {
            "start": 118.24879,
            "duration": 0.26145,
            "confidence": 0.556
        },
        {
            "start": 118.51025,
            "duration": 0.26145,
            "confidence": 0.556
        },
        {
            "start": 118.7717,
            "duration": 0.26048,
            "confidence": 0.544
        },
        {
            "start": 119.03218,
            "duration": 0.26048,
            "confidence": 0.544
        },
        {
            "start": 119.29266,
            "duration": 0.26138,
            "confidence": 0.523
        },
        {
            "start": 119.55404,
            "duration": 0.26138,
            "confidence": 0.523
        },
        {
            "start": 119.81542,
            "duration": 0.26042,
            "confidence": 0.385
        },
        {
            "start": 120.07583,
            "duration": 0.26042,
            "confidence": 0.385
        },
        {
            "start": 120.33625,
            "duration": 0.25993,
            "confidence": 0.349
        },
        {
            "start": 120.59618,
            "duration": 0.25993,
            "confidence": 0.349
        },
        {
            "start": 120.85611,
            "duration": 0.26038,
            "confidence": 0.49
        },
        {
            "start": 121.11649,
            "duration": 0.26038,
            "confidence": 0.49
        },
        {
            "start": 121.37686,
            "duration": 0.2606,
            "confidence": 0.461
        },
        {
            "start": 121.63746,
            "duration": 0.2606,
            "confidence": 0.461
        },
        {
            "start": 121.89806,
            "duration": 0.26059,
            "confidence": 0.365
        },
        {
            "start": 122.15865,
            "duration": 0.26059,
            "confidence": 0.365
        },
        {
            "start": 122.41924,
            "duration": 0.26152,
            "confidence": 0.503
        },
        {
            "start": 122.68076,
            "duration": 0.26152,
            "confidence": 0.503
        },
        {
            "start": 122.94228,
            "duration": 0.26059,
            "confidence": 0.519
        },
        {
            "start": 123.20286,
            "duration": 0.26059,
            "confidence": 0.519
        },
        {
            "start": 123.46345,
            "duration": 0.26128,
            "confidence": 0.56
        },
        {
            "start": 123.72473,
            "duration": 0.26128,
            "confidence": 0.56
        },
        {
            "start": 123.98601,
            "duration": 0.26151,
            "confidence": 0.433
        },
        {
            "start": 124.24751,
            "duration": 0.26151,
            "confidence": 0.433
        },
        {
            "start": 124.50902,
            "duration": 0.25988,
            "confidence": 0.331
        },
        {
            "start": 124.76891,
            "duration": 0.25988,
            "confidence": 0.331
        },
        {
            "start": 125.02879,
            "duration": 0.25942,
            "confidence": 0.31
        },
        {
            "start": 125.2882,
            "duration": 0.25942,
            "confidence": 0.31
        },
        {
            "start": 125.54762,
            "duration": 0.26034,
            "confidence": 0.227
        },
        {
            "start": 125.80796,
            "duration": 0.26034,
            "confidence": 0.227
        },
        {
            "start": 126.0683,
            "duration": 0.25964,
            "confidence": 0.336
        },
        {
            "start": 126.32795,
            "duration": 0.25964,
            "confidence": 0.336
        },
        {
            "start": 126.58759,
            "duration": 0.26034,
            "confidence": 0.525
        },
        {
            "start": 126.84793,
            "duration": 0.26034,
            "confidence": 0.525
        },
        {
            "start": 127.10827,
            "duration": 0.26103,
            "confidence": 0.712
        },
        {
            "start": 127.36931,
            "duration": 0.26103,
            "confidence": 0.712
        },
        {
            "start": 127.63034,
            "duration": 0.26034,
            "confidence": 0.686
        },
        {
            "start": 127.89068,
            "duration": 0.26034,
            "confidence": 0.686
        },
        {
            "start": 128.15102,
            "duration": 0.25987,
            "confidence": 0.774
        },
        {
            "start": 128.41087,
            "duration": 0.25987,
            "confidence": 0.774
        },
        {
            "start": 128.67075,
            "duration": 0.26103,
            "confidence": 0.73
        },
        {
            "start": 128.93178,
            "duration": 0.26103,
            "confidence": 0.73
        },
        {
            "start": 129.19281,
            "duration": 0.2601,
            "confidence": 0.792
        },
        {
            "start": 129.45291,
            "duration": 0.2601,
            "confidence": 0.792
        },
        {
            "start": 129.71301,
            "duration": 0.26079,
            "confidence": 0.718
        },
        {
            "start": 129.9738,
            "duration": 0.26079,
            "confidence": 0.718
        },
        {
            "start": 130.23459,
            "duration": 0.26056,
            "confidence": 0.601
        },
        {
            "start": 130.49513,
            "duration": 0.26056,
            "confidence": 0.601
        },
        {
            "start": 130.7557,
            "duration": 0.26079,
            "confidence": 0.528
        },
        {
            "start": 131.0165,
            "duration": 0.26079,
            "confidence": 0.528
        },
        {
            "start": 131.27727,
            "duration": 0.26055,
            "confidence": 0.462
        },
        {
            "start": 131.53783,
            "duration": 0.26055,
            "confidence": 0.462
        },
        {
            "start": 131.79839,
            "duration": 0.26171,
            "confidence": 0.571
        },
        {
            "start": 132.06009,
            "duration": 0.26171,
            "confidence": 0.571
        },
        {
            "start": 132.32181,
            "duration": 0.26125,
            "confidence": 0.592
        },
        {
            "start": 132.58305,
            "duration": 0.26125,
            "confidence": 0.592
        },
        {
            "start": 132.8443,
            "duration": 0.26241,
            "confidence": 0.687
        },
        {
            "start": 133.1067,
            "duration": 0.26241,
            "confidence": 0.687
        },
        {
            "start": 133.36913,
            "duration": 0.26148,
            "confidence": 0.661
        },
        {
            "start": 133.6306,
            "duration": 0.26148,
            "confidence": 0.661
        },
        {
            "start": 133.89207,
            "duration": 0.26102,
            "confidence": 0.566
        },
        {
            "start": 134.1531,
            "duration": 0.26102,
            "confidence": 0.566
        },
        {
            "start": 134.41412,
            "duration": 0.26055,
            "confidence": 0.573
        },
        {
            "start": 134.67467,
            "duration": 0.26055,
            "confidence": 0.573
        },
        {
            "start": 134.93521,
            "duration": 0.26124,
            "confidence": 0.48
        },
        {
            "start": 135.19646,
            "duration": 0.26124,
            "confidence": 0.48
        },
        {
            "start": 135.4577,
            "duration": 0.26124,
            "confidence": 0.54
        },
        {
            "start": 135.71893,
            "duration": 0.26124,
            "confidence": 0.54
        },
        {
            "start": 135.98018,
            "duration": 0.26124,
            "confidence": 0.66
        },
        {
            "start": 136.24142,
            "duration": 0.26124,
            "confidence": 0.66
        },
        {
            "start": 136.50266,
            "duration": 0.25984,
            "confidence": 0.691
        },
        {
            "start": 136.7625,
            "duration": 0.25984,
            "confidence": 0.691
        },
        {
            "start": 137.02234,
            "duration": 0.26123,
            "confidence": 0.79
        },
        {
            "start": 137.28358,
            "duration": 0.26123,
            "confidence": 0.79
        },
        {
            "start": 137.54482,
            "duration": 0.261,
            "confidence": 0.716
        },
        {
            "start": 137.80582,
            "duration": 0.261,
            "confidence": 0.716
        },
        {
            "start": 138.0668,
            "duration": 0.26076,
            "confidence": 0.605
        },
        {
            "start": 138.32758,
            "duration": 0.26076,
            "confidence": 0.605
        },
        {
            "start": 138.58833,
            "duration": 0.26076,
            "confidence": 0.57
        },
        {
            "start": 138.84909,
            "duration": 0.26076,
            "confidence": 0.57
        },
        {
            "start": 139.10986,
            "duration": 0.26053,
            "confidence": 0.584
        },
        {
            "start": 139.37038,
            "duration": 0.26053,
            "confidence": 0.584
        },
        {
            "start": 139.6309,
            "duration": 0.25983,
            "confidence": 0.504
        },
        {
            "start": 139.89075,
            "duration": 0.25983,
            "confidence": 0.504
        },
        {
            "start": 140.15057,
            "duration": 0.26099,
            "confidence": 0.613
        },
        {
            "start": 140.41158,
            "duration": 0.26099,
            "confidence": 0.613
        },
        {
            "start": 140.67256,
            "duration": 0.26029,
            "confidence": 0.628
        },
        {
            "start": 140.93285,
            "duration": 0.26029,
            "confidence": 0.628
        },
        {
            "start": 141.19315,
            "duration": 0.26122,
            "confidence": 0.68
        },
        {
            "start": 141.45438,
            "duration": 0.26122,
            "confidence": 0.68
        },
        {
            "start": 141.71559,
            "duration": 0.26169,
            "confidence": 0.481
        },
        {
            "start": 141.97728,
            "duration": 0.26169,
            "confidence": 0.481
        },
        {
            "start": 142.23895,
            "duration": 0.26052,
            "confidence": 0.371
        },
        {
            "start": 142.4995,
            "duration": 0.26052,
            "confidence": 0.371
        },
        {
            "start": 142.76001,
            "duration": 0.26075,
            "confidence": 0.458
        },
        {
            "start": 143.02077,
            "duration": 0.26075,
            "confidence": 0.458
        },
        {
            "start": 143.28152,
            "duration": 0.26145,
            "confidence": 0.511
        },
        {
            "start": 143.54297,
            "duration": 0.26145,
            "confidence": 0.511
        },
        {
            "start": 143.80441,
            "duration": 0.26122,
            "confidence": 0.591
        },
        {
            "start": 144.06564,
            "duration": 0.26122,
            "confidence": 0.591
        },
        {
            "start": 144.32686,
            "duration": 0.26168,
            "confidence": 0.694
        },
        {
            "start": 144.58855,
            "duration": 0.26168,
            "confidence": 0.694
        },
        {
            "start": 144.85022,
            "duration": 0.26122,
            "confidence": 0.711
        },
        {
            "start": 145.11143,
            "duration": 0.26122,
            "confidence": 0.711
        },
        {
            "start": 145.37265,
            "duration": 0.25982,
            "confidence": 0.773
        },
        {
            "start": 145.63248,
            "duration": 0.25982,
            "confidence": 0.773
        },
        {
            "start": 145.89229,
            "duration": 0.26075,
            "confidence": 0.688
        },
        {
            "start": 146.15305,
            "duration": 0.26075,
            "confidence": 0.688
        },
        {
            "start": 146.4138,
            "duration": 0.26168,
            "confidence": 0.576
        },
        {
            "start": 146.67548,
            "duration": 0.26168,
            "confidence": 0.576
        },
        {
            "start": 146.93716,
            "duration": 0.26192,
            "confidence": 0.491
        },
        {
            "start": 147.19908,
            "duration": 0.26192,
            "confidence": 0.491
        },
        {
            "start": 147.46098,
            "duration": 0.26145,
            "confidence": 0.492
        },
        {
            "start": 147.72244,
            "duration": 0.26145,
            "confidence": 0.492
        },
        {
            "start": 147.9839,
            "duration": 0.25844,
            "confidence": 0.574
        },
        {
            "start": 148.24232,
            "duration": 0.25844,
            "confidence": 0.574
        },
        {
            "start": 148.50076,
            "duration": 0.26053,
            "confidence": 0.528
        },
        {
            "start": 148.76129,
            "duration": 0.26053,
            "confidence": 0.528
        },
        {
            "start": 149.02182,
            "duration": 0.26238,
            "confidence": 0.532
        },
        {
            "start": 149.2842,
            "duration": 0.26238,
            "confidence": 0.532
        },
        {
            "start": 149.54659,
            "duration": 0.26146,
            "confidence": 0.375
        },
        {
            "start": 149.80804,
            "duration": 0.26146,
            "confidence": 0.375
        },
        {
            "start": 150.0695,
            "duration": 0.26076,
            "confidence": 0.243
        },
        {
            "start": 150.33026,
            "duration": 0.26076,
            "confidence": 0.243
        },
        {
            "start": 150.59103,
            "duration": 0.26077,
            "confidence": 0.187
        },
        {
            "start": 150.85179,
            "duration": 0.26077,
            "confidence": 0.187
        },
        {
            "start": 151.11256,
            "duration": 0.26054,
            "confidence": 0.177
        },
        {
            "start": 151.3731,
            "duration": 0.26054,
            "confidence": 0.177
        },
        {
            "start": 151.63364,
            "duration": 0.2631,
            "confidence": 0.313
        },
        {
            "start": 151.89674,
            "duration": 0.2631,
            "confidence": 0.313
        },
        {
            "start": 152.15984,
            "duration": 0.26101,
            "confidence": 0.391
        },
        {
            "start": 152.42085,
            "duration": 0.26101,
            "confidence": 0.391
        },
        {
            "start": 152.68185,
            "duration": 0.26032,
            "confidence": 0.498
        },
        {
            "start": 152.94217,
            "duration": 0.26032,
            "confidence": 0.498
        },
        {
            "start": 153.20248,
            "duration": 0.26031,
            "confidence": 0.537
        },
        {
            "start": 153.4628,
            "duration": 0.26031,
            "confidence": 0.537
        },
        {
            "start": 153.72311,
            "duration": 0.25961,
            "confidence": 0.62
        },
        {
            "start": 153.98273,
            "duration": 0.25961,
            "confidence": 0.62
        },
        {
            "start": 154.24234,
            "duration": 0.26007,
            "confidence": 0.587
        },
        {
            "start": 154.50241,
            "duration": 0.26007,
            "confidence": 0.587
        },
        {
            "start": 154.76248,
            "duration": 0.261,
            "confidence": 0.468
        },
        {
            "start": 155.02348,
            "duration": 0.261,
            "confidence": 0.468
        },
        {
            "start": 155.28448,
            "duration": 0.2603,
            "confidence": 0.476
        },
        {
            "start": 155.54478,
            "duration": 0.2603,
            "confidence": 0.476
        },
        {
            "start": 155.80508,
            "duration": 0.26007,
            "confidence": 0.511
        },
        {
            "start": 156.06516,
            "duration": 0.26007,
            "confidence": 0.511
        },
        {
            "start": 156.32521,
            "duration": 0.2603,
            "confidence": 0.461
        },
        {
            "start": 156.58553,
            "duration": 0.2603,
            "confidence": 0.461
        },
        {
            "start": 156.84583,
            "duration": 0.26123,
            "confidence": 0.454
        },
        {
            "start": 157.10706,
            "duration": 0.26123,
            "confidence": 0.454
        },
        {
            "start": 157.36829,
            "duration": 0.26078,
            "confidence": 0.532
        },
        {
            "start": 157.62904,
            "duration": 0.26078,
            "confidence": 0.532
        },
        {
            "start": 157.88983,
            "duration": 0.26078,
            "confidence": 0.607
        },
        {
            "start": 158.1506,
            "duration": 0.26078,
            "confidence": 0.607
        },
        {
            "start": 158.41139,
            "duration": 0.26103,
            "confidence": 0.545
        },
        {
            "start": 158.67242,
            "duration": 0.26103,
            "confidence": 0.545
        },
        {
            "start": 158.93346,
            "duration": 0.26127,
            "confidence": 0.307
        },
        {
            "start": 159.19472,
            "duration": 0.26127,
            "confidence": 0.307
        },
        {
            "start": 159.45598,
            "duration": 0.26152,
            "confidence": 0.391
        },
        {
            "start": 159.7175,
            "duration": 0.26152,
            "confidence": 0.391
        },
        {
            "start": 159.97902,
            "duration": 0.26223,
            "confidence": 0.511
        },
        {
            "start": 160.24126,
            "duration": 0.26223,
            "confidence": 0.511
        },
        {
            "start": 160.5035,
            "duration": 0.2604,
            "confidence": 0.547
        },
        {
            "start": 160.76389,
            "duration": 0.2604,
            "confidence": 0.547
        },
        {
            "start": 161.02428,
            "duration": 0.26157,
            "confidence": 0.576
        },
        {
            "start": 161.28586,
            "duration": 0.26157,
            "confidence": 0.576
        },
        {
            "start": 161.54742,
            "duration": 0.25974,
            "confidence": 0.336
        },
        {
            "start": 161.80717,
            "duration": 0.25974,
            "confidence": 0.336
        },
        {
            "start": 162.06691,
            "duration": 0.25953,
            "confidence": 0.177
        },
        {
            "start": 162.32643,
            "duration": 0.25953,
            "confidence": 0.177
        },
        {
            "start": 162.58595,
            "duration": 0.26141,
            "confidence": 0.273
        },
        {
            "start": 162.84737,
            "duration": 0.26141,
            "confidence": 0.273
        },
        {
            "start": 163.1088,
            "duration": 0.26213,
            "confidence": 0.269
        },
        {
            "start": 163.37091,
            "duration": 0.26213,
            "confidence": 0.269
        },
        {
            "start": 163.63304,
            "duration": 0.25936,
            "confidence": 0.39
        },
        {
            "start": 163.8924,
            "duration": 0.25936,
            "confidence": 0.39
        },
        {
            "start": 164.15176,
            "duration": 0.26147,
            "confidence": 0.525
        },
        {
            "start": 164.41324,
            "duration": 0.26147,
            "confidence": 0.525
        },
        {
            "start": 164.67471,
            "duration": 0.2615,
            "confidence": 0.453
        },
        {
            "start": 164.9362,
            "duration": 0.2615,
            "confidence": 0.453
        },
        {
            "start": 165.19771,
            "duration": 0.26176,
            "confidence": 0.543
        },
        {
            "start": 165.45947,
            "duration": 0.26176,
            "confidence": 0.543
        },
        {
            "start": 165.72124,
            "duration": 0.26155,
            "confidence": 0.464
        },
        {
            "start": 165.98277,
            "duration": 0.26155,
            "confidence": 0.464
        },
        {
            "start": 166.24432,
            "duration": 0.26041,
            "confidence": 0.375
        },
        {
            "start": 166.50475,
            "duration": 0.26041,
            "confidence": 0.375
        },
        {
            "start": 166.76515,
            "duration": 0.2595,
            "confidence": 0.457
        },
        {
            "start": 167.02464,
            "duration": 0.2595,
            "confidence": 0.457
        },
        {
            "start": 167.28413,
            "duration": 0.26067,
            "confidence": 0.431
        },
        {
            "start": 167.54482,
            "duration": 0.26067,
            "confidence": 0.431
        },
        {
            "start": 167.80548,
            "duration": 0.26207,
            "confidence": 0.364
        },
        {
            "start": 168.06755,
            "duration": 0.26207,
            "confidence": 0.364
        },
        {
            "start": 168.32964,
            "duration": 0.26138,
            "confidence": 0.429
        },
        {
            "start": 168.591,
            "duration": 0.26138,
            "confidence": 0.429
        },
        {
            "start": 168.85239,
            "duration": 0.26115,
            "confidence": 0.442
        },
        {
            "start": 169.11354,
            "duration": 0.26115,
            "confidence": 0.442
        },
        {
            "start": 169.3747,
            "duration": 0.26162,
            "confidence": 0.445
        },
        {
            "start": 169.6363,
            "duration": 0.26162,
            "confidence": 0.445
        },
        {
            "start": 169.89792,
            "duration": 0.26023,
            "confidence": 0.546
        },
        {
            "start": 170.15816,
            "duration": 0.26023,
            "confidence": 0.546
        },
        {
            "start": 170.41837,
            "duration": 0.26023,
            "confidence": 0.533
        },
        {
            "start": 170.6786,
            "duration": 0.26023,
            "confidence": 0.533
        },
        {
            "start": 170.93884,
            "duration": 0.26141,
            "confidence": 0.496
        },
        {
            "start": 171.20026,
            "duration": 0.26141,
            "confidence": 0.496
        },
        {
            "start": 171.46165,
            "duration": 0.26026,
            "confidence": 0.291
        },
        {
            "start": 171.72191,
            "duration": 0.26026,
            "confidence": 0.291
        },
        {
            "start": 171.98216,
            "duration": 0.25981,
            "confidence": 0.303
        },
        {
            "start": 172.24197,
            "duration": 0.25981,
            "confidence": 0.303
        },
        {
            "start": 172.50179,
            "duration": 0.25959,
            "confidence": 0.317
        },
        {
            "start": 172.76137,
            "duration": 0.25959,
            "confidence": 0.317
        },
        {
            "start": 173.02097,
            "duration": 0.26007,
            "confidence": 0.341
        },
        {
            "start": 173.28104,
            "duration": 0.26007,
            "confidence": 0.341
        },
        {
            "start": 173.54109,
            "duration": 0.26195,
            "confidence": 0.474
        },
        {
            "start": 173.80304,
            "duration": 0.26195,
            "confidence": 0.474
        },
        {
            "start": 174.06499,
            "duration": 0.26149,
            "confidence": 0.518
        },
        {
            "start": 174.32648,
            "duration": 0.26149,
            "confidence": 0.518
        },
        {
            "start": 174.58797,
            "duration": 0.26104,
            "confidence": 0.463
        },
        {
            "start": 174.84901,
            "duration": 0.26104,
            "confidence": 0.463
        },
        {
            "start": 175.11006,
            "duration": 0.26106,
            "confidence": 0.29
        },
        {
            "start": 175.37111,
            "duration": 0.26106,
            "confidence": 0.29
        },
        {
            "start": 175.63217,
            "duration": 0.26153,
            "confidence": 0.278
        },
        {
            "start": 175.8937,
            "duration": 0.26153,
            "confidence": 0.278
        },
        {
            "start": 176.15523,
            "duration": 0.26317,
            "confidence": 0.227
        },
        {
            "start": 176.4184,
            "duration": 0.26317,
            "confidence": 0.227
        },
        {
            "start": 176.68156,
            "duration": 0.26225,
            "confidence": 0.391
        },
        {
            "start": 176.94382,
            "duration": 0.26225,
            "confidence": 0.391
        },
        {
            "start": 177.20605,
            "duration": 0.26017,
            "confidence": 0.479
        },
        {
            "start": 177.46623,
            "duration": 0.26017,
            "confidence": 0.479
        },
        {
            "start": 177.7264,
            "duration": 0.26065,
            "confidence": 0.514
        },
        {
            "start": 177.98705,
            "duration": 0.26065,
            "confidence": 0.514
        },
        {
            "start": 178.2477,
            "duration": 0.25927,
            "confidence": 0.379
        },
        {
            "start": 178.50697,
            "duration": 0.25927,
            "confidence": 0.379
        },
        {
            "start": 178.76624,
            "duration": 0.25929,
            "confidence": 0.314
        },
        {
            "start": 179.02553,
            "duration": 0.25929,
            "confidence": 0.314
        },
        {
            "start": 179.2848,
            "duration": 0.25977,
            "confidence": 0.42
        },
        {
            "start": 179.54459,
            "duration": 0.25977,
            "confidence": 0.42
        },
        {
            "start": 179.80437,
            "duration": 0.26003,
            "confidence": 0.346
        },
        {
            "start": 180.06438,
            "duration": 0.26003,
            "confidence": 0.346
        },
        {
            "start": 180.32442,
            "duration": 0.25981,
            "confidence": 0.281
        },
        {
            "start": 180.58421,
            "duration": 0.25981,
            "confidence": 0.281
        },
        {
            "start": 180.84402,
            "duration": 0.26167,
            "confidence": 0.42
        },
        {
            "start": 181.1057,
            "duration": 0.26167,
            "confidence": 0.42
        },
        {
            "start": 181.36737,
            "duration": 0.26168,
            "confidence": 0.431
        },
        {
            "start": 181.62904,
            "duration": 0.26168,
            "confidence": 0.431
        },
        {
            "start": 181.89073,
            "duration": 0.26238,
            "confidence": 0.56
        },
        {
            "start": 182.15312,
            "duration": 0.26238,
            "confidence": 0.56
        },
        {
            "start": 182.4155,
            "duration": 0.26215,
            "confidence": 0.447
        },
        {
            "start": 182.67764,
            "duration": 0.26215,
            "confidence": 0.447
        },
        {
            "start": 182.9398,
            "duration": 0.26076,
            "confidence": 0.375
        },
        {
            "start": 183.20058,
            "duration": 0.26076,
            "confidence": 0.375
        },
        {
            "start": 183.46132,
            "duration": 0.26052,
            "confidence": 0.41
        },
        {
            "start": 183.72185,
            "duration": 0.26052,
            "confidence": 0.41
        },
        {
            "start": 183.98238,
            "duration": 0.26169,
            "confidence": 0.367
        },
        {
            "start": 184.24406,
            "duration": 0.26169,
            "confidence": 0.367
        },
        {
            "start": 184.50575,
            "duration": 0.26006,
            "confidence": 0.378
        },
        {
            "start": 184.76581,
            "duration": 0.26006,
            "confidence": 0.378
        },
        {
            "start": 185.02586,
            "duration": 0.25913,
            "confidence": 0.494
        },
        {
            "start": 185.28499,
            "duration": 0.25913,
            "confidence": 0.494
        },
        {
            "start": 185.54411,
            "duration": 0.26005,
            "confidence": 0.504
        },
        {
            "start": 185.80417,
            "duration": 0.26005,
            "confidence": 0.504
        },
        {
            "start": 186.06422,
            "duration": 0.26144,
            "confidence": 0.417
        },
        {
            "start": 186.32565,
            "duration": 0.26144,
            "confidence": 0.417
        },
        {
            "start": 186.5871,
            "duration": 0.26119,
            "confidence": 0.366
        },
        {
            "start": 186.8483,
            "duration": 0.26119,
            "confidence": 0.366
        },
        {
            "start": 187.10948,
            "duration": 0.26095,
            "confidence": 0.304
        },
        {
            "start": 187.37044,
            "duration": 0.26095,
            "confidence": 0.304
        },
        {
            "start": 187.63138,
            "duration": 0.2607,
            "confidence": 0.285
        },
        {
            "start": 187.89207,
            "duration": 0.2607,
            "confidence": 0.285
        },
        {
            "start": 188.15279,
            "duration": 0.26068,
            "confidence": 0.383
        },
        {
            "start": 188.41347,
            "duration": 0.26068,
            "confidence": 0.383
        },
        {
            "start": 188.67413,
            "duration": 0.26159,
            "confidence": 0.342
        },
        {
            "start": 188.93573,
            "duration": 0.26159,
            "confidence": 0.342
        },
        {
            "start": 189.19733,
            "duration": 0.26134,
            "confidence": 0.288
        },
        {
            "start": 189.45866,
            "duration": 0.26134,
            "confidence": 0.288
        },
        {
            "start": 189.72,
            "duration": 0.26062,
            "confidence": 0.386
        },
        {
            "start": 189.98062,
            "duration": 0.26062,
            "confidence": 0.386
        },
        {
            "start": 190.24126,
            "duration": 0.26154,
            "confidence": 0.384
        },
        {
            "start": 190.50279,
            "duration": 0.26154,
            "confidence": 0.384
        },
        {
            "start": 190.76433,
            "duration": 0.26037,
            "confidence": 0.389
        },
        {
            "start": 191.0247,
            "duration": 0.26037,
            "confidence": 0.389
        },
        {
            "start": 191.28506,
            "duration": 0.2592,
            "confidence": 0.427
        },
        {
            "start": 191.54427,
            "duration": 0.2592,
            "confidence": 0.427
        },
        {
            "start": 191.80347,
            "duration": 0.26199,
            "confidence": 0.445
        },
        {
            "start": 192.06546,
            "duration": 0.26199,
            "confidence": 0.445
        },
        {
            "start": 192.32745,
            "duration": 0.26223,
            "confidence": 0.341
        },
        {
            "start": 192.58968,
            "duration": 0.26223,
            "confidence": 0.341
        },
        {
            "start": 192.8519,
            "duration": 0.26083,
            "confidence": 0.288
        },
        {
            "start": 193.11275,
            "duration": 0.26083,
            "confidence": 0.288
        },
        {
            "start": 193.37357,
            "duration": 0.2613,
            "confidence": 0.272
        },
        {
            "start": 193.63487,
            "duration": 0.2613,
            "confidence": 0.272
        },
        {
            "start": 193.89616,
            "duration": 0.26107,
            "confidence": 0.392
        },
        {
            "start": 194.15726,
            "duration": 0.26107,
            "confidence": 0.392
        },
        {
            "start": 194.41832,
            "duration": 0.26108,
            "confidence": 0.486
        },
        {
            "start": 194.6794,
            "duration": 0.26108,
            "confidence": 0.486
        },
        {
            "start": 194.94048,
            "duration": 0.26038,
            "confidence": 0.331
        },
        {
            "start": 195.20087,
            "duration": 0.26038,
            "confidence": 0.331
        },
        {
            "start": 195.46124,
            "duration": 0.25968,
            "confidence": 0.186
        },
        {
            "start": 195.72092,
            "duration": 0.25968,
            "confidence": 0.186
        },
        {
            "start": 195.9806,
            "duration": 0.26085,
            "confidence": 0.261
        },
        {
            "start": 196.24146,
            "duration": 0.26085,
            "confidence": 0.261
        },
        {
            "start": 196.5023,
            "duration": 0.26178,
            "confidence": 0.395
        },
        {
            "start": 196.76408,
            "duration": 0.26178,
            "confidence": 0.395
        },
        {
            "start": 197.02585,
            "duration": 0.25991,
            "confidence": 0.402
        },
        {
            "start": 197.28577,
            "duration": 0.25991,
            "confidence": 0.402
        },
        {
            "start": 197.54568,
            "duration": 0.26107,
            "confidence": 0.4
        },
        {
            "start": 197.80676,
            "duration": 0.26107,
            "confidence": 0.4
        },
        {
            "start": 198.06783,
            "duration": 0.26061,
            "confidence": 0.487
        },
        {
            "start": 198.32845,
            "duration": 0.26061,
            "confidence": 0.487
        },
        {
            "start": 198.58904,
            "duration": 0.26293,
            "confidence": 0.532
        },
        {
            "start": 198.85197,
            "duration": 0.26293,
            "confidence": 0.532
        },
        {
            "start": 199.1149,
            "duration": 0.25943,
            "confidence": 0.376
        },
        {
            "start": 199.37434,
            "duration": 0.25943,
            "confidence": 0.376
        },
        {
            "start": 199.63377,
            "duration": 0.25989,
            "confidence": 0.279
        },
        {
            "start": 199.89366,
            "duration": 0.25989,
            "confidence": 0.279
        },
        {
            "start": 200.15356,
            "duration": 0.26081,
            "confidence": 0.341
        },
        {
            "start": 200.41437,
            "duration": 0.26081,
            "confidence": 0.341
        },
        {
            "start": 200.67519,
            "duration": 0.26173,
            "confidence": 0.351
        },
        {
            "start": 200.93692,
            "duration": 0.26173,
            "confidence": 0.351
        },
        {
            "start": 201.19865,
            "duration": 0.26099,
            "confidence": 0.2
        },
        {
            "start": 201.45966,
            "duration": 0.26099,
            "confidence": 0.2
        },
        {
            "start": 201.72064,
            "duration": 0.26348,
            "confidence": 0.081
        },
        {
            "start": 201.98412,
            "duration": 0.26348,
            "confidence": 0.081
        },
        {
            "start": 202.24759,
            "duration": 0.26464,
            "confidence": 0.046
        },
        {
            "start": 202.51224,
            "duration": 0.26464,
            "confidence": 0.046
        },
        {
            "start": 202.77689,
            "duration": 0.26464,
            "confidence": 0.053
        },
        {
            "start": 203.04153,
            "duration": 0.26464,
            "confidence": 0.053
        }
    ]
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: private, max-age=0
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:41 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "meta": {
        "analyzer_version": "4.0.0",
        "platform": "Linux",
        "detailed_status": "OK",
        "status_code": 0,
        "timestamp": 1495193577,
        "analysis_time": 6.93906,
        "input_process": "libvorbisfile L+R 44100->22050"
    },
    "track": {
        "num_samples": 4585515,
        "duration": 207.95985,
        "sample_md5": "",
        "offset_seconds": 0,
        "window_seconds": 0,
        "analysis_sample_rate": 22050,
        "analysis_channels": 1,
        "end_of_fade_in": 0.0,
        "start_of_fade_out": 201.13705,
        "loudness": -2.743,
        "tempo": 114.944,
        "tempo_confidence": 0.74,
        "time_signature": 4,
        "time_signature_confidence": 0.994,
        "key": 2,
        "key_confidence": 0.408,
        "mode": 1,
        "mode_confidence": 0.485,
        "codestring": "eJxVmgl2LDcOBK_SR-C-3P9ijki2vuSZZ1tkVbO4AIlMgLOPdWaZn_LZd_H_u-enzfWZfczSxx6fccqnz1v7uOt8dl-fs-Zo9OzPKTwb_d7Ji_c2Xtzz0ns_tbbyqaWtW2b-bHV91jxj3nt43Gv7jD5PaWXtT12MtGiutkb_1N3OZ87Z616L5mkM75Nxa_k0xv7UO2-_Z-5Pa6MwVGtlrHk_rTNNPlx7v2N92spv-Wrr43zann53ldV7u59eyvmcWc-6fO5DF8ubjbdWpdlvJnldPStd52eSh_n1w2_rWo2ZsIR-2RpaPB2dCVV-6xLGKD3z819zl-r8xnAupezS3f2xy3Aaq99dK1ve-W1hIHag8tc5Nu9k__ir70zyHg7Db_Db0RmhLF_ei5nuwonUNj_8gA819nm6p6twCux_aXudymKYc2f1hwHmZ3HEbDYnNs6luQ9bdw7L35eXL9vemR9nx27ssp3k3Hxw7M9u2gInVdsY97MHRlR5cPqpmz0ua3zqqLO3wYmezjFwbpxOrdelt8_Z-9y2B38tx-fQeqsXK6PN0Gzl2pw3kx8fLHC0uvnwbRponRw5G_W567182y0X0-GAMT6Mu84Si8Sk2JA2dp9YcC28-WGnmcbd2GVZbNja6w5exczK3S6k9dIan8euWVV-xuPWNHSs6eMpnz27L8x8B1Pn0Icv7DHeCyufwBMy41IwFn7Qmp90PQWLo73YWewZOxxOoelmg3OYte-4jueCGc15pm3GxuznxhAb7_fD3uPEBSutbMEoGNua7v52MaMOVzAO9oZV0KEZ1L0Ztzuhoc9gcDxuTmjEaS42MorHylzeWWPMuAl7j0nPMSYrO-zpxFWdQGe8wgQ8LD_IupigHZMBsSsmpSfVqSthlixpd16d-pIzHPi4S1ij_swwX1g6TF1tczAYPZ_VvHAm_hnsVl1BIz50-gMU8WbeyUc7jo4R9Dxnbpu_6tExTsFqJxv3cSdYMuNiLz6eTNNzYFJ4Bj7CFi46GYANuvrCjbnmBG93VdrLBe1ovw2YHAcmwHRw8xaI2J4trqPjFb2UEwfDsJWvkQ2mb4cuwbGwMXcA0YXN-uBJpWOZU0icrucyg3Y67ckO8nbly2IkHsAy5trMpYgIugHtfsvZzOCLmuPuvXupdOgHrBOcOJMBmyvm-5sJFVG2uW3sDhi0WAwDsIOYojgt7uIO9B7iSBOmMG_2ADjfZ3pYoARGBDwA6p0JDT4EOnM-e2MibWrkxwUVFqE1Cc0MX9gBJjyNCbbb2SAZAM_7TI0THIcNCbQBzJjkwoJcTrwfDzzVAbfgjk3XqzsaF0qOkInwoG1PyG07_Hw7M9HeULbBOG2BRbA7AOIFwdoR0RdzJ5y6wUcL7Xq1TkL7ihI4CRGR6VxRG6wEa3N-d8UKAe6zq21xG8TFtMB54pQ-O4uGx4xpa5-zE3hm8bH2uQl_YBCuWXDtj1-qPhQDiWU83QX3xhPYSiLRnrhzvMCt3vgGdk7TlWMZlbmwJtGGmTtPAhnDNY2VZYIv-M5HQyif6dZg2nzc0EIgLIQGkbG7dIYHU_s1pmqphBLRfFTa2iNxRMByZV0A18tx9kRgrRPoJpTy8aHddl_ChJn7IO4wODi2XPhwxiINVsCy6Lh5vzJLUOwjoLHPrBNL43wIdMetAPfgB7Q14o3x4VXHtkYsriwxTQpQ8FdBbENFPN-E16U1pj31kjOH5KOHMeC2gMLZ4VHLvWBvQC1B2zj93ZvpyQSlQINyXnPqlEy2QCpY_BbYcWGYDmYHAZEIdR0C8sFzANktY27dkNOPTp3N2XKdY6i7BHUYl3sLsvpxbEbIYIgbTJKGwBywLWYMIwCkpEYXLOKYhwhqPCsSnHfMlbA3igZPvCcKQYAYSAtnLgV6sO7Hg8uC8S83nQ9hdSzp3MxuBJFGxQ4xODgQJAwzZKJECBAMxikE437zioijaePPEoi7MCAxGH4AhdpVRmRQwtthRaCqBMytx1wGhjDCPYfj6ytsHiDEgYDArGcZrV9AAe3DGIbPgav9deAxAsiXgw1e4f3_ThY3wtMDyL3AQeUwwBIDuhnsoJ-bGnbHqeATxEjeCs9YjdBI6Bfb5WaAm2H0YxhwPCycffWxhg8FZULZd-0auoD9yTb3iF3CWYAcZrMN_HBPbIeDktM7GgEHizmc-jG-sgE0i4dxnh0vCAknIvn4seMjhIDCWCJOzPpVC1hJKErj5evkbxg7w3KIYE1IWCIVn9i0NUymh6mxnyG45XuWdGFlWuZuI4h0BBcX67kuIv1HvlG0EGIS50g73BtjgxXbbiHfnC2jY4vTYMPvZYRT7GtLiGbwHeozW_j31mQwPQYxIkix93V6PdolXgyKqI12--PFABOmiSFzsKxJWNa0gDSwjbOe7oKmjW070hyastNXefD-kFm3SKXBbk8noMNMmi5naqp4O6CgD84dIr6GzJvhppbL1C62xmyW-MwGoQYY4hMapmWVDWZdO1y9B4nlstpgElvALrIDomELhm1inoe1tWSi7-x6A20BO6sf0nZoJ4cDouwe6hWbklocjIPIy-ziSgsaEIwQU3lNlIWq8kFJBssHC8GMS9Buz9Q5ax7R1nhj6nFZ8UoY67JfBro31AULrKIFGicCVmMpUnz-LRh6-syPpZSdH-B8NeFDgDBcivZwTNr9ofiSRSB8XMz3_OEvtEOw_aJ2vVq4Y624MKrhs8Kl-B6Rb_rzSFB80QHUGrLph-oc-McQwiqa_Nm3u7YP6LAfy9G6ZBo3kayeWLm2jTpZrn5FZ8JyjlbA4wjNFeWAdflDTB9YXOp75h6pyfMpMFzakrG8T2xskYDMhiPG5aoUV1qT4YkftBWfkBpAWaa7oj5BcVkjZGBFfhqbwdhlOzwmw7M_mk0c4Gf4pWf8GX6FvMNdCTJInbXiKdOoXdSrS9CX5xS-qw_KStGnS83OOlTBmjbnXE_QXo6pdBv-PKrUkAVAVtsxqBykqk7BK9uYftyT3ZoWIgXlxtnpVLgKMUzaChCsyFj8XoUM7IFNBmCeOu8o5p_nYqUmpMNgCHqPTiVLV0gSsAEK5WE4M24aCfzEK5ahPqkB8MfakcQclhK8RKhVqT5ttwPmeTh8XButLgEAePlr23b9KmkMGE6-q3QHBdBlJ4j2Gn1ovMYnMJuvMgXKcBbbKlPX1pTitHfyB1OSLrvvOhIwDxIBerQl8YgZrOo9d_16HV82IHVJPeMJi8u2wEkvmzFVByMERgX3xosQXZ73UWPsCFG87po42Jh5qHeXLhGiaLt-lDQHKMXZEaK0hFYN6elhOAX7BvfEduWeRbAD22jrPFMxZWqMtuvdaCCc0_lHdmq5YMvy_TgPhN-U1N7xHWzW3BNPd9C7cBYEEH699Y2XyMlsTjg-mwvIQCl2NCh-fuUMmM-OCpXZIqM9zqu1S-I5DFMw94VJbIUtte3ysCUOa-NNO0ipKB7qSORubXFOJrSTzVOicQTiqLT6iU4s_ZgQAeKMDG43Wg_ReJLjI8bzNgbxOcFJ5Bz7gnXIq6KKES18UzE3o7QxRwHWOMEuQX9gSJCK014a4vq_ajvgTJBUqzG9ro9qbQRMx4sE_VobyKgzOh2ZHgH-c0KCm_k2doCdFhKfZP0OOEbYPtEWH6cpyTkKESSLf4XkgBaoqHdSR-6P7wk4tKUB8OAhZvv-TiKIH1dTb2BakiX1mm7jebAPROKry5TY0kr4B8ZIzDDrpVDiULFLvP1Esi7ku9yT8XbWf4wsabYkDTgsVAvWeaJoGUxaEFWkdx-2CXucCoGYwzL5omVB1brzqRAxQjVv1vu8E5ySD50eirqOYp_5hBTyHE2e_Y2kNZNW2BjeT2YBjqI0cCev-yNDJlr5WOd2zzEJju9G0gpGl3O-H42Z7cWXBHWfm4EAMLqKQ8kowU9mz6D20aZMaUxzFljnjW7FtQCVCfje6FT1Bu6q8Hmk0NheZSy3RZHhRM8c7xN43XwlW8bEtfaQUPMztB8PImCCCCbgDIWwBswRNDAht57gkeowfqTrk9mCCUxS2vUjs2-YZ2cX5st-jdAkxIP08nPDTOSgZpN9LEl6Kju7N9XWvyr7Rsn-U9k3yNZNj0GSmXx0K_gDhJslvhGuqmzD8H2y9Z_KvpGtvyr7Rpf-U9ng305CB6I11Vhxe17GK7CTG5lq8orVyWcJpcm98GFlkh1a-lbx43we-mrjK7O7KQsRsf3KbJMh5Y_MvlGuvzL7Jr_2K7NvgPCXoIN74_zK7HuTXjQJwMmZ8y2mgOjAcbB6O142R6U9zIiWkkj3T2qbUslp_2htOsw4_hPbJo-Nrf_Uto6qSviR26aiIkCBF9zpvhzzy8PoObZDfkz0SitonydD8Pf3QiTvW2YzD4taa-dLxQU48CKJxX9cnA4Zyx8ybrDXa_-xcbOuMkJWYnLL33ylLIyJiJQOLR1CwHastPdLLPA6cjmJTF0XgTUjKTz6_VJOhKKTLLvWLj9iatMxVvKNmkC9L-myvhZ_zOH5ytO4nJqqMR3j_PByUxR0aPW_5w6HKdGtI2Umvxu5ytIBLCiiHQG16VxhT3a8bLt1Ad2WDiBf9DAXF8POf6CEw0htO6xGaZ7yFB3Smn_anHb0wo84R_AnbxOHGWqzGj38zcgR2KsHNNTn67ZrFaMmhxeBbtS3Q2rzq9Bp__OBSPS88NcJ-KYACA9GpBCV7Bhxi1ksNNlOzlIzXCksgDXy0afTU9qI8v0V6hKH9Sf_Vl9tYemPTYbqrAySQUk8xA6t-hcm6djPD744WTmI3f63-CmNV64XIGClIylFJMXOdkUg_wr2WiOJfxU7e1H-l3irlj7aH81Ox3OyhVMtE1buX2T4NYLnmKKEn26XLymvRQXXkhJgrdHCosJW5gkpSclpCku7ryeor3bnFwGhJHJxHPPlfiTqGJ0DwKS0kRz8V7_DSh0kApkPGMFtinYmwvl42qLdw4mThdwQoWLlVTdhN3vqhgSX1MAkYpHwStWZClUsPbgRhGxO9H-40V4FF3etCdcikPVhHOfM1Dhayra4BYEYgmadK8KYzZip4BLa7vqj5KvKSwu1gFA1r_a0MVNgyu5fS1bvZXJG1tKNfn_EfG2vTIst43i6eDMMaR0GD12lPc0c6zjLN77l2K-gpy0V-LtBUcV-FkvPZ6OLMaH1lB8dqcoumTwoZEcy_Hjobhkz7BBp5u4UXwgdlFSsZPToeIRnJDXj6lNxpVM89zxa5K0_Yb4GnbZf6h60F5Jp3yQ9CWjouVc6DAlKKV-DbE-ianVL22iyOOtby1y4p6ZagXz14uqd-H1Wz36bQrBDD_KgRStXEhkbFlRSXGuZDZstk8oQKdZgn8N66ie4EnnbBBpOgK8FiuSyLuTVO2oSONsz66nTalL0GQ36o4cWds_JCDd0TP4ckOhJIkKWdgwqNw66mrRZ4vMXySo6KyjTzS925DPGlsJuf4BJ9KlJutAhawrvRSPlDR3HDFSZwb_ey6vbcMh-vhqR3QHvIxTR7dU34PLjeWtPtRbVMNVdRwKb_BniDfPUUHqYorUgfmV86Vmg6T-UR6YRXYyZw_d2T8erduEV7peDBEPpZYfMfvEkBUGhIAjZ5xc10D-G7J4aLNa4LBL5wqrhmdZHTaPREQjlBOCmaetF15qsVSw7Io8BqV2zkMhj3Gx5LcJJRCEDeCywOu0QSxEGi5JpoGVDDDchCYx3jPP1mmVAd4OViWYm3PCY0lFHYEpsp0jfo5pNi5mHyRCvlFlAU3Vq7Snfjm2xdAlzPfVbuCSgHEu55k2wtGWdLr-I9mgWM8I8Riq4bB5iOWiIqmuvEDeWFLeOl4XkAHCOtCM3LHiYGFQnqjeUV2xQ3khN10xONx2Vun15RUF2VgBVSHqzQMMtWgam4yESzWMKdsSY2L2i-TiI4Ia0h9s2K9mvrlLN_r4LDyOVXxa02w4Ij2QkvX5wTG3Z0Z58NJGW6wOajqXNmysj9VFiYB0qV9wvRfF5iaczvAAwxrvxgV8pHWkbVJjKrO-b4xUcZEZm8Ku5UUtjWMzomaZmyClijio_O2Ir1YP31sWrqHjvw1fcnGX4WWqJkXMf6ytDkJhLIBtL2jUMxMnVVLNcoaKMDa44j4hyWIYpNn1sPD-33tty52VEhqMCcOBcpghhM2sDqEp4XvHFbM8M9nkPw1yXMgmKaId5Cex2Wr_OfQvVx3TewYwR5b3U2Se7eU3EiCGsNkO-ROPSIHo2I_VmDpC9mKqRV7E5ChtwPD9x-5qFL2zDj96ka4g4jJs7EuZDFJGcYn26oqyXT23agkn_JCCxVoyrjtwMKY8wHk3Umx1JQf6qam9gnPFHVpvlfoLEMCdjnK_gnMrfFng4r-kO60G33XffpDxpDdGynQz_kLUmSTJTgzYdzwy1-vkV8yGI-UjU_B-COCPfk-lZXbY8U3pOzSsqMmzebC5bbCXWjlfYqJJKN3mOf5WNEiabRPaf0gYdKcy9SpeBb6biTLtZDJGClUhxtIL4ZoeuBLkxEmr3HmiL6BMEHHN9rxosLwvYkSpz9yLe6DmEV2fGwC445bz2nwqH5jxfqfnPdkTD_-HLM8VlyJ93-KQFMyI-mjmxps6o9uNNHFM0n5e5UdXPkUQ7HWoWAwRhy2mk5MxBcPJLWF0pMueIvOZA2xCTGjVT9t5PdPm_InVofnncd_sxQvdLwv7TyOtbh1ZNWMgF0xMfsFOphmNGZ-uV7I6xE0kgHQwzyrWjyGwF3z1WyNQSj4bBNUSalerxW0dE5avKVGUCe3NyoenJ7iqFMvatV0BWEd-pRa7I7r-K2MzaeTXonpi95uMSYOXWqleKyu9uBaeRy4n8wuuE3aqaHZooPyAGe9FqvUt9vadWacd-2O5Fzpq2UE7Du235RQTztm7ecySvNDzGBWP0kxV5fLwwYgrOjplsjVJ15rJW9PAfqbojiH_LyXQ8IP6pJ3sVRcvwtiQGZ84_7O7lX8IHd_Tv86RkaHaKwtMkBkbgoJG3iglOzXns9sPqDdx29JZ8P_uT25x07Nz78u5k1ep1sZ9S8Fbx7ejbP47yahRgPAAXmDCSJPV2vPHiT2Zv7wYWwNoTe2M-wcAiWqsNT5TTfTJyx-mfchI2dqjXHxm517tk860Be1NuWh_CCWFGjpCqrQT75Y6YfSh6N9Hj9r0q7m9yCVf4B4hxnJ06LoRMqepmvTKtNwRT9rT4mRSOVxhq4taO8PSQQ6DwuPLgD7StSsSTUi3h7danq06UqCVmVuY5v5qDCvw-CD3RnaG2M_d96TFyPbcoubSWwsIyWPRkFE4qsK9kfXXQk9j9AwLOrI-fGm3TeE5E5G-Rlo5cMcDMJZGOGREJbqFZlzt44uPTWg2SJB0pvVo9U4PYEZIjtnfZ2sltgD_Y_ioKf7A9hpdT2-aMCRHvkox3dIrM9KSAWr0R83jSScW0lZqUjeWWtb-Rrniv4CPf9PpdxK4wfZJFwz4hHO9QIiqv4pJdSMe7YGAVa2WEmGfp1i0953O8YvCcMcmoE5X5mww95135-2aM6_leQlwzEs-OpBQN6Wu-jqQQkwTyL8mT2dHfDNjNFTiF1Xjy4qYa6tJB3VLtMPx-l64735okObZZsk1e_QvUWyDcuZcZCTgj-aK1ZCnlFXJLzv1GA5oNbc2asvcty7uJM0O5-ZzVhN-sxrWE8jerIcqNv1kNE3Lti_1Vgne_11LkWTHpmyu5D4jGeyPFoZfrFYi8HJzLYWEBfmVqwoJqfTz-RtFNa6rR_PfpNXMqI8zrfm_VSm9urrGGSUhXwEypKzrvlU3xeQvI9VUGvJljtTJv7JeCxuGveuNGsL17VkWgvhFsIWvh2Df6TIcuLwtAz6nfzG-N6LsRaH8yvzcCzRtSGEpLx2ORxupkuM3YWT_xPnmPvUehAY7Yvbew6VhJEdOhCkuP-4KhAQpKSUyJY_8PY3eRPA==",
        "code_version": 3.15,
        "echoprintstring": "eJzdnQ2SJDlurK8U_CePw9_7H0GfI_dNzbRZMGVWGpPsabXY7s6qyAgScLiTAON5nmc9F-PbzSR3M7neTGk309LN9HkzM9zMijdznotxT7uZvG6m54vxc9_MGRcTnLuZ6m-mtZs5_WIiv38xZdzMyheTnngz6WryuJnub0Ye_27Oupjs-80MfzOzXUxRIL6bcm5GLv9uVr-YKsd8NytcjEL4Ymq9mR0upsup301KNzPzzZxwMePpNxPqzeR0MXO7i1kj3Iwc5N3YBd7M9vFmwriZ5i_muH0zcdxMqTcj13szerCbifFmir-Zdm5mzotxuN7FAEsX08_NrHUx3rubKfNm5s2Ekm4GKH03MbqbafNmTrmYBK24GIjDxQCH7ybjthezwsUUv29m5JvZ4WJq2Dcj93k3pPd300jCF3PaxfTgbibtm5H7vJs6b2a0ixlyrneT6s3IuV7NdP1mkr8ZOea7GVejQHw1K_ubqfFm1s3smG5GYPluYCTv5kBIL4YUfTEnvhsyUr8ZkvDFoCj-ZpxYBqF9M0qQ7-Y3munfU0VnXozL4WZKvJmeLsb7fTN66HezzsUE528GiLyY5W8Gl3o3keR6MbHfjCbq1SRR2HdT3c20cTPHX0yWnHs3vdzM7BdTRDTfjVTXu7lrl9RuZtaLaT7cTNk3I2H8anoINyN0eDUj7pvRQsCrmbHeTIs3s9zFLImfd9PrxWz-czGSr-_mqj_2HhdzBOTvJl4NKf_VuMfHmxEtezcl3ky7mukvxj3pZmK7mTxvZqaLETpcjAjQuynjZs7NhDhvJveb0Y2_Gi1sXcxVuyRfbua4i8lu3YwE27tpN1P81aRxM6NcTH3yxTRJ0HcDpF1MzjejtdZX0128Gd9v5raA64RoFyO5_m5Is-9mhHwzw9_M7hczJcjfzVw3s-vFrFRuZriL2ZDKi6ntZqa7GC0hXUw9NzPmzZz0bvyT-s1w-XfjnngzYd5Mq383QcD7ADcX8_-fdpGQeDfZ3cxvtEtcNzPyzax9MUHbSe-m95u5KpvY28V82ZUJ62buCiPVmynrZq76464hqgs348fN6NbezVVhVEDh3TTvb0aU_d1c1UkXAryb-_6H5Ou7uasTBeO70erPq5mx3IzA490cdzFftIuE4ruRfH01X_ZOJCTeTQk3s9PFfNEut72T52jR5M04gfTFIG7fjfj-xdz1xzkX49O6mZFuRiTm3ejGX81vNEQQ8Xo1XxTGSheTJJzezS_2P5KWZ19NDvFm4rgZbdu9Gy04v5pv6uS2s3JXJ1_2TrTg_Gq-qJM-bmZejVzv1XTJyHdT3cV8URh7XswE0i7mrjBGv5m5b-bczEr1Zu7645k3U_vNXPXHl_2PmzrxIvwX0_zNbHcztkXyZr4oDML0Yna9GAHt381u39VJv5n_o9Vo_mIk4i5GlO7VfNTcq3HlZu7aJZybKf5iAv-5mNZv5jc7K7-pN3PxZkQ0341u_N2McTPXerOsYql3A_i-myKnfjfdXUx9ys34dTP3fRfF8Lup6WJaaBejJHcxKgx8N6XcjCbq3fxGM5V8MfNJN5P2zdxV0b3eTBLl3dxVUT43U_fN3GvVfqOoZryZ1S7mCLTezSjvhnx_NWHeTDo3s29GuupitJj5anwMN9PbzcxzM_c9G5HUd3OtKAtrXsyXmjHXbuaumfq8mS8VZdcdnZBuRiU870aM8d180Vu_qGT7Ta3aVVHVEy5Gi2IXoxLLV9OfeDMktIvRZuK7URndu5FjvhsJmFfzRatpy-_VaLX8Ysq5mOXCzcx6MTuFm2nrZra_mCO5_m7uFWUqkn0ziqSbYTgv5q7G1rkY5-vNINf_btb87Z5Nu5l_cc_muRjn1s3EdjG_0S4e-f9uwuNvRoVUryb6eDN37TL6zXxRNv5mgruZayfNl34XLfu_m7t2ufe7SOq_mzpv5toNU0O8GTUnvJursmm68Xej1qN3o1t7N196ZZ6bkcx4N63ejAT5q_mie67dMGOvi5lu3sxVFWnp72JqvJitEH83X3Z09s2o9ejVqPTgYrQN_W5u6uQ5atN6M986aVSU9GocovpirvrjV_0uMd_MXbvsdTEqGb4Y3dq72TcT1Xr0bnK6GRX4vJovykYk9d38RrvEfjP3HR1R9nejzbV3U-vN_K-pk3IzV3Xypc_m2u_S17iYYZs-r2a2i5nPuJm7wljtZrSl-2qWyhXfjS7warRIdDEqSXs3avB7N8ddzBd10tO7UfHfzdx7Vn6hTpyfNxPrzRCIF1POP4xqmZRQLubLbtC8mbuyKf1mWrmZL-cLpJtRudOrUUH2xYhovpsSLka14Bdz3w2SgHk1UgoXo4l6N_HczL2S7eSLiSqVejcSiq8muXQz9zo3NbC_G20KvJqc482odeHVfOmV0VEPr6a6q9HS_bsR0Xw3s93Mlyq4eDFflI3a0l7Nr9SJBPm7aftm7srmvqNT883cd3Tqupn7CQJWKPdmvpwgUNLN2AXezFEZ7Lu516oldzMl3MyXOrfnYpyS-rup-2budW5qH3o342aC2pDfzZdKtnwxv1EnXyrZnqv59yrZvvTZ_Hs7K1ezysWoGPli7upEgvzdqAjr3XypVbtql_spADXdjKT-u9FjvZrRy83scTFTWxXvpl_NbyrZ7vsu2vR5N7_pwlHR6LvRcvu7-aKK0s2U8m60rnEzfPu7EQxfjL8aUtbfjRWuu3Yzd3WS_M182ZW5qpO-bkYlD-9GqffVuKfejI72eTfXPZt7n43b8WK-aBcTP6_mrmx-o060ePtu7nVu1zMCvtSq_aYLR20P70ZL2e_mLrbVTPVuWr6YL-pEX_5uiruZX9SbtVwu5os60ZFg70aT_G7yvBkd2vdufnP62W-6f1RI9WruymZJ-r6bGi7mizr5smdz1S7bX8wvTjB7joqC381d93xRNtcTBFSy9G7uuif4m7nv2TzhZgiIi_mie8LN3OvN7hVlT7sZUcl3s_rNqKHi1aRn34yWst_Nv3g22lUzXfd78k4X82VHZ91MRXRfzG800292dH6jmVq9mb4uZuiYuncjuf5urrtBY7uLmQrid-PGzdx3kq6KarlzM_fTz-6VbNpseje_2Q36je6JV9P2zUx3M6ddzJ8iSY00v6tG6zfzRfdcq9HuykbHtr2bu3ZRzcSr-VWfzVWd3GvVvAj9q_mmXcrN3LWLjm56NUlF8-_mi7K51qqJlr2bX5z6_KXO7X5ygXY4X82XHh2VWL6beyXbtVZNiuxicr6ZcTUS5K-my6nfjYoK383_ljqxNZNXc9930TER7-aqXX617_JF2cSbEUa_Gx2t92q-1Jvt_m6-9crcz2a-nz5wVyf1ZvzTbyaUmxF5ejf3swnu1Wj3bphTL-aLdqn5ZkTpXk1SYeC7-ff2bMrV_GZX5n6-wBd10i5GJ3JeTHM385tqtOuOzpeTm-_nK4tYv5t8NaLOr0aFvRdz7VmZ3d2MJPerWfXcjBzk3ex8MV9OUL6fbyZIezVH5Yrv5t4No2LVdyP3eTNfqtGcCtbeTWw3k84_TE2z99g9In_lUNCRsYYaQz1tOzdrzdm1mMeBj9SR-IW5PFOSW1q-6-TsHKdLZec1Qj6hL--Wr2OPFUYcs7oV0TZpndniifPA8rZ9Wltg5isBHBEyK2aYVhwh6gUePq22UfitDx_tpEBd2X43rtrmH9-7uOuRFg-wgL9t39tCbCWtkCpCKNY9IfnT-zRLi_Hpce8VYI3AVoFaZru445HL6PWMGIFofh-43D6vfnZbZfnDDSPU9IqR0fpsIaT85Fl8DSkxgi7FfCYEK-VV53i6gmp0B0aFVFzLK48-Tx1rPvEQjXHWcEILO8bc1lk-5pRqba0xHDXmfs6E7Lk1UjirudoZ_qPy3VqgLmtr_fRoznLkqWcMrunFHfDSuBIjHeJCSU7uqbbaGL5TzsC3FyAzavQzp51bY5zmTHt3npKnP2HGPVUyXZD4OMSMzQeXYxvRMVI-9Pj46OuDNsJFYqkQpZ3j4M-V6xwUpA-BkZjP7JEn0gaqixCm5Btcr-o4k5V3QrfNECAtdRXyXm3QtQI-7jqcV_wOxjTX7kE-lNhhYEJqoZ2cfYyHu99jnq0KinRqPsXtgFe3VBY3HTrhtn1Ty-wJkBvzoWeK1un-yg5pZEYqRB-r_3hn9C1UfdL42pBDzqnwJ59nqHLc5-Aax31-t1Wv2fO9Mrtr1sXI6mLrGVN1pYtvrfGQtU_XqKPM3PS7hense-13dbTaOb3E5PvafuzGc-rKfrQ9aupImBR7se_FP1smS4w4M2FjUWtn1DPGh185xBUDHnbazNPOLtu3oQn3mo1bsKlduTNngeeKc20eiovv0QqadM9GUM7wx2hogSJn3KbbBWw0fsbAPiVS92NXtoGwMbXvtdGwgVi7p2ljbwOBFp11w8P6LHPofKOBekkj2ffO49q074h-8QggCKCwgRSerYCVk6gHAAIeeWyOnoOXzlzJOKHkzwUYAeExP2w4ZJcHfp7jTe-clpz9mgFK1OFO9umzRiGP71x27-HjOXmMdXie5HYj3nbBPXfbTxjmcSevthTozAAfVJBw5dIlMDvTm_cqCZ-NeR-eFbQAt1zaE0w7gMqqT1Zwa7kWXQLqAsXZr7U_dzUXIe_cKebAFvb8EyEfAMyyE_5dUikuLtshTs58g0-82znhSwcgsRkEuM7WIkE3PPA4IHcB_oSRdYY1zsAzPHqG-dgM7nSYzr8855mM5QOWDZef1rnXARbNNkOrz_ojylqzhlcAQGid7NNSykyAqg8WZYwrGCRf3YN7MjwwKPh86vtw5qyAHcgXTnQGBR1lkACGFO3T_yOxb9cjKME1DZ3F_mfe9L0_KGDOX4DpYABgbmuxb95ulzdntdEwAHh6abP5zcTXiQKR705SXxzeN3Ce_yE9AfYzc1vbjcegoGvpBcdK_AKcKa3NkDCPjWDs06ab0SH6ag7j5BaDDyquJlsM3Esv5sBfywJZPNi97YYCeaMZeEzPRDglrca0DpsPr9Vf_Bk_XrE1u7IH43BEwsWgiu_X7XF_fqdWDK9sXMwZbELt534AysLUBsJmn0RF0tfj2Y98IlQTZd_hKsjZRiB8izbWLGaEUoY0rvWn98S0MOowHPmB_XBOZJgcRE7gDatm6JxNhUGuABCs8zAP5nmX03kAeYNdwKbbrnJSno9danJXxzzCrmJf_oOTdld2z_ZzH9STIxlefXKoHsY-_dwVPwDSxtDtee05IDIHAA0j1Kx062Hr9vjkxxrBnFV64p7Grr4xgQUX8nnbk8fzlKiwY_wm-VNPRAohonJ-6id-GbfIFK2Po1uUEU9B09TWT7wd2M8yjP2hefaAmkZnlzJeZwFhP2Lp6SfoDIEtPs7RGdH6NAugyB16tH_EoD2gTS1-QLxaDGp04UKVkThLp2Y1-C1RyhOAxatDEYmwT0a0-YAanlJAvmluG3whS9ZcUvZ8YvnXQ3u47cBzCmOB_tI-yAXRyRrEMCCXoqAwl0Guh2jBflf3tQLDPTXcgtv227531B2YP-KBK5ZsgTigcWAEGWL7PvMmw1ms79LFuRsIxChB5niuzPN0Mk54yG1Np5Dspq0Fok8EmodJ6ZnR-VLgWeoQTiGDM58cai6aYfZaME9a3HQRchhFp6qINtSKZ1wQKS6mQ1vw6ORi6XzLKsWYtMURiboui31DFae3JwI9yz-1h2SJXlu0Dk26mmHO5uYKeStPmGxOJK-EvgAW3ADHLetucHNZarMcbwncAsL86idjGz5b8v_AvxKkeY7BQ6wH8I_o4Y5H1U8Ixbnd3g-sBRYdVvOF-e2MNh83w6EBfmb7NDPsUkZwZfkIyd43QzM8onb4EeibiZtwYF4lpQQYxthFp9A0gSwALDfPXT84ACkkMjeQlPEA9DXbpy6U-Pl0AXndPp2F2LBfs0_9IVTT6vwjj1Hsym7bKrtLE-2URSH90RnhhSlXiWMDmlVPBXCBNFP5pIFJqBmP55CcAc_u-uEJ5lbIbPMu7n_zGelmQ_uVjMdBqfCXNZOfvscEFwh8uwgWYwKjGQ3uWpmlDeeAAnBF4hpJgEOE2EdZiGz-e7gnhCMPLb2QVHhVJVmQF41RL2eDLE_md0pm0loeCAuGA4oSQQUEA0_rxyJUeyNfA4droM1G8dOBZE_qOgGvNIRAjdINBM7yyLnooQoPXw9vqUxpRbon3A2S5vDdnQN5E8oWuFWt94AYj4AjQjlJ0HUhE3HaA-kAGXAzHBT0I3IDcUr2wW0qnE6DXiBEiojJnRWirORn4fmMy5klhoKYRTyhtD2QTZp-0Ds4oB3ZU-OuOgaA6xSyY9ThfbAppm5sJnmRSucDD81g9OLpIn7OYyCdtYvQ9fbYJloIuLUCV3oGGjTaqgyBqtP42yPOHnX_KO0KdDFyqNy4e_Ql6_n19q2uNgW4hXjuk4tf_AiqMCeUTNVhvECeRwwulDBQh1cvWHCFXYIZndTkmZQG0yx2gSPsa8qyGUVXZqvjDETfJCmA76h1cIK0RBKFU5RCBDMoB_2d0S46gMnFHXXHsNeDXCfiq6gxrt3q8YwJgX-8nSoYDg4CmDoJT71JsDwktkVS2xu4z4urDRIEUD4XkT_AFd2k8lJKzKoDgjYjjlJ4EPQuMUBJT_U0-QkXh-zr7yT4-hkh7gbSRiSMjo_HzxMBeP7wkH7iq2RihpNbEneHuqk3k9SP6zDQ4hGgP1xXnAYfnsUVwWsZZOymlW-GqtipFlCzB_hs8djqFZyoO-UbqUOeh8lts2pRAYfss3v0fW8-DkJmZOd64t8h0j6vEMDvTQA7fIzcixYok9_ozDHSMg9PfsffybWkP5PYNlnOOA78hmdoxasKriXGivhPojKu6YfJpAf9SDZbRxSHrFchn6VW5vn4haIiQHimtOBRsIYGsMOcR2w1w8w68Eju9L2QKXC-Bs7zZPZuuIOQlKAF3BFNGtbluAlxNB6iJdGKB8KZrS3tTGtk3v4ZakXjMgq6QgBVhXhKAH42JY4YAd3RMSUjkWcKy5KKmNvhL6Qcr1SUPjFIkkrkCILwr2jMenvA6XBnC0TCJh6LRnQPvEAhGefcWuEApBSN8NdtS65rk8uBZ1hNbQkNXp9ErgGuG-yAiId5VRJxsjDN2kezWIUNdG8BW7i2frIei1WPyCo_AYtqmh4PU7aXIgCPYXg2oGSZn_hVoxh-7lBGmWuR05h9MjN_hPQhFhKCbA9oDNQoZS2fEfNTuRbx7JGBIan-BQ3dpMuZ5gKT2wFXV2bVKfBd5y7vOcmDcQUwD9HjuNNApgs1cd8NNM24E1xQ3Och-ucqgHEtsJ3kiaJFOs_C58TdT7hbIQGSj-ewYG8AX-IOYTIPBFnboYQrXr0yiPdH7BPSiBBHgn-Yp2Ox79FPcT9pEoxGGEU1VcwyCayqV9YpL534SP8XYf7TYaejwvcABOjZ1tugx-N7Uk4cc084QzQY4lZWJ5jAN-g8CSkD8mBGnLhaV2Zfq1RQu8BrmEgy2ZHYgkPAdwPRXGzdtddBaIcSoPi95IXahMA3rui5A4JGLzwNzvtlLzXuojBoMUuU-LebZH8iEQ5fdaC1Z54AVegflIJvxD3AAs0nAov5YS6YU9J2e1Ics-AkCaXRiNyYO2okoQzJck4hwbe2OYhcvSiDpyIH49MAF1hbqvdJm2fk-RGdYDwPDR8TDcdzXQtF4K027QFWdDbfBrXH7cZQcoPOdahq1qqPBwWKTS0SAJeHeBNSMBJyNBTFKc9B0EAtifS-yNvCR7x_qQhikXaIQlIf5AvBorCeFqFgBA6uCEVgCwDxJk_KLGMy7xahkUANPxEKjOGND6piQNeHFuu5RxwqaOHYIvQnLpMcs8CiomMQigVnJRxhCp7AN7nHM2wcovS-pAegb0wNpD095L7FsCz50hP5Zaitjrqq2y0GnwCe0njNXqYC6FVmElq73NSKIcIjPwWcBNMCgwOFnod5y1x3oaWBVoQRxHczvkvv8NJCmK1PiXSSXU6Z0qqFbJCIrQIHYY7JkPwizrAHyoX4ATiZHhIraZD0PpCKKCJnh-2mgXOjFrTuDQZAZLQmQKInLFGVGfBYjBlDl_EQB_wZhHVSDiqTLNrJJzt0ZHNMKAVmMMo_8KOj2gnmf5f0GXvYlPcgK4LsIEHQPvjZ0NiJkpH0cKjJ800k3TJWNYEshQJDg5oiuwujki7LmDExeKmYsMKPSOqk9c4fiE0PeeooOY_fk_Ab3F6pM3S9cdULenZibBmJ-GFQlV9FrvSHDE1EkoYD8hK_1syAjjwuTGCXFrSUsQCztrOSIX4XcTtYCurMo4fJpA5nZmrICqoFrjpsQ-vrEGcYJ7yB3M5dclMLXsTvL6klHo1sHY-WAvLh6ys5Bf24GUlipmjhl7jhH0E8onLYp5EQXvYpfKh0-3TVPpP9mn0KwZD-BHpEZJNdGX5GIkFcIyZIwOh5JhToxRuQgxBvICLIFaBLhYcai3zASMpDnoqER7U4fgoEIorB_sFzoE5QK0hgbeUQi-hG5pq83rY2ewYwpRxAFsOpGkHS8MsF2sHai1amiMXMY-IVSYkGjQ1uEqfMfevgH-MH44Pb1Ug88HQxu6JwexyTCGhygwCoRCzXxiMqAxW4sxO0wsH9b1HR1ElQYD5eN0YkgLSPQfJc_C5_r2WpSoIhdh1BALKGTiDCpQJQIkHuBZFwQMgXYYIHreJFPQJEB47XlWNgMt3Kqr3e-9YTl03KanAmLSiA7PCaSGpEnkGYTyQDkA-4jhNwMVGdsQD5XHOkwqole3wZ8OjSutxLwZfUHAHdS1srqMwNwzm1DgL7Z77I9iTx0QC3A18EWFImvuA58H7yJTfCN2o7w2uVmZjSW78bvE7FqCs6hCwoNrzWlJucnuABBwEy6EBWdiOhuMaTjk-7TdLCMnQbSakb7RvEB0QDIHYEMnAQ5Z0eVkcA8zRwbC1oe265cyFGilx-CsRUjB3lPZzbWzMM6YZBIQybBFWFdQVtMJzItRv5BoqlTxegRPqFiAOQLVsYuA2PZd7U3gTTRT4g0ReoNYsokQdpMjBFTgaUuEuxDlK2thGnlOOoE3dHQPKLYca-keYOtDoIae0UAOZADyQfklHW3B18fLSyAwV8xLIZwqLVq535X2IJfCYnAt8j1VzAElXdwMcjcgmRpHtee2srdeABI-EL3WkbAJWSoFoi1Y_teShHHYEQQyyn0eLs1potAgswKNyudnc3VJjUyDhpQRquo2WUkCv0GMkadXgK0jcN3fYi1yKacu46qA1sAc3no0lEx0CwoLktow4HyvIwnG4WwqOb1pN6lIZISIcJOHCT8KMlRwUtPrsHWoAioqbuG6JKFDvEI3_f5GtcjkQPeQKwSI2MMYrigVS1IWmBfjcX3ZvUw_gyVT7wsF3rOYSgfUoOB5JBkA6QaY14F9g0AQkqlhy3Fld14xvvTfg8ym2707VB6MC1BIkAtpsWwhaxReYi2LwW2xkVUPiQqvjCxnyEDJihetGijBV0Bvx1O0NdIHYgKYk7ohTRSuh18hEaTDtJkBOL3-KcDheCkGVozSd-SWwoY82VxS9s1weLX61i8bhANAxKO4MbCe7G4s_cmsWv8tBD9PVp8Zvh4_CtDiLD-_WSc-CaxKpdBVsnAn92ThI9XkkQ_FIQI-LH-kRy3LtbOJ_itSS2GSxF8mKq8eHOhCicIRz8JI68LRrhxdJAU_vBGry_ohuEZjr4g4Ls6donbxbdPzGNRNeeMvFcYGbJAtti2omHHgGD9rJ9iAhp4J2nJpF3C2d-WquhXotPjFpV6cMT3RD31IJE0noA3739FN1Wlh08GH9Dnf8VyZBBT07WUqCC2OFL3iJ5BK5j4Qyhbv0ggo9Fsuhz-AnnZ-DM5ghNO-4jORF5vNiypEW3amI2glSHGeKJ9giky_F8cryXFiokTXRL-EQAj3yS5XPoUW72G4Oo2vBuv3D__aEBU0s2SaTi2cvHouIAg4fEuMB6Cv6nRArIM9OMV-WRi7YaeNJYxXvgXvC5ECC7g3iDAg_mKOvtJa1slc3wjHEr5njeRuad49iV8eiz7MoI5fPYlad2GHEByTGuPHm-TuhEiWRgzi-0FIycZEyAVBAWlQFX1eus5W1T26F6ZwRc5ISMYnsg5KAl6IdUQYAdplbJloDBE0nQQr_A2Gmvg9EzsVGmytaz0i80hVvXjfBbVadl8zAwSmI71GfB_8h_BI0NCdcrLiHsJtlGKxBdLsT0NNwDMPGD63BtFdHoa7Xsgq_B4LRHx7MDu9oLlSvxnMvCVHUnWQcxc9-449EC19wNtj3JmxaDC7ZQLAa1ZdIsBifEShmRUVQMkpEhelGbTmgW-WWL6BoeK2ZJcJThRqEddUGiOrgjbW_uIYeD0KMBJmScq2_ttWmjC9Lfkpa7hufiSE1uK2pnAqBIW4EAY-cBtNoF7TqwbzhxV_ZHSJSjpZUMQ9_QXNJchh5o9-Xw_6RHiyiIQ7IxQMzAfuFlbuCP_mSRn_DALDoKKOsuWkKwj63VBbk3zB4SpsFRkoZVreVQxtUqLkA06dWJNIDJQsxt8uRUcG317kcGGnqBVi_IWuU8hTnKC7hvAJkQD2YPMTTyiVDwTzbcLdp8Qosm2EslR2SEqnbHanHk2oHXfGIfwonKYmZRDcAAHxq7YUz71OoMQcQ9wXB5VmIForZ7kzRAH0IltSYAUYNFMD6bBBpFJFcE4GfowEZoQjv8s2l1j4jJXckudYBCdVY58r8P0hIfZOSZBa2sk6ua9iR87So0epBlkBeuSjoP2n-oW0lTdVraZUhQl0pQISf4HgSNqcUp9YRA7l7rPEr9DAo8vOgxgxb_-PXBCKvTVwIqaAvUPTFrk9JWDglpviwQrSBS3LEgwEB8bnYcZ79rn5JNCQFvrRP4rK0pw5SXycNl3zt0ijkh8Gh9ReeLhYWCcFrtDLA1yHNQQQhjL65I_nVgBPmi5-ez3IJPR_VhemJi6-1ku-G1pETdWCXaEE7SlHyGYNRs1kf1Wwlps7VzDA5DA0QuVZjsf0YDhNpwGLQ6UCxx1HeAAxX3MwZwv4OU6Q1aS44IDMUWIlW-_JF_eSAcQb5ij2IkTJRXQWFXJ1bD7cfUvpGkdDmkQh3PtI7KEaE9RWstZ6gVMKnIzU60hWmcIvnBj2R-v0oqwxIgyaQUpCICmsDV2lNDZOPtUFmefE_mA5oFpFS-daKVC1d61rJSRHQ_Y880ZA9DegJyoMIvyUXtjCG-FIa2JYEixjYwYww78iOVpNq7DNPR4hmMeZKbpujXBrEDXjfthRwTaNY6JHoLT4CqayVxZpW4kjPknYDrwJ1U-cD_EcReZyVXxjQ9tkvRyBeJbyeNbNx8CzDykhBWZb8qKfCHoxkNkfmE-EgIVqtK8SR1ELDhP4UJTYPxJxrRPQ-Ua2u_0KN7u3Y-N1A2V61aIozMJAJT623MHKwNSFy4AL9FxGsRg3yglSGYyrQ16aDER_5a2teC6fcBgLXmmlYCm0uBydsqcHSio-AcY5lS8VrTDCuS6ApzKF5Cmi4jx1a0jBLdc6R5dKva1UCWbHRzmtrbEHfgHhlx7U7B9PgJvhI6SxaRf3qtj0SiFUkMTogOaBVOlYTML_DOiEWnBasHUk0SCwOPbIWQnqp_ncGyuS0XNpVQoE-04IQ_Ed4KDeZRK2lZf4PoeNDaq9pNB4Pp2RHUW9Ud84nQNO228NiPsAm9PlyG6sEhFnSziNmpyoqv4OdxrqB9n9O0_CgFgouiBkMlXQ9yEzIY4T5yZnQIbYhJ7VpaQMlkLQ7p7E0YuF7AAtWuWQucWj_LU-QC0CSBEMBFrhoAh75mmiqqBX3qQDfCU5HzWjSA0kWeX0yjr5yZGXLDKA1XzgMA0R1AELSmg9RrIqWwU02zahlcqFn7CJmoJmTJnmODNP6g0iC_GZWCRuoqjYKQA_0FHaIdsC2CCMlWPYJcBLxntuLUXeHZEoOQY7AbjmhngfIAsHQoFiCFnnPa09YPkpPRbKA1AKX1ceBwD_ek3qCixMRkQMF-gg_S6GIDTZFdQ0oow-qF79FPNEepWTWnyOiu8sMa4A_8qJNPkh6ndqnn1loBEnOj0Jx2B5R1QEU4VtWOtypLebZODHZYmRFpeMrG_Q-ZVjJwPNw6aZskTkrcRAnaUSXJsIlCPI0gyVGqrUpVPQycYquod2g1D3ULcWkqY2RqVO87mH3ghjFiGpEIeApwgehSxtTOOS62HhLBBPtKt70SaCnoou8jmr0WMqq0Jukygp8IABWnKRNCJHWYclKyQ2OQYI8ngJWBA2nlBxmMnEBvwP5VVVwAHvuIMhQehHY2OByDlVTM8JnxGYv4ezdkMFCoo_J9WdvjAoUtDrPQDVNtjGkmlZSBBtpMhgFCsYHFLBGFzxOgSXVbRfuCkk95wxOd3uwRYX-IeMRM9SlX1WYXRIgBqJbZvJYqt4U9TpHWQsZ8Yp-LBhJY4yJZEllh78CaYdugzQthoBPFMiw8clc8RusCqHQ1UXDxhgJZyuCKBf0IoZ_RKVZOo1oeYLeZis_GZnBeKys8_7kNNJw0-twf-oH36J3QgmdVvHMvE2LVHjjDlrhRYAFxUGJcTRTnP1_ewVEkIQgq4Nmjlg8feuaC9bY8DZGS9mCchI49B4GM9z4NQiEmr-MuVXvETdajkmx-WHWvSfOEhx5hUmasrApwQ4lythcuqSJnik9GLWAlrSXqAmA4cL5VC6iX7G7cftVhPcVIOIkKroEq6vyf3wkdwmzB8ET5wMa07P4QZG7yXGQvboiM1XYCYMnRuIZch0dusFMAPYDYPahqjISXyyBOI5MIPU_E74L4ioM6EEFk7-jALbARfrF0-Ax3GOCTGcIP-g4pFe2k8Xgb-oH-V9UL1Jc8BNqqIEddCrFG7QgQw8h5hcGQuAJMgATVmkLwSecNBFWPwvYqS0WPbelWkhmZkWxcK8GqJJ5V8woYEjroW55Th7VA25lB9WShtSt4ydx1KA4KkZQYMgwpoPazyC252hfphbwDEo6bZ24R0EhcRINvQpaHnBOmeqy3Nh-aw5m0-YUeWOgHlArqX4UK3IxKyMmc3AppDv4XgxbZXd1k4QYP1YFncHZ4zK7gLXkURkfE2PIMv5y2TlhpkIwq0ZdJfx58RXQhwCX5yYWOa9bE50A67gafAPHF2-WVWcsAOm86bhwbh1cFY_Zb_Q9NmWfpJh2g4bRKsqUAVYUKnOhcERgw30EWBzGgSjAIFTqbd9YJsJGtH-NIWjX2FpJIHXjvRKYi0PEUdBSBxfMidHm2oXYX5AoUrakcqTPMnnEASAhcH61jE2lg-hNBoK5TgGeRgVOFA6NGNzfVwVPCdGs_VJKzVKaIYdmOa6oIlmyIazqFkN4cMZ7DRFvZWGdEV41tDKRfMTBX3RP0DH2-oS9TC-zMtkZ8oUVmQWMAiu5EstBCp0Da1LgR_FAZIzlL5baFjInbkEcP0oWM9nSd0Je29sQf_xChKA4SQ4KaECI8atX-pV1Z-0PcTx9a6VqNFPaonHe6gFQgMlTwU9XvgESKgJ4inEkLOTg_0VIQLIWjjoN1iS9msAsZVkIHfncYqKyeHqgUahn5hlcDSJ3khSTaibtFpgCNVtksDNY5qxvZkHoHpRjjoyaXCGQnFUguGEBUL8_CE1DpiPEyEcsw9cIoeJg3jgREnSHPZsC8XhM1fbJ1Qu4V4QQ0M-7iLUCbFLD6dfinqnqGxjMsMhQkgKTLUC6CpQI6JEmedHdSJNpOtRFa_4JDkJIAkQeWio-U4Qjux1YQwJOW7Ix41fWQxKY1BJC4ulpF8D_-kFVNlUj_zB8i6UDsEOBLqKoJYcpcUx0DebkWVV89IKjKtCCIqziysjKogz-CIPjydAsED9oPqNw6Okc1SKAtMwDAZ1uB4oeZY-Qaj-zBOGV6citqB3BaICbMkPyhVq7mRcJz3LgjQSmRS1QtNN6ZKuCXhptZ9YAToG9QM1eU2LU4sf1DZGwSUGbK1HbHQ4kmef6qGlFU52zd0E9FE8oNJ9StbSEhsJY-oYxJleTlATT4fRRj1f4lROWoIpL_LnVx4LWVLOeYepgYgSoWCuVsnhje8N-lYhQtXgSFTGHsg6qZEa4khpGTCllh8niTMnlEDMQE__JFCVCtJPqWAhBqSx-c3OQX1fZNgPYslZGqvh-cZZCOadneVaDPgyZtc0u_RqeHTpCKJbU4de7eZ6zAIUhnUh9NAEy0RCutkiEGMCckSlSpF0CusYqgaFLojRHjA76Q4DdpGfk31wOn32rkQptBHiCmeBYRifbhYSFBWiAP-IF2TqOaK5A1xCWOirZgunEsp8lMIu44GbOoJXJ-Fh6I6ic5MKEgblWtkfa-kC3W-KqzbI9cmN_Du3qMBCHs8jiv5p7YrSoAcI0oSsiidmzg9OpgQRHUTtonqKPKh_TyNhXTICJQG49agWJJ1n6jem8egzycGTAEsQoXuKHmnNX_yt35510ZcNE4WLx2lANMtdn-JPpDestrdZEQqQNcmE5rCxIyzK0KdgFQN2KDeT5ip0FDs7Q2p8NGGOzEU0MseBTYLYkeNaHWDOA1J6DjfBZoJMDhQxGqDQGDF8BuQH-H-FvABzIBKFdl-FQDlLbnJrQk7gFmEYFkiaY6X5Ucc4cA0BYY18hTobthgK7ha9oBwP34uqhTYR3aUxUI_EWLsqq5FKyVQWbekIeOuJGTnK12SvxCy0Va9LNgB7a5eZRZtDQR0RLjiCio72mjRtUAsQl7_JIoZBKUZ_FdvdIYhrLU5YVPMQWIYqi0DkTwOsuWvKKiz227Im4THglC8VmcgMAG7QAhBgGOqT1C7puwRERqf6boNZKqkcMt9NYOnVUDJdCiSteIEd1ZC3wqkC4_cc7vah5L8hbiyGVoL_fQGvTZWbCTWFTNnsv8xDmDPy3EtfaLvnWlqOUvVvHooUVeFTtDA9xcFvYW8Rbs7RAUiE7R9wX-KOIhmnCEvIbXezC5D_ASgVNysMPqgWT5YdIWDXccjtv4vLCYq0ObtLgn2VZg3sB07FYHBOSpnCCqS-_RVnpS23lW7d5SYYqYijYXCaYxdyNHqbfN6yU6lVSPalMBij1gUom5UMALKRO5JmX1LZHWCsIJ9VAJAj7LYHF_GhlIj-XFONX7U7QOizjxA6FPOhZWaRz4abILSabgMX6oK1YvYRNwLLyNf-Vpm2Bo6phAy5exbmRzVaOYiuab1CwEJwEY2-GyaxdLT3sQQhAsMl8SY9OCjtr6qlryzrRtrsy9z7qytaIMHTOh1X-nQmIyGJeIAAdhmiDNTetDcGDErcOJ1SHBCEPDRn-8tmearSWingZcEuqbiqojdPhWUxlIR_GqIWU3Ndk9qnUBQ4fXkp4EbVGtjt6koWmU9oXW8rwQfBIH-g9aDoBreXC7VdFHI6o1DZXrM-kPIVWQbVofgKLiiVPNpsgS1RfEoXxXtBLHxKvkqfOwCLc2zLnwA6tot34OcnPfq0MA5gYMSV6jCI3jqXioZAlgwAWSakEeroEW2VBBpgR6rd4PgepUfWlX8ULV9i2ZWAVwXnoqIEx0BA1O64I4lErbmREBjWr3vLZ0GWHCjdHJBA-wtlxTrxdcBkpIvtf7U088aFydDBRmUXmKygMgvqqRx5UJhqx-1TqLeJpaKNQSYDt56lEBlWAt-GmOktIM21Fh_kOaxRny4nnwJkZRe_RQLCIehz2Ic6YaGhn7SVrU1ZnTjH56oLEw80_BFZIkEDAqstdClpp7QX-4yJEoOlutVE39QwAOX5pVRKV1aLgRE9IqD-JUQTsBWz0pQ1jqEcANyJCqnLt4rmprhUmQTC1TaOsNsqA6fC1xg5DcmJIixKmRFztKA6TWo9sES89lqwCYWiFt0HDEEglsRSTMBuKeDK8LRIfKKLpamVCU-CiM36lToduyM3GgGnhUCQ7zrOAeOzRQ_B9S_WhhTQfiLnxxeBRtqmEDGUmdhDBlbTIj-DwxyheSlT18NvVE9mCyVP5MsudT8OA5EubqBNO2bFRjeFHRrkJoQ97RDyoBhioSdb3mcQi8WYPelRbVjLUebU5-Np6Hdrg2NwxXGiqXZAbU97bsyopHSI_goXmgpGqNfUnbkyYrVJt5WE9p4F2W9NGq4CMuAocqAQEovVDgxTiTNtcOI2lHVixyfBAEcFdpPcD5k6BEc8ED1EBLloIQb50VkDJxD8lFmpJStMFGhuHeyZNZCzBMJv6LblH7i_c7PxJCaI4DL1k4-fZJXbMT_x9QxdgJjmC13w-C2auZuEct7GmHBPxyyv76Ua6hYl47r8CL66lYGffgI-4emaJ1HSFuWLZGiooHGkFfsijarA_VBWlxXr2eagdYJTLHqNCod5kQJTpqYsMZVbCjmlvI0UxDnRsBHCCcyNzAadPOeG4tSHfhc-SIifhfW70OBJL2jSZwBKGGJTm1gurFTPMZ3C4-wxVxLRBrVJF4fj43OCfwCVZo7z4Evba-quswk9zD6Hs-JLYIOVJ_ixBIR1mo8KbmbapkPN6rPx7JbVwepFM7pGoW1MapFgyBiPULa6n_iMlvO3uLAEANLFU_S1sWIIPxkpyAoaXK33vCE3HYpeqDmNSss-w1rVnl6ATgo0pMCBdpFIRHFc2FWFVzHoFDeKvwVqUBUXS6A0DQelU_quGAwFePB6yQqyVzM_7ajQSr4Rw5pOVcLXI71TAF8ATMitw9cxT21iY0qiGrBqpLiDJRuO7U6fl4GTlflcuV2GY2Sf0i4zBo30gnlfzLUOGGTKsrDV9pKu-Qkqvwk6kD4pbK2NTjod1ytZ2JQVivs4PhT3QMwB20aqA5hzDj-Enl_2daymMEFsSHZKPG4K2NNLVJQYzU8TGLDsFoTLjKctR85J-qvevlVC1YpcCZ835Km-KVSzGs9tOtih4mGh41rULGaW10axUZtkAwDBXHgJSxZ5z1UeUqQ4EA1bpbBiosUgoxlTIhQuJXuUkBQ5nlLJ-C0blur-W0k0SDNvQ2UpaQnl1d_oqhgx8z1hraqfqioEWgCMmB6apEFtGlJsVqp4B4zTP4_XSl667F8sLMole96jnUUBFUjhqYr3y08ad3kjENXaWcS20werG3olK7n5CG7mxBNCmWya9gAGAq0UW07py4ewDejplXZU1HqcYDia98G4CpYhVuTJWxPLEiAhK5tZsIsVXhAnej3uQzzQse7qRtTYcWMnElSI12WOSy3MIW04xH25--qZRWqlUdAT2QOLTMPtVuWz2YFgA2e51bylMlZVV70joRJokM_BWwEHYR4mprcvDcrbUKfgO00R7jP-PX4zv9NX4ZOm5LQkoVhdXi96iaBc8W8VP3DV6kDj4liNQ2_7aCBglRqvazLAGkHgqPGzav1WOLfUiHGpSLth5r1KkpdgOEDIkCPVNUmMNni3_niVWvn5DIIOdQPR9JNPWlFabYto4WgSI9OgBGR6vAZywueQAlS1h7O4bFWvtXsYi6umD96muI_JRFCvJCS_VoH4taVY6qg0-Hux8VsokuQPQh6Yvh0SJDaUs9GeoYzyqArWrpVzgDxi0yf_WT7ZWyizpLAVhuCMG6s326ktbS1b7786mKyj-_Zp_qyIhpn9qv2ad2Pfs1-9SCLgCg07o97MoTjgt8kM90CoReKwtKgprq6edmi7aGcA7ctSuhAAxHOY3ZDSg04Ara4wFGwAo8dFrG19ZKDgv2qf071YYEnRCzJDfdaVBO7sxrEY48W7SErpd9MSuJhNi0GVHO0XkePNt2ktFk4KXFE_3MKbAzAlNpc0LYFSlbx3psVfehzGIDHFRDxr3u1JpaeYk6q-cT9a2EiU75YLAeKBz8GqoSn47oD6hbXBcCj-hViIG7yIhHqyPVcCQAMuiRh7ln4uFiRI1W3gjzifcsVIswGiLFT6tVUq26Wt57dOpJJeK6HXW5dDaQumzLDKot08LBebpXfiFaU1MzBFwBiG86k0CZykMcIRFRad_DLZ_MhDNLSEk8sO1Pib46s-CaU620qj_JWrPcXU2DD5hWAkhEKj1b3daSqFa4Suw6rWaQnbqz4n3tuk5yJByT2yVlIdG0huS9O9BjyemTtZQEmwKvgxrcLYDAuZ41stAXNFRVvXd0tQZS3tKWeIp6rXX9oBkaMQ7Vy3aLRh3t8sjlnDaMh-2x4zRZhXtkXyYAyG0qm3t0sY4j2NE-gxE_OrGpE7g6aJZ7kl6C3gwtsFdtlYDJTD3_BAmVbxz1CcKQk2sqDsGLRYIRiEPruFNHHen0K_CKuwIAGpJrRuVbLQwhL3MlocODArJ2gqkFxqRGcZ2egQfD0PLQ0VIgNTIxqBEjaYGEPKDlRZ3m1yCAsHKVo-oQ6KwCDJ_VW8pkBxKJCleyKu_LcOJmFYkzGOylXQg1WXqckxjTVn5RYwKcvDHwXsh6rAR4tyz6phq_5a3XzoWgN_vpvUZa8VYt4tJnXm-mKTp-FC-oJQGLXq4F-A_Soro2-35aZFLd0IKRXo2Nqis5FFSqPpXC8vapysiyfQqU1vL5NX36MCGoaG3vAOjrjyt39Hf9b1x57aBR_ceV0fiqj09Lp2iQ4uzKYyXb4CxkIskr6Jv1_qjsalh9EgG2ztbBMgSr71NbXwKU2kgOXI1I3sQiPGu5obNRuFOnPQUUzVJDMPqYG1TRBhQGgbfVBr61XA0zA0WzOleSSi2mTg442ktU5oZik9vgOUx3hchkVTnrcPuoovIl7cFnWinT2r1Wb1D7Wm8izdgpaV31m_y5qwxaPfO9T5g-8I4U8AO80Uki1mCgioGtlWqnLWvX0ThaPuE31cEwhbzQRMt_uGrOqNSmlumiktoSpZly4S51skOS2GESAb0igtl0HASSENTDV6tO29FCZUpwtYzGICdGDRd_acCD04Fn8BRNMw84tDQCfyRT8Z3EtqiOy_h41547QK5OvqE278UkpaRAQJXCufEOGD9hK26HvjkwH9KR_Y5WgKGyAAXS1HNxsmaTlOiJnJGjtu21PkHuinuCghuXCFVleYrFXMntDrBd8DQwFlfRGp7vKttrYq7AhFvEPEokQQq9OHOVMCWJoIPUJKuVrv2gGGMOOj5Fx9plrZipcUbnTfgJaI9TUQ9nj2y9yiMBV85vlfsxlyMWbSSrepL_QJUEZl7dYk9tTkeuqZbbI8z46xZPghpO9YN169ZYGeoC__LwSdSKzpJXk3EPdfAgaBVtDjyktKaoQ-kZaW0oBDWra-_UaSYBkN21Ggv7bkEtATwUz1AUblOLYlCppuWIrX7-pAFY-Lv6syKyxLbfggrB0KoAK7nbkzyPDgfJ1vylo9w2oiqpPcGpMU6BbWhhQKHRIK9l1X9b-8o_PtWKWdYxkG1pk9w-RbGienUgghqAN8gedTKOEW24S1QfZ8ramyBvEcDw2an6DGQDd6o92KQiMDVg4TsqU_R2EiQYXZW6YB6aw0bq1PlBRZUryrtFZchqCgZBUWJBpcc8nzYG4Tc96oQUCDbEmrymui8ViGk_D6asUxmPJ7kx4KjWHbN2qhyyI0eJZELwIPShz0NrYzHnooUKBJdkWWtqJ9QZIxnupZMoUUx2IEHp2i4K5-EqOqldJyp6dfdWuF2B7Wh7RVyMtKp2cAmtYp3mp3L9FWERam5XtWtW0l01SrTqjbnBFtG1eUZWUp7pTduUWQ_AQ1UtfXVV3ATAV6oaqKvafYXEZCVai3NYmB9a9I8nq5gtI78EI8Gy0IiOzArAknfhhy57LbCgF6boHjmKxG87c5ucgVuixNWmHdfRHt1RiQ5cT5U9qojT2TTaHX3U_cmkSN7MomYJZlfHLDC121BA31wMCjKuRMrRCTLIsG7nc5LHFQhuLL6FFCVk8FlHIAgPAKeVEioMXGnjAwqGBzhZxkPDU_NMaj-yGv5hvUn_gYIY9PRQT3-0NvxH7KsLV0Wgql-pOv5M9S-kLK3egdF_xb62cyaMGD9Q7CNS5rDYL7YRp9hnAFQ0ppU8xX5Q9fnfYh-VDqL0qgWFPRjYqvpjfFerBK-xr0XV8D8Y-2rVLmrMODyAQke9-krlhgczKAXpSNiw-A77NR0YqDa4pMWI6LT2TRZhEAwjyDnIqK0Nd-ksdI7WGhFLWV0PsalNBr_Qs0wdvbcftBRD5fkWfjiojwF5QwZGJOL1KvDWOaw6q5SUqq1QHW2R8HGtpQW1b-uFZdpKRFyTg1W4PovWRJdvo0ApBApAfdAxZ7bmrvZXropjDmJAciCoXxlg8pJTXhUahEBUq3JVxZYKt9SZPOUqsQMvK_cOp2XifUdNBZ1SOrtaIrXfMXXiInAxtbABi91HbqY1r3r4IRiPdt_Vsg4xsCapCbQCQij1NXWkWYNmd5VBn_KUqJ1qHe0CgTkS69BTdY2kY7s9Uc0tSaXOeK2X5BtOVXWua3deXE2r7jyEU0fD0jGXhATyNmqpSYQdKCJVqX8gSrci9w7ad6g-FXDjngFOQLFIBannZyGiiU5V0eqsCSYVhVCStkjVXayNityqnS4mKObRAi5ubkte16EoAoe9RIJbJfBxRnUVqq6NQNRppcfXokIYBIUjfOV6qr1aQ2_cUuWfztPYVaf6C35AkCLFj-xVOxY-6deUGNLOQlE-hTOpEEUnNcE9cWm9VmYMCdbyqFsDXsMVQV4dwzVhqzlX3FfbzmJJ4J06nnxT46BrB1KKNMk64e6opZ-YLYBKPcx_0ZYbCWSqel2nhOAdKEUkmdNmupbIM452Ctpm6JAbFREArqppz1pg9Hkvp-OkljY_Ecs6-MHjb_6Riw_uCigjGemkp5V1tgl0q8wGaVNZetMLVKZUl3Yni1rGgDZGpcOvRTU1FniVXq8T9F6uojZvR3Y9p3ejH-S4qFrtqsOGVIyhTyF2WjAnLU0SqPMxEgd9qHdTp88W8KikEVXvvglXtSLr0AyEk9rooagoTb6m1ZlgjNA_0VRbjlMPiYrbstbe1cuusw5UjwWn1uFealdNWqIZTickSMIdQS8EWots6yEf41dahBs6D2RJop5UVF0CPdCRTjiqz6qMlKdBxRvBrJYN_xSJY_4pTVXsLm60qpMY3ql1MwYHZ_Bam3M68rgOiGHVSTPK6mTmsO0NHjoMpGlFT1V4zKZ0_9BePn7JJ0cY5WAhOsV-qVxamT9IczlNpW9TRzM1BgDtqzIVNVYdnSgAw9JCZPQq604KC5-0_SIcFZIjFlwuuvWu2n7oEuFwdFQocvbosBb02JarQbWZIZUTZNWs7KGaNOhxitqDHwU61lUmDfRCT4uOAAN544NOy9a-_2inHqeU0FJzHnmICJiZ4dPKtdaJ8DHt0xed8_PoBQhQaBw5qcGL6CY5d7XlZOIz4w86L4aoIJ67OpsnMj8XHXhwtBcV1NoDnQTaNgQCN6ikhKE5CiqjBs3XM3ZWZ9-Au3QdfMl_QHf9sLooieGqbiRBmNpLgA1ty3wKq3vxqivGe1tVI2r9fIofxA-p9DocoWuvSwvMj7rLu2r9_WykomqFiECx_Zr9xueHt86xUN9w7WoA12_YpbZy5iH1q2Kqfz61byuOdG238Z9P7Xe1wq57_rlTj_ze9uViY8G-9-fbYISQIWJJp3oPZ1-pWsXmpt4Hohf4TXVALR1gPup5hv2aTv3DgwQK0MESbccBqMeDS1N5G5N6XHGfZyNnay4bHpl17E3UWyyyVugBZiShTrFT_Rme41G9ZMGqPYCkBKQL-E2sOvnRVtlyk3Tmr6OYg9Tg7DQ7OE0eavuXCsDjtfyk-qp_jBVho0NCpjKjso3GKqjSYjBuodtraI4OwVTRJVxO0lTHGNRtnbVZ_UlIZgImgEAwKTgg0GFQKyagmiQoL4G5tyrBURQ6WCxPHZ_sm2g-CVNbxjraPepNMHZOHjwMD3U8A6ocWaJeZ23YBzKmljBI1WCVmq4YCS0GTCFUVniKVjrtXGl32HYS4E-a7KHDXpQwstavvM441blDT886-gO2i4zRiRjDiyR10XZlHh2WVNVzG5J6AyXrs8rfn52gMdx2EUPSUt_RYU94O3eu_d8Q4Lhbp8FqkVxVa1Ut3Wpk2joFpqh6GWxBLGmz3-J3RJUHo5vBTR3Orgll7lXWUa0uHicpkkuqh7aoBcO0tIY4CWoPtBjs0K5kMTN00M2zdCIu0b0tAkj5rusc2UftPseCxBxYJQ_-E5w6n-sTnIoli1DoknOer2qfKy9y509ImiubF6tWL-r9GU1LHX1qq_wPr1MhPInKGlW6P-Z16aj8HMb0_MSqemp08ISWWFVLp0N_LFa5Q_WP6IzMqYVGgvTYvei8Wv4U9eKf_DDhRy_EUiNLD-PobLaGX6t0RadHqPXMgthaOCx-mR7XLIjVJ884OHUSaT0eeB8WxBa_WvxmoqLeMTC1aAn_IbvqLQXWzivM_yuco-Bt4CaQCVWW_s_FL_nMiZDAc4NOO9RI6qxZAFWJTH5gkLtUlxZmQhYW26FVB0S36nggza7s4aHxwCaOXTnoRNofFI07r6VXO-g0nGMntusY9Ulu6K19QF9Xtt-NW0ezZu3aqSTmkw1UpfYE43r_LyXAjnS22OcE04iGfoAc9bfpSPathfmE7D5q9CxBS5WqV2J8dQFytiosIV5Z5zG0qaNyVVepVh9vL4T744mWNicdgKWzz_axJ5oScypc08nrBZoj1fhAK-FCpZqvQaq6ajyEQPDlqAM1dcKgHWkatfbaIBoNpriytW6qmCVOlTOrzTzqtI2GjnxUot-mjvQun8SiJtlPtjoLbW65DLQT9ez-c88IztFsfg9xkrUCoDX5YOt0OgMVje3Pp94EgETr2qyCB-C1lBp3rKKioGOFVECnzsCos7dSkAYTLUPZblW3ksu0oyLRyM9OCTVxOxiETkyvcLwAj5Y3Ta9iZB2BdnSWgUUZIb9VdVnVNZoBVRxZ-_0Q7Wdpr0WHjkPPzaW6HVSCZtVRYUnne8MyvEJCfIMHc9F-TUVXTsVUAcZdrWOW_NFA3q7jbIMqkK2bn2QqRqzXOS5YmNfJ0bqoXc8upS3qYl63jDfpekZsUE8osb8uitJBTKMPPhcw37WrTDhy_VyqTDvqMRW7SrFjcX7uSpzrE2Va5DK-UYNaocU37KI6_nLbQKgaDbdFYn04g66idUAmWnVnIqlhF5zu0Umg4hGfcdG7YnVqrp9aq1pGkwj-rOWkDDhXU_zevk3NjADpWKoglsfm4SfPWFzO3DgpTMuJz3iICqe6Vy910P8Ln7Zwhg==",
        "echoprint_version": 4.12,
        "synchstring": "eJxNWglyHDEI_IqeMCB0_f9jUR9ap5yy95iREDRNwyTzG1_rbe9s0cd91VusaNkKr6IFvh33_X1XyddR5357v1gt5n0_2mmb3-Pu5M99N6JNXLLvBaWPJvfQKmdis7hX4JPIanu0ed9_bX_3hsH95mk58ftuONqqVnepu9l9cS-Kdo3Pa8E1uON1P7xg4pO6K5827ub3X8dd1-TaeHH3iMJqsbja3f-ulfe093IcOrDqPWbcs9z1rsW0ft77vsSfXPebL_DhXfFuiLvW_XNw4d1qDpw8ggbFhCM3jod97504zbk_d5u5sA1_3Q_jg9tidro5OlxVMAzHuMfT_Qfv8BkMSLwfncdD5K4r7iXt3FfXk1oStpy78LnOWtfkg6vvPfNjKDs9en_zIJunBwJkFSLd71t6sMPwkuk3fIUvEzYjTnfnjTsPQnYvRowD4VwyfCQsANRg_b6_E_bDN4sxn7ACvuQxCJHTeLQbhFz00MZX595wcOWAoRMf4M5sWClxRCwGAwcXvrsx9DpSAbeb90XCL_HdcyTWXrxxCOET3rq4OlgBKL-nmDz99RdcQ1gWX1ygdJo58Q4uEPoDJ7vf3LPjwsnP4Ta8ul_3qZgRpbgiHwQnzw3n35xg_InOzpjBTlwE7x3lLdKryZPIwc0P4Zl7cXz8F9iBjkAIcK1ci_PKWQAP1r6wXfADzIP7Fiyk6-EX5Pu1hqG_oCtCY8AHm-m67nckj7vTZtSCdgWCimWXch_W4S1gvBGwZFw39zpAMdyweaqlk8n64j_EBbwA9widPIKSsvUtuxdAtMgyuIwRLTlqvGhvJuE948bFuGDilBOAuaSQi6gfReAl7gfe8QuMFqQrfJ4MlUNbSnOSJHgVECu9p28LuUagFQ_caanQQgpGdPlBytRFMAeybJH5OsAEZ7cJXxEETtTohH2RZ4ZTLpmeWJSG3qXweZFKQ2yACMGJmwkFQNEEMu71SJYitz6xTwcU8ohRdjMQCFymbidGmP2ID9brdG0vpRV34q60mKAHlIGCpLGhV11Lcytiqv8u3nCZoN5JE9Obdax-kciSNXRdCQ6kQxaqpvMduhsW5GIadJWhT99MAbnkwE-m28XKLqXQ0r6DP4E1UpsXQgNH892tPsDEobkANkFThAIvHGQz3N8JoMm0PETMcOWa4HtHHEmc5u9pM1m6t5ic23ZlOr3Cq0iynex6wA3FUyMdD3Mb6850onPntCIo4G97GzFWt0uwqOwCfWrFLrFQQjyyEW9w5v4pscVnDCx8D7-oQOJvLAETHjK8ANKu3OORRN3YeU9hg16_P0uUFrnAC3ucdRwyog9pKxcQpQf_ejh2fA8iEeamk33T1wDwfU8-UMV3TWZF58dKtWtr8tKuYhm5xfnAYHYvEqRH0fIQ1RJ6JgnAs1jdDMBN_x0vneWdpBRKKQkcdfq_k7OqLGkKxvBM997zSmypGiDqMlAaUEcJcfWWF2CwKh9BgUpOTgrW5cf5qTp6JCMypHS2A1vC1aQZpU-mpEqMt1ffwg7LvoQM3UtXJVaPIJeotsIK8dpnKaEXEyCaRg_L9NQvnJvnZXmW71l2XWB_vqWy6qzH89EAD0NgdEs4pZ_8Nly19C5YnmhsWqxEvppIJtcbMRJPNrmcZIQqcDFz42FQsY9y-X8BO-0v28B2oT_bOkwuLpux5PtinKaojEeql6JKBp_xiLCOd51Kb1biR6CsTNMF0bE_v0N2nS9FVjKYF9sVdnjy_hLjHPur2wE2y2FdIpUHtYeog16CQnI1q6NJl-RnNrXa-p4TLXD7-44ozcf3UxA27F16tqEqSbKot5OJ342zeGQgTcBD475OvQFgHBn3U7hmgS6fxRK982xjGs-rSZSQP4UObjcV7ki0da7E6LlAOQqshEl053VKbvbH8edBhXknmBGURHt9IvRSZcl8mF1GQZLbD1I_ibBONj5NGAtFU4R9L-62mN7sKvST1LSXxEJsV5gtb4fTlt1m5INBsV2iMB6u39nUks72Cp9vGA5qcaMugA5f7UpChqQXLumWEXd0ePUJS7FBVIdAUM0iZHjfatPtMHdyd_DUMBvI_FLKV1B04xFW-ZS38y9vP2PLlX6Ipz4GC7uvz-e4em4zX7L_8kyp82RhTAulZbZ8VVHNRfH0R6Dpik5Rqh_WSdGV3MX7KReCb9SNRHMLE8luL02CFPvd7Jbnlzzk10mUuU-TqtiPtmPQ2N11p5htqsClSwHNAf8v6QmlRFiLoTFfr5JRXssj4tjakprT54fLg9anm9nPuYGckbtKfegyoXR2djzroutKZaySsZKq6aFcPoDWUT8ob-VjGTaj0tLSqTfv0V5JYehQye5XBEgoESziHDFJPpyZplUSTshzrrkiMjEh0UQimqu9_J6KmGSYdGjxb0klLM8iWI0lvIcFqRCYrFyxX2dbbGtDlCqd9TTH1tXD1un-1-Z5CjGM2xC3bPPqdiRZcrZHKou3bMPLJNkV3TjG4JL0HUrTIUYZbBSObosiCl3_MIjpav-_75GC-uwtLyrrpzPaycrVY5pqTFzFbhl5dlq6wfYgbkhhTssSpZ-0bhwL-B_WYopfiXvdLDk2nL-fYJ0-u_JH0wxlSFctwME4FMRPhRK_SwRQwH7ufS2EO7vn_tIqv2a7S8m3hQPJxQEZuh4DH41mxF36FgMi1Ye0FEU7hXuXXMLhjupE_mJpAUjWH6J1BYpn3hIwD5GpslBvIqJ1Z3EPjKvIPOsJGw0B1SY3d4Gh8jWNXFTxyaFh91GTO0oQpzBUru39e50JzufylsKNq8eUxQdyPasmVedWH0qga5g0f4in5Hq9i-LepS7T1ElkpWm5OJBwLUYyVoljmrt7DsU0TBuOTe8_ME8L1-ODcOb7_UrbVpdTQ3M28JGHDtNtAUFLOGdag4bDneE2iQQomu3Gr4S6kiHN-GnhoXbM7Uf6uPG2SH7Tn8rRyIjt_nr9ypaoD-n91GjyUxO04ZXj_nShd59qHSMf-Tm3xI35mgdSZOpWwVUzBlWSI5cJ0Dqh9Vt1STOnZr7eQO33J1qM12mzSEZ_IvflQ6bnZu4PUyWnawC73JwiAXKLfQclNicCfBMq6cqDqZ5Xc9jAVIxlRoEydwRHGLmfXK-jiZCilBiApfT9qxYuDQE37ZTE2k-HpFI3X7iXiiFAKC0Mv6VLSn2_9iPlD2ObDZt7otL0yJrPEyT0CayIZmyqU7arTY83YryWu2-p1Xje5_SWeT9e_XbjRknTpXbdbKo1lRXDw583R9K4V5SU_b_hjSRBeFC6mDz1Gm8XBdLiNCJToy0XGmXcM2y5mXAhV0ntv84rpg1UHbGy3m5QjtYY_cFx_c2p-2ui4ldsOdBUeQWG-PCGozelaJT1q9DZf8KF7aiWfCpLsomn_GW-uj6euNicmG0589AQXnkyLK-UMuTsozbgWKt6riP1osk45yY0cBzXgVCUBXh25GpO2fd6QqZBhapnPN9SO2okGGaZrUxU5SROxV-pAhtsZErdPvkhRaoiHKK-e1wav55bU9ZA09tZaEvS6fwS3OxAFVluBbL8AE3N1td-DeJHrkn1vj5uvNo3PGvtHtNa7zNBuseKAp7H0a6r4Q7u6vyu4WFxzBnSkpoufT_p-5u38vEcA9IdF4E2PG3pvHe8NklJ9ujjUwmcEnPHYw2qD8H8WIbkc73htax02Qdt6ubtAbj6z5cHzp6z3qzHc7tXQMmrc3tA8xsfrU-TnfDUOUNs2s8Dxl-J4fwrolkqS-yP37jGT0H4KMBt3RK5fhbAR8NujW0k53JKIXgyNnv7G-Z2D8dOWQBpAlGv3XQZgf2vg-dtBfQ5MFPt45ILy81cKvNug19HPWun2hgeNY3miTAf_ohufjMckQInid048EAnDYpQf1imCcnAWL_mRgyfmkyTZNdPgFq9Lx9kWlwzTBFu-6UGqIudZw_Vb270cYsDPPJJi4hVj_m2VaWQ9uqb5YOeWxGo6clS__7mh7P95jweL873TFGNFkNynK-LAVOHHS8FNHQ91mNSc50D_5LcUOnj9IIWkZEulRf4NP1k6WeBgcZsOJavsoI6bnqmlt6N42kKHPez-VnlZHl0KlkwBbr1IhJ-oKsng2R3ThFexQ9P7K0yu_MsPD4PLeg5DX-R2FSfOCMcb6bO6e98j6e8nhght-9YupKPF9r7HwkMsh8984t4GVDlhiFI9X-k7sC_x6fZZcsxbl_TE28yiwdYRZit3_rDIU4D4rRt6V5DwV0as3HUwK_nG3taD-Pez1rIz9NELqv5od60Q5equgexLntinyXJ6aof0jt6MZ68MFUOcYDVq0OjQ9d4c9-3rhwRLBjuPoZFzOF_4xhqWcLTiKwnO2RityY77Wc5nT_1p_ho5PV1nooRzV0Q-qSiDKolUceM6Xq-nJzE5HiDbjsx_PiZtN__AYtNFtg=",
        "synch_version": 1.0,
        "rhythmstring": "eJx1XFmW4zgOvIqPwJ3g_S82jAW0s_rNR3Zm2RLFJQAEAlDXWtr89PaJz4z6qbV8Wp3-3T41yqeO-jn3V78f7_73o_2p7XzW_bS1T2txPzr39_js-MT9so_7zf22jE-7P3Uf3oBh7lft_onhYn1O_ez6WfeJdzpzfRom0-on7pAzPve-c2_Dk9tn3LvunxxwheZ5J9cwwfvoGveSO_idQh0Lw86G8TEJ_PDPxpnWuj_zPnZ-Bta8tDhMsq9PHA57f2Gp94vBf9whMfdxV3efcO46O6-7j8Q_Gv97H4EfjtR17eFImuronOnc_Kzqsfnoeid0p17jszThPXAfdgJf57jv8sNtK3cDNxeGD_PCe7B4uK89d1ETqwluZ2hP9vLEsd8z3ozvTRzRR_4zFP8Zn9GIAPz6nVhZmPGfj757UPOhdx6DEMExcar9Oz5WAPCFfl8EzX7RwjPBSQFWdyUTACAs7n_r4IYCubXfnwrYTQJzFs6KcLsXn409uDPAYs_k-ENYxwxwwHfwVu-2d-xThUHgN06vHB4N9ruewfm1i6IRPKCQUUw99344j-A6iPmDcw8h8T50awPbveIiApsGg8KodxEYI1E4cFbnJAppisDg0rHq9O7FwFUpvJiHDHzDOHFK_cHAmKMtCoSBD-4tBvoXW8HbsY2L4P-DvLQCfwTobW7Mu3181vpzsgYhjTDyb4wPjAuRv89_-BlcNr-qD3sGOu5r_x96d2_r9yMY1z3-CZ_zZu6FYNhK9MHcCj3O0Xms-d9J_WuIF3Tz33mfr3X4qy_eGqBUiJLaNhDOi_JxF-2AwIaDq5gRwJ0D-6K2aX7D2wb7FU6uU6h3wF6HDUG-jNjp__ou4kYe5sjj-txz3lEeZoLu9QFmPGBdL0JYX-TSex15r2u291BoAvH3PH9M_4ucP77re3LCOk6NSJEnp6eDE1mcT9OWDc4GqxHkgI7yrIWrGdqE_j38meAjiPYXRHm0nadEi-lwG5hKhyOJ8f9ghMntt8H0JYyIlUPJItNyWw4Py1i_pvl7Bv9x-S199_esPOLvlZUOjKfxNc37e21i4-7gnV2_g7U7t373EIH1Rs06m7z_negcctsT8fWCCf4Ws-tdpwhs3GUy5M7vZH8-qjyoCgtphdO4rhGnfqPunfGUmeBqOLeMiXCrh5yAT413emQfFZPfel6DU4axNVsKnjARG-B7N5007qiTYefuHw4ZbjK4RUN-HC6EMQezKMF9vquACWKzGp90vI5rmrDarpi7aER3VfcJ9-ODjZw0wzYX_TJMAUvDBSImi-cCn3BXAnOHsd6DQagC4u8916g5DvZp60Q3iRiAgmC3TIOA73vQg8PCgjKM2iwZ2IBFTKzTFxRiFOeO6Mm9vXO5m45ABVp1f7fuXV_bvKmSw4Hl4UF39fRXF_qHPA5nhw_wRR082bsyuBVsz-QSQhtBNA4iDBvN4YIgoA8B9sofMgVswz5_DEJPxIQvvJe4GNCx-Atnepe4FNuwSG5b59SbpoaNGY7GogBtcfk2ggbfdiHIfwZjSCMiC8HPlWGrMdLhz6yEVr3AWrQlbNZhBNVZFjqOwQ-9Ae3uAOHVF8cDXxjArTzI3X3aY-ji8i-qSBju7BZ9AyzgiEtMhwBA5AdVvq_qZICqxbM4mh735a67dbki7FqYhHZNyrEfw9yPQHxBsRoRTwJ1TYo4qjz5NnBghrfdF0wJJ91EMPD8RVcO6GJCdD_tD4a6METbbziS7dwixJvbMHoGocJDxrbeneqYwi6e9tZMAdcz_Xfh2QNtcMgniMkG1KdPAfqw_1UpQ38gJEaXY7SYDzMSpCJwkyCgyDAYdyr2mfSxKHvaNO6hRAqexQ6GexmaNdzTNZz1yKX8WdMWVO0f_Qtj1L0Fk5-VC3jOJeg_LjIHrRVI4P3k1MbAEmMAwLZ9U-PzudbNmeOgBjkHPNBWKLybjOcfPI47vMfXtcDtboYnupZ7_DjiuuTjhnxRo_9kYBmi2bCLJhzj-qHYDxO788Mo-OY0Bc5NB08E39UOBdtr_UgEN7MFHB0PU3deS2vwDpp8C-ZapFgFcZEwuo-FG4BXKAz8U2maJwobnj4mkgLGqskFw1PiBu5LMFq34ySjyDhmOLNQcGIGTbDeqIz0YSK3vJu0yWkWqVwTybLPxMrpPxu9BnfK3nHKrykeJYudiu9M6O1UM6RqK2H5cDoA2H2mPEUjl8VKph5ddOyLVn4Xie3qJh9wG9vhtEYyYSgEGA_fIhMV7wOKC7ExHv1JrnDniPljyxaJitNx2AWAUeXD7rKXOKhJlMaS14ct4JtKHjqYc2y5c3j1zaR4c0bE6z2INsMcEnZ17wbaC_0ktucwATkSQiYDH_wT7YZsdHn5VXjTXJIDie6CVCu9hD06jw4i8Q66dZTElPgorAnnP815sVLCeTBl2SFhg1YEKiIm38VzcGqc2ORkYLUAA3wGxBExdW5qpyKCzaK_VzwbylRA5A43Fwvz1bhSHO7uzOh_iT75tGj9BYlybwsorXIDtlJinlPjmZpYN5KoxKTo3pC6g4A65AKu4yTnLnSeJEhbHqFqlnR6W9pR6RJguiip4ZJmY1GBQyprJaildFVHiNkF_5MpRqNvwEaEtC2RUdHl-xFYrp9zz2a3l9Rv7SBlgQEIck5NfqqY9lgAgWeaSpcbCRmI47KDUfgZ1LjuiNBFCIKHSPIOInJx5nBWmzmS4lcYjqk-kQMOHuSiBrSrjLBwCMwYNEShSJpS1UrhFk77Rqz_oLESjdeSg4fFADLIgROK3VAc3CjukDSVofgPNIbRuITcRgDiFODJhuyq_-pSDfOdyl8xTcTYrRjghAnYXYpmCM4KU8xCB5w3PKCYh8hA_OaWP8LA95NpGco5WU03bAUrquAb9A8cUAktVoxAc33UYNyAz2NCEVrg4eYxWkAqlSyDRRXmtGM-qeQuljCf3Bv5TgYeeL1g5CN_olW2Reggcm55qwusKSV0OvkZ9KeYylLgmXIGhfrUVqImsSAxJtMJORiY-6SnKJwWQmzIZxwx_yZqL_I_pESk6jOpAMAVkWhOmcaROLyxywDNZoKDCWJv_ds5MMl8lbUiZ8AFQc-KXRlK6wDvdQTNrmOMj8GM_RXLmEMkeEtP0h5dS7tj9qZbT9e-yr-Gjm2HckXGokyRabckNkuTo6daUkM2sSxydNcAJ3_hi_0t3YIhtYtgHKOTsYYr8alK-mFym2gdAjeiJ-LHaeJR8vCry1IHZQvjaf5o45PiKenDz0eMhvxmDRIYOOSTDxMluZsUpFy4manUfALP4aLmV2OEU-vKILaSlCZ3CTp2uCs9z58UZmixTIfEdGHzISoTdhpF7qYpMtw1gh0ocDKUdpYLKCsHN9SHQH1ra2H0k-bI9zdc4FeeptOKnrC2sKqagCTCO_41tnaY1GEymzF3TDuutnb6jVNk7E6VGjxuCLzSlqIoNRv0yeQaG7uD6EoLHk5bqmsosDnBmuJEUD574ehGu1B6ASMjfMonc49kIVO6k7Rmnt6F0kX0pnkDdnSf11hB7Me0zAtTl-RfRNXC9DpEKYtcwZJRRy7-WLWY3JrKpEbCG4KKXPc0y0yxTJIwLEa2PfSU4QX0YnYrZjXlq_jk0Xy0EhmqkkISVuB9OS-lOuT6Vqi6QCLj0NiK2cVw_k_PW50GKarcJ636DUVH0hVvrwJ0kcawzYGKCgLIRGnolUNC9zpNWJjSpmyYBiR5kfVIErrBCBQzdcd77IAj9m74cOIdLU2iKEOP4sAIYC55lHZcatiyL6uRRdrgUCpMoYOJDljMkPSvuGtcEhdzybt2-9lYQvL8ppH6jukdcCHGyaJNMwN2VCUm28kCF5gS3E7RyhwhEV3F4oqISZiI4EirqDiD1VDeqdrJUF3t2J9CMqpeccjx0xm6zvGlCPwhj8GJCDiTZrFF4blKokl7f6js58W0jiGmmBZt1hC_8nWI6O7954k6oB9afrZCCY3yp_TiYS09eMAkJa4tMaAP5aFEAdxsJxwXA2hTVBvrVau0JBHdvy5RGKxEFE8yXA-eTN6tuTSXR1S7S_yHZGhXNL9lsGGGWmTMOOSRNa_DUAlauujKBpM_qmPcx2kZAfxkalnD0jD9HmWJ5rStkiPBPQwnRUUUuhG7W_EjdRJlggzuG8bftjbNOsOinDE0JdrRqTr7-RKI9QpUrMoELVJO3Go9npwl9eOjo3YIPWhn4a2mxxB16dUqXPuWGxRhgjKHDYYlTiI67Vx5dXRFc6sYKl3DcGd5qNKIoAiD1bfDSYZCu5gs8UTn_K0YonQxX-S8P6JObcpqV3WawWUtqggk-s5CLAannw5JCkfkmdmRL27UZkhziwTuIRqwlBJSXlTmB6a4m2TU8cYku7iOf1enVQNuVcQf2IbKAUrS5WMahQ658yU54SudTCkmIRnzKOckigqF8pBOWq3zUJ5zawJlZ9H2XLjKpa0pV2-UXIlDBS0gT34fQhgLg1PRqjlaKSQo6I7z8post95nGFtpc1Ji4RKhnjA1PCqUxc7a17ck27GxyKtCBlaVXYQcluyVi-hZkv25FSmRqw2TYs5RdqVcGbdRkwaDmln4peU6v8t6ZTcgUxjr-1vQV25I4ZLs1tS8yMBhA2HBr1rmo1VrB3Fee36ydDqH9zVLi8zOyI8lpDDekStY_2lTK5n66Ghyu1n6tdLU3JFj-3VB-V_4i3qczE2PKhdFSl-zYnVR0IaCuJ30heayem_4DjU0sP60KS5kfsF0QKpdioEqDy96aes6Crs4ekOvSp2ztxz1UQ7LZUeVbnX_NJ9_0T50aeldmhXOcSc4Bx3PVFkX1C1WYolOZ_xikO0SctDG4VLd9t1zBDawmPGoUjqW2tLq4cAmdcMfNPYfNFYG5l1tVAlIl7xdD69SJp2wdPqdsAutD5ajWPtx4X76CgU8aHjWcrfqKD_NE0xIN1Fm0TukkbSsbXQaPMFe3rfZ1oC5HOWa-LlmFKofxZ-EJ3mJtQ3rFi1HbQqrLvNmmZ17KkFGegPJv0oZqOYiqQ_Jv21Kmh8GOh2k1iLldzh8_qLtNSSx7gGoIfHLxgFF2OVcgEijrzyktPeu3vbbciUVmPAqKqXzkVbQWIhdEtv26-hypJWQwCNxeHfqPn48XTagubcJQbQbkJJ04MBVxWxKwCF3jaPMSZ1VTHNqqkjuCirKfId9DL0ja_30AvfjpszlSMKsLoEMBkJdO_rzz-drn96WJZbGqHJvztrYcGWp29SJZsynylaQvAO20qeRmrSn7pf9OvmW-l6a_PRuaXRhUSBkwPNrzlO5E2VH8fKQ3fW04mWpOVwnZLGESeJgo0RbZjcw4Lu1i2VTWOFS0xglo1c3qdmYE4q71C_pkOy1tkI6jpRK4HwZp5QM0dBhnQe-fTh1DhfdDzcCigiDKs9zazuWeARmVFkwVidQdfltarmoBTXdtPajW6BoGQglAJ3MqXQfFW5O7GkMyERxVGYBfCi9_qGyqGI3oLmY3Q2lCeJEkoJDrQSzve6gHR-nzINtoUp16ESYkjsdb07qJ8UyrA1teb37GyWjSD-prXEkJQgUnLAmsHGWvYvFYtUEqgqIUxsVVd0BPWtf1lwl2CpABvViPGDRIpaEePtE0g2fch1P93TeEuw3yR7bpiDqhJAHgFyweEGSw9GbAjZAcLmOAIukugkMDxfYuiqjLcm0ZHjkNnDlrJKqwwAVGN0NFzgY-EfLHqO72xhUog9Fo3jXVuLGrTBU35T4sUFFypMDj7VCxfStjWuqlB7ysblSeYJeCw01VL9Yrh7vlr0ewXOhDOKczu1VqnmvKmgxXqD1oMpWmCWRf1sq7KomBLOZGA7S1ZCD_16WEHe2jsj9sBEPjoUduO54cMtpTmQIIz3LknPz2Nij1j9uIgJLObmgbCnuVDpUbLcIanpvisayAPdtM4ybYA7FlWpPWtTDhMOkPE11bRzXNZeQSXtv7udjeXa4zaW1L2siR97qKjnVXQLHqZPYAZ5BovMYxrHJo36lTaWiodyqreNidvxKEeZniKWbv5AbbsITg0-V_MsWxT5MsaRN8hRHki_WZDuwAVweHdxqEh175iNZ1V40olAGR-buMm2TFR3144jOgKwP9ftV19icdBR1PyEod4kGkxLFkbJfn3jEgrRag3Z5ek48J6ckmdHddRi1N5csp6g9y-nkHbQXBp8xHQpkFZufLFGgrpIwc-2iugnc8ZTIEarOs9LqtkmpgCE-Cxw53E3poOw7oZS-XhMOBcW-LcSqNU_SVBCqsJpOtsWvOhmOHeHZz172kDpJsot-Fvb3THJeGgW9j8hXqK03tdNVklHz-zD1mFapmyiyFPUtn84r6jF91baq_j3dmcU0QiZbtyMkp7JI2OB8hnsJEsePz5o-V14M7TZl7yoRtolUBPe88i0GqsiZh-7MhL8fOQqIelsOHO9zmGRrr5jWdxbGmLAuy7vSYuqv4MdgQIq0upxG5UzXdJlePb0WA1Uje32GOcbYH9d2XjN5Y-60dpLSUIHqCIAc2d0OU3WmlxRtEVOYeVPNo7llZzV3FYgoHwpMIGvlJBfDqSyl024UhJ0eQtFBk2-naEJHmnRKuDBlpMRIqWUvh9c5TAz7zN9GXWXfRzQYxaNtTXFp5sfvkrhVWXyUd1lSmK-VbatFYlm9LcTmVhRSBhLTndFeCcMUQT3kYUMhKbrKmEM8KdzyrRbuUDU8FLlYYWe6s_UegV7nUeOJCX8w6RyqEimx_31BIHgMUvGb2zcoCHR6dZi-WhfoDNhv07MtVFpz1b4elaq2vOUhKdhanmpRK9JPTiUcS69UMPTzmEaW-8vTxYZbL6oej9ygCxlwzUt8na7NEXBxXLccbWeGr_N720LcwqPXGkbx6zZwNIPJU2tqZKKGy67zplc9Xiv7FDfbXfhQ22h1LQwVytUTNgSDoNiMAlKSTDpUS6GUP1LcdCUTKTRPYOQpPTDC8YQV7JoibzZpbnWOLeGDhQJGrxVeweG8I5uUkLXDrRQnEjt75tEocnRgTXhkRTfCNecvHtmzpVLxIkOUfM1CrJUka4ZwHT9yTMSXczzlTXLpc8tN_SCHgm6IxMzzpO2u14BUESRd3NpUn3Bd-Z7EKUpMSTNUzGNSQT-z1QehMuBSGXAsP4LBY_vFlZEjQzisehRXjMyeLe69uY3L7EISYaU8PF5vmHwtCqB80eT1N1b1pjlXWIb2VhckyxJHpw-xYNLt2ReVMBLl9jCH-GRzLZup01aJMPkJ2pPU_sXU49T0fr2c7JmoThMVjxZXtxQlqh6-rLa2rBQwuVluXHCBgdqOYGM_h2zU1dKqRqZpZkAhTdBRWVpxHo1jS-SvSB1Y4kEqvX393-JhgMW3lWXCphhzGHpVIl1-u-9b32NL-rLke9TaJXm4PdKmni2YyOSHLjSIJ7rhDLVe1O5Uz2S7DklJHHlh5bhbMtcZn2zY7NnH_BqXwj0NXRyzqK0V-lqX9r22CwYrnoc_lv3dNkPMj3QGVHakarBjQoy-Ou87KvW0NIWvzEJqHkwoZqbupGiHNcLlcvSRWEfDPMo5U4mg9tf2c8rHHx_Lbp7idtTe0lF35hdL-eJMSZzMTGkjy3t2FsM9ACt5C9nSVLwe7KaT00d9L3aatAvwkdJ0U40p0vNbNFG_V77EFCrjU4Ylp5Sg_317y_XRJxqcR8zcfcWXI92l951ClNdALoFHzjeJZZPbCjUkCJtQA4_I8lFFb79p7vc2Z5biDkWcyZqhQvDyCzwUhHS5pelslVFKtmtmCe4COsvNTV-pEcE6Q1bN3MkfUPFwwaTLAI_zM6ERjEdCO2sJ3HWwnmU1ClUgOm-i_EgKrO9dIJdZtAiCQt2ibOEMD6NklsbwW-yx_i8dgC6NWTj8SWcIZXRVcRlT2UpjtrSMI958RJMlqz1Cs78wnH_Z8LerYFS3TUX_BwwWs9WK8z2WmfZECxwG5HQjF6ettvAfQIq7pXRluUeA5DPVe6KCA5_ZzSL9wvWg8lD17eTwtg6E0L3NARKq7hQY74WRL9AtgVGG7czo1G54LHY2aVMyR4NS7qH393Kt6Pl4bbkqOTo76N5mbItbIKNkVFnflC9-GGjRKYcEgpWlOTrz-6_sgJNQqkqGzVBVgIjPD4WxmVuPJKdpn-xPpQXDI-mVBYvT2c_gNjbOYKk8YnrUZ75Tymp2Vbuj4jPdS5BYDClweIeFTRcUh4dqjOnx5FYKk25XwaI85zSSw30_hL9Tj0zSwP7r8pxM-jWclpz5297Er5RQixO8SGfM9Aygqqu78Y0zbqrIURep783iclxXHioVfYFs9n3y9dz2Xo2VQ30V4-zKkUKR_Rx-Ry8lBVZG_TrjliIX0wTAWu9kQ4y7__84de2NDQXe8GSdGuLF-78C_Fi8HKbKL_bo1e-TivRUTTX5pHMivfULLjNVXjXMuzSZle-wIkSHonl9IC_O4JWSN78Le_R6UcsJXQz9D1kFFe4=",
        "rhythm_version": 1.0
    },
    "bars": [
        {
            "start": 0.49567,
            "duration": 2.18749,
            "confidence": 0.925
        },
        {
            "start": 2.68316,
            "duration": 2.10995,
            "confidence": 0.707
        },
        {
            "start": 4.79311,
            "duration": 2.17781,
            "confidence": 0.091
        },
        {
            "start": 6.97092,
            "duration": 2.22058,
            "confidence": 0.093
        },
        {
            "start": 9.1915,
            "duration": 2.23333,
            "confidence": 0.207
        },
        {
            "start": 11.42483,
            "duration": 2.24668,
            "confidence": 0.506
        },
        {
            "start": 13.67151,
            "duration": 2.2263,
            "confidence": 0.818
        },
        {
            "start": 15.89782,
            "duration": 2.18375,
            "confidence": 0.126
        },
        {
            "start": 18.08157,
            "duration": 2.1262,
            "confidence": 0.302
        },
        {
            "start": 20.20777,
            "duration": 2.27342,
            "confidence": 0.652
        },
        {
            "start": 22.48119,
            "duration": 2.26574,
            "confidence": 0.881
        },
        {
            "start": 24.74693,
            "duration": 2.16735,
            "confidence": 0.604
        },
        {
            "start": 26.91428,
            "duration": 2.12009,
            "confidence": 0.693
        },
        {
            "start": 29.03437,
            "duration": 0.52165,
            "confidence": 0.256
        },
        {
            "start": 29.55603,
            "duration": 2.08912,
            "confidence": 0.232
        },
        {
            "start": 31.64515,
            "duration": 2.08389,
            "confidence": 0.389
        },
        {
            "start": 33.72904,
            "duration": 2.07887,
            "confidence": 0.461
        },
        {
            "start": 35.8079,
            "duration": 2.07976,
            "confidence": 0.547
        },
        {
            "start": 37.88766,
            "duration": 2.09136,
            "confidence": 0.538
        },
        {
            "start": 39.97902,
            "duration": 2.08923,
            "confidence": 0.66
        },
        {
            "start": 42.06825,
            "duration": 2.08642,
            "confidence": 0.157
        },
        {
            "start": 44.15467,
            "duration": 2.08653,
            "confidence": 0.449
        },
        {
            "start": 46.2412,
            "duration": 2.09244,
            "confidence": 0.637
        },
        {
            "start": 48.33364,
            "duration": 2.08751,
            "confidence": 0.546
        },
        {
            "start": 50.42115,
            "duration": 2.08,
            "confidence": 0.376
        },
        {
            "start": 52.50116,
            "duration": 2.09073,
            "confidence": 0.602
        },
        {
            "start": 54.59189,
            "duration": 2.09302,
            "confidence": 0.237
        },
        {
            "start": 56.68492,
            "duration": 2.08203,
            "confidence": 0.743
        },
        {
            "start": 58.76694,
            "duration": 2.08357,
            "confidence": 0.646
        },
        {
            "start": 60.85051,
            "duration": 2.08549,
            "confidence": 0.656
        },
        {
            "start": 62.936,
            "duration": 2.08561,
            "confidence": 0.41
        },
        {
            "start": 65.02161,
            "duration": 2.08565,
            "confidence": 0.693
        },
        {
            "start": 67.10726,
            "duration": 2.09163,
            "confidence": 0.234
        },
        {
            "start": 69.19889,
            "duration": 1.56302,
            "confidence": 0.585
        },
        {
            "start": 70.76191,
            "duration": 2.08663,
            "confidence": 0.457
        },
        {
            "start": 72.84854,
            "duration": 2.09968,
            "confidence": 0.546
        },
        {
            "start": 74.94822,
            "duration": 2.08695,
            "confidence": 0.657
        },
        {
            "start": 77.03517,
            "duration": 2.08232,
            "confidence": 0.561
        },
        {
            "start": 79.11749,
            "duration": 2.08797,
            "confidence": 0.895
        },
        {
            "start": 81.20546,
            "duration": 2.08418,
            "confidence": 0.828
        },
        {
            "start": 83.28964,
            "duration": 2.08409,
            "confidence": 0.686
        },
        {
            "start": 85.37373,
            "duration": 2.08971,
            "confidence": 0.902
        },
        {
            "start": 87.46344,
            "duration": 2.0808,
            "confidence": 0.18
        },
        {
            "start": 89.54424,
            "duration": 2.60865,
            "confidence": 0.673
        },
        {
            "start": 92.1529,
            "duration": 2.09503,
            "confidence": 0.27
        },
        {
            "start": 94.24792,
            "duration": 2.08477,
            "confidence": 0.561
        },
        {
            "start": 96.33269,
            "duration": 2.08297,
            "confidence": 0.617
        },
        {
            "start": 98.41566,
            "duration": 2.08399,
            "confidence": 0.533
        },
        {
            "start": 100.49965,
            "duration": 2.09068,
            "confidence": 0.554
        },
        {
            "start": 102.59033,
            "duration": 2.08722,
            "confidence": 0.373
        },
        {
            "start": 104.67755,
            "duration": 2.08459,
            "confidence": 0.26
        },
        {
            "start": 106.76214,
            "duration": 2.0861,
            "confidence": 0.472
        },
        {
            "start": 108.84824,
            "duration": 2.09516,
            "confidence": 0.388
        },
        {
            "start": 110.9434,
            "duration": 2.08536,
            "confidence": 0.578
        },
        {
            "start": 113.02876,
            "duration": 2.08117,
            "confidence": 0.117
        },
        {
            "start": 115.10993,
            "duration": 2.08953,
            "confidence": 0.704
        },
        {
            "start": 117.19946,
            "duration": 2.0932,
            "confidence": 0.274
        },
        {
            "start": 119.29266,
            "duration": 2.0842,
            "confidence": 0.632
        },
        {
            "start": 121.37686,
            "duration": 2.08658,
            "confidence": 0.517
        },
        {
            "start": 123.46345,
            "duration": 2.08417,
            "confidence": 0.671
        },
        {
            "start": 125.54762,
            "duration": 2.08272,
            "confidence": 0.677
        },
        {
            "start": 127.63034,
            "duration": 2.08266,
            "confidence": 0.485
        },
        {
            "start": 129.71301,
            "duration": 2.08537,
            "confidence": 0.432
        },
        {
            "start": 131.79839,
            "duration": 2.0937,
            "confidence": 0.415
        },
        {
            "start": 133.89207,
            "duration": 2.0881,
            "confidence": 0.275
        },
        {
            "start": 135.98018,
            "duration": 2.08662,
            "confidence": 0.367
        },
        {
            "start": 138.0668,
            "duration": 2.08377,
            "confidence": 0.689
        },
        {
            "start": 140.15057,
            "duration": 2.08839,
            "confidence": 0.454
        },
        {
            "start": 142.23895,
            "duration": 2.08789,
            "confidence": 0.604
        },
        {
            "start": 144.32686,
            "duration": 2.08694,
            "confidence": 0.437
        },
        {
            "start": 146.4138,
            "duration": 2.08697,
            "confidence": 0.12
        },
        {
            "start": 148.50076,
            "duration": 2.09026,
            "confidence": 0.568
        },
        {
            "start": 150.59103,
            "duration": 2.09083,
            "confidence": 0.187
        },
        {
            "start": 152.68185,
            "duration": 2.08063,
            "confidence": 0.481
        },
        {
            "start": 154.76248,
            "duration": 2.08333,
            "confidence": 0.714
        },
        {
            "start": 156.84583,
            "duration": 2.08763,
            "confidence": 0.57
        },
        {
            "start": 158.93346,
            "duration": 2.09084,
            "confidence": 0.507
        },
        {
            "start": 161.02428,
            "duration": 2.0845,
            "confidence": 0.728
        },
        {
            "start": 163.1088,
            "duration": 2.08893,
            "confidence": 0.487
        },
        {
            "start": 165.19771,
            "duration": 2.08642,
            "confidence": 0.591
        },
        {
            "start": 167.28413,
            "duration": 2.09055,
            "confidence": 0.436
        },
        {
            "start": 169.3747,
            "duration": 2.08696,
            "confidence": 0.514
        },
        {
            "start": 171.46165,
            "duration": 2.07944,
            "confidence": 0.382
        },
        {
            "start": 173.54109,
            "duration": 2.09108,
            "confidence": 0.421
        },
        {
            "start": 175.63217,
            "duration": 2.09423,
            "confidence": 0.364
        },
        {
            "start": 177.7264,
            "duration": 2.07796,
            "confidence": 0.636
        },
        {
            "start": 179.80437,
            "duration": 2.08638,
            "confidence": 0.632
        },
        {
            "start": 181.89073,
            "duration": 2.09164,
            "confidence": 0.264
        },
        {
            "start": 183.98238,
            "duration": 2.08185,
            "confidence": 0.285
        },
        {
            "start": 186.06422,
            "duration": 2.08856,
            "confidence": 0.772
        },
        {
            "start": 188.15279,
            "duration": 2.08847,
            "confidence": 0.15
        },
        {
            "start": 190.24126,
            "duration": 2.08621,
            "confidence": 0.479
        },
        {
            "start": 192.32745,
            "duration": 2.09087,
            "confidence": 0.528
        },
        {
            "start": 194.41832,
            "duration": 2.08398,
            "confidence": 0.261
        },
        {
            "start": 196.5023,
            "duration": 2.08674,
            "confidence": 0.124
        },
        {
            "start": 198.58904,
            "duration": 2.08615,
            "confidence": 0.417
        },
        {
            "start": 200.67519,
            "duration": 2.10169,
            "confidence": 0.0
        }
    ],
    "beats": [
        {
            "start": 0.49567,
            "duration": 0.56431,
            "confidence": 0.612
        },
        {
            "start": 1.05998,
            "duration": 0.54896,
            "confidence": 0.325
        },
        {
            "start": 1.60894,
            "duration": 0.53701,
            "confidence": 0.228
        },
        {
            "start": 2.14594,
            "duration": 0.53722,
            "confidence": 0.643
        },
        {
            "start": 2.68316,
            "duration": 0.53331,
            "confidence": 0.82
        },
        {
            "start": 3.21647,
            "duration": 0.52698,
            "confidence": 0.64
        },
        {
            "start": 3.74345,
            "duration": 0.5226,
            "confidence": 0.667
        },
        {
            "start": 4.26605,
            "duration": 0.52706,
            "confidence": 0.782
        },
        {
            "start": 4.79311,
            "duration": 0.53004,
            "confidence": 0.838
        },
        {
            "start": 5.32316,
            "duration": 0.54088,
            "confidence": 0.639
        },
        {
            "start": 5.86403,
            "duration": 0.54778,
            "confidence": 0.813
        },
        {
            "start": 6.41182,
            "duration": 0.55911,
            "confidence": 0.759
        },
        {
            "start": 6.97092,
            "duration": 0.55767,
            "confidence": 0.585
        },
        {
            "start": 7.5286,
            "duration": 0.55624,
            "confidence": 0.645
        },
        {
            "start": 8.08483,
            "duration": 0.55283,
            "confidence": 0.544
        },
        {
            "start": 8.63766,
            "duration": 0.55384,
            "confidence": 0.634
        },
        {
            "start": 9.1915,
            "duration": 0.55779,
            "confidence": 0.55
        },
        {
            "start": 9.7493,
            "duration": 0.5588,
            "confidence": 0.641
        },
        {
            "start": 10.3081,
            "duration": 0.55884,
            "confidence": 0.739
        },
        {
            "start": 10.86693,
            "duration": 0.5579,
            "confidence": 0.471
        },
        {
            "start": 11.42483,
            "duration": 0.56677,
            "confidence": 0.673
        },
        {
            "start": 11.9916,
            "duration": 0.56351,
            "confidence": 0.473
        },
        {
            "start": 12.55512,
            "duration": 0.5583,
            "confidence": 0.534
        },
        {
            "start": 13.11341,
            "duration": 0.5581,
            "confidence": 0.633
        },
        {
            "start": 13.67151,
            "duration": 0.55691,
            "confidence": 0.417
        },
        {
            "start": 14.22842,
            "duration": 0.55726,
            "confidence": 0.311
        },
        {
            "start": 14.78568,
            "duration": 0.55909,
            "confidence": 0.352
        },
        {
            "start": 15.34477,
            "duration": 0.55305,
            "confidence": 0.486
        },
        {
            "start": 15.89782,
            "duration": 0.5513,
            "confidence": 0.278
        },
        {
            "start": 16.44912,
            "duration": 0.55204,
            "confidence": 0.671
        },
        {
            "start": 17.00116,
            "duration": 0.54185,
            "confidence": 0.642
        },
        {
            "start": 17.54301,
            "duration": 0.53856,
            "confidence": 0.184
        },
        {
            "start": 18.08157,
            "duration": 0.52485,
            "confidence": 0.604
        },
        {
            "start": 18.60642,
            "duration": 0.51995,
            "confidence": 0.736
        },
        {
            "start": 19.12637,
            "duration": 0.53281,
            "confidence": 0.744
        },
        {
            "start": 19.65918,
            "duration": 0.5486,
            "confidence": 0.54
        },
        {
            "start": 20.20777,
            "duration": 0.55748,
            "confidence": 0.49
        },
        {
            "start": 20.76525,
            "duration": 0.56425,
            "confidence": 0.523
        },
        {
            "start": 21.3295,
            "duration": 0.57299,
            "confidence": 0.237
        },
        {
            "start": 21.90249,
            "duration": 0.5787,
            "confidence": 0.407
        },
        {
            "start": 22.48119,
            "duration": 0.58047,
            "confidence": 0.327
        },
        {
            "start": 23.06166,
            "duration": 0.56541,
            "confidence": 0.215
        },
        {
            "start": 23.62708,
            "duration": 0.56019,
            "confidence": 0.532
        },
        {
            "start": 24.18726,
            "duration": 0.55967,
            "confidence": 0.503
        },
        {
            "start": 24.74693,
            "duration": 0.55195,
            "confidence": 0.129
        },
        {
            "start": 25.29888,
            "duration": 0.5396,
            "confidence": 0.644
        },
        {
            "start": 25.83848,
            "duration": 0.54041,
            "confidence": 0.428
        },
        {
            "start": 26.37889,
            "duration": 0.53539,
            "confidence": 0.678
        },
        {
            "start": 26.91428,
            "duration": 0.53956,
            "confidence": 0.526
        },
        {
            "start": 27.45383,
            "duration": 0.53291,
            "confidence": 0.532
        },
        {
            "start": 27.98674,
            "duration": 0.52616,
            "confidence": 0.24
        },
        {
            "start": 28.5129,
            "duration": 0.52147,
            "confidence": 0.379
        },
        {
            "start": 29.03437,
            "duration": 0.52165,
            "confidence": 0.531
        },
        {
            "start": 29.55603,
            "duration": 0.51908,
            "confidence": 0.631
        },
        {
            "start": 30.07511,
            "duration": 0.52417,
            "confidence": 0.321
        },
        {
            "start": 30.59928,
            "duration": 0.52262,
            "confidence": 0.096
        },
        {
            "start": 31.1219,
            "duration": 0.52325,
            "confidence": 0.259
        },
        {
            "start": 31.64515,
            "duration": 0.51879,
            "confidence": 0.225
        },
        {
            "start": 32.16394,
            "duration": 0.52185,
            "confidence": 0.494
        },
        {
            "start": 32.68579,
            "duration": 0.52215,
            "confidence": 0.315
        },
        {
            "start": 33.20794,
            "duration": 0.5211,
            "confidence": 0.63
        },
        {
            "start": 33.72904,
            "duration": 0.52022,
            "confidence": 0.718
        },
        {
            "start": 34.24926,
            "duration": 0.52142,
            "confidence": 0.532
        },
        {
            "start": 34.77068,
            "duration": 0.51809,
            "confidence": 0.335
        },
        {
            "start": 35.28876,
            "duration": 0.51914,
            "confidence": 0.502
        },
        {
            "start": 35.8079,
            "duration": 0.52043,
            "confidence": 0.326
        },
        {
            "start": 36.32833,
            "duration": 0.51879,
            "confidence": 0.512
        },
        {
            "start": 36.84712,
            "duration": 0.51961,
            "confidence": 0.369
        },
        {
            "start": 37.36674,
            "duration": 0.52092,
            "confidence": 0.668
        },
        {
            "start": 37.88766,
            "duration": 0.52135,
            "confidence": 0.255
        },
        {
            "start": 38.40902,
            "duration": 0.52407,
            "confidence": 0.287
        },
        {
            "start": 38.93309,
            "duration": 0.52428,
            "confidence": 0.466
        },
        {
            "start": 39.45737,
            "duration": 0.52165,
            "confidence": 0.52
        },
        {
            "start": 39.97902,
            "duration": 0.52424,
            "confidence": 0.662
        },
        {
            "start": 40.50327,
            "duration": 0.52183,
            "confidence": 0.362
        },
        {
            "start": 41.02509,
            "duration": 0.52082,
            "confidence": 0.254
        },
        {
            "start": 41.54592,
            "duration": 0.52233,
            "confidence": 0.47
        },
        {
            "start": 42.06825,
            "duration": 0.52254,
            "confidence": 0.442
        },
        {
            "start": 42.59079,
            "duration": 0.51993,
            "confidence": 0.407
        },
        {
            "start": 43.11072,
            "duration": 0.5221,
            "confidence": 0.572
        },
        {
            "start": 43.63282,
            "duration": 0.52185,
            "confidence": 0.563
        },
        {
            "start": 44.15467,
            "duration": 0.52309,
            "confidence": 0.648
        },
        {
            "start": 44.67776,
            "duration": 0.52147,
            "confidence": 0.49
        },
        {
            "start": 45.19923,
            "duration": 0.52039,
            "confidence": 0.388
        },
        {
            "start": 45.71962,
            "duration": 0.52158,
            "confidence": 0.555
        },
        {
            "start": 46.2412,
            "duration": 0.52232,
            "confidence": 0.398
        },
        {
            "start": 46.76352,
            "duration": 0.52398,
            "confidence": 0.325
        },
        {
            "start": 47.2875,
            "duration": 0.52432,
            "confidence": 0.485
        },
        {
            "start": 47.81183,
            "duration": 0.52181,
            "confidence": 0.51
        },
        {
            "start": 48.33364,
            "duration": 0.52402,
            "confidence": 0.493
        },
        {
            "start": 48.85766,
            "duration": 0.52149,
            "confidence": 0.557
        },
        {
            "start": 49.37915,
            "duration": 0.52088,
            "confidence": 0.584
        },
        {
            "start": 49.90002,
            "duration": 0.52113,
            "confidence": 0.625
        },
        {
            "start": 50.42115,
            "duration": 0.51995,
            "confidence": 0.357
        },
        {
            "start": 50.9411,
            "duration": 0.5197,
            "confidence": 0.43
        },
        {
            "start": 51.46081,
            "duration": 0.51955,
            "confidence": 0.498
        },
        {
            "start": 51.98036,
            "duration": 0.5208,
            "confidence": 0.503
        },
        {
            "start": 52.50116,
            "duration": 0.52356,
            "confidence": 0.568
        },
        {
            "start": 53.02472,
            "duration": 0.52168,
            "confidence": 0.655
        },
        {
            "start": 53.5464,
            "duration": 0.52222,
            "confidence": 0.605
        },
        {
            "start": 54.06862,
            "duration": 0.52327,
            "confidence": 0.537
        },
        {
            "start": 54.59189,
            "duration": 0.52343,
            "confidence": 0.385
        },
        {
            "start": 55.11532,
            "duration": 0.52542,
            "confidence": 0.438
        },
        {
            "start": 55.64074,
            "duration": 0.52322,
            "confidence": 0.557
        },
        {
            "start": 56.16395,
            "duration": 0.52096,
            "confidence": 0.54
        },
        {
            "start": 56.68492,
            "duration": 0.52243,
            "confidence": 0.528
        },
        {
            "start": 57.20734,
            "duration": 0.51968,
            "confidence": 0.403
        },
        {
            "start": 57.72703,
            "duration": 0.51973,
            "confidence": 0.337
        },
        {
            "start": 58.24675,
            "duration": 0.52019,
            "confidence": 0.46
        },
        {
            "start": 58.76694,
            "duration": 0.52019,
            "confidence": 0.44
        },
        {
            "start": 59.28714,
            "duration": 0.52019,
            "confidence": 0.337
        },
        {
            "start": 59.80733,
            "duration": 0.52252,
            "confidence": 0.494
        },
        {
            "start": 60.32985,
            "duration": 0.52066,
            "confidence": 0.54
        },
        {
            "start": 60.85051,
            "duration": 0.52253,
            "confidence": 0.576
        },
        {
            "start": 61.37304,
            "duration": 0.52114,
            "confidence": 0.44
        },
        {
            "start": 61.89418,
            "duration": 0.52114,
            "confidence": 0.381
        },
        {
            "start": 62.41532,
            "duration": 0.52068,
            "confidence": 0.387
        },
        {
            "start": 62.936,
            "duration": 0.52162,
            "confidence": 0.328
        },
        {
            "start": 63.45763,
            "duration": 0.52024,
            "confidence": 0.351
        },
        {
            "start": 63.97786,
            "duration": 0.52164,
            "confidence": 0.54
        },
        {
            "start": 64.4995,
            "duration": 0.52211,
            "confidence": 0.714
        },
        {
            "start": 65.02161,
            "duration": 0.52118,
            "confidence": 0.75
        },
        {
            "start": 65.54279,
            "duration": 0.52025,
            "confidence": 0.785
        },
        {
            "start": 66.06304,
            "duration": 0.52165,
            "confidence": 0.787
        },
        {
            "start": 66.58469,
            "duration": 0.52257,
            "confidence": 0.738
        },
        {
            "start": 67.10726,
            "duration": 0.52163,
            "confidence": 0.699
        },
        {
            "start": 67.62889,
            "duration": 0.52209,
            "confidence": 0.632
        },
        {
            "start": 68.15099,
            "duration": 0.52209,
            "confidence": 0.688
        },
        {
            "start": 68.67308,
            "duration": 0.52582,
            "confidence": 0.492
        },
        {
            "start": 69.19889,
            "duration": 0.51836,
            "confidence": 0.421
        },
        {
            "start": 69.71725,
            "duration": 0.52442,
            "confidence": 0.427
        },
        {
            "start": 70.24167,
            "duration": 0.52024,
            "confidence": 0.618
        },
        {
            "start": 70.76191,
            "duration": 0.52072,
            "confidence": 0.579
        },
        {
            "start": 71.28263,
            "duration": 0.52212,
            "confidence": 0.613
        },
        {
            "start": 71.80475,
            "duration": 0.52306,
            "confidence": 0.723
        },
        {
            "start": 72.32781,
            "duration": 0.52074,
            "confidence": 0.779
        },
        {
            "start": 72.84854,
            "duration": 0.5282,
            "confidence": 0.666
        },
        {
            "start": 73.37674,
            "duration": 0.52027,
            "confidence": 0.662
        },
        {
            "start": 73.89701,
            "duration": 0.52585,
            "confidence": 0.527
        },
        {
            "start": 74.42285,
            "duration": 0.52537,
            "confidence": 0.717
        },
        {
            "start": 74.94822,
            "duration": 0.52396,
            "confidence": 0.693
        },
        {
            "start": 75.47218,
            "duration": 0.52116,
            "confidence": 0.615
        },
        {
            "start": 75.99334,
            "duration": 0.52162,
            "confidence": 0.512
        },
        {
            "start": 76.51496,
            "duration": 0.52021,
            "confidence": 0.696
        },
        {
            "start": 77.03517,
            "duration": 0.52161,
            "confidence": 0.536
        },
        {
            "start": 77.55678,
            "duration": 0.52022,
            "confidence": 0.616
        },
        {
            "start": 78.07701,
            "duration": 0.52163,
            "confidence": 0.428
        },
        {
            "start": 78.59864,
            "duration": 0.51885,
            "confidence": 0.586
        },
        {
            "start": 79.11749,
            "duration": 0.52118,
            "confidence": 0.512
        },
        {
            "start": 79.63866,
            "duration": 0.52118,
            "confidence": 0.452
        },
        {
            "start": 80.15984,
            "duration": 0.52397,
            "confidence": 0.645
        },
        {
            "start": 80.68382,
            "duration": 0.52164,
            "confidence": 0.752
        },
        {
            "start": 81.20546,
            "duration": 0.52024,
            "confidence": 0.693
        },
        {
            "start": 81.7257,
            "duration": 0.51977,
            "confidence": 0.615
        },
        {
            "start": 82.24547,
            "duration": 0.52302,
            "confidence": 0.535
        },
        {
            "start": 82.76849,
            "duration": 0.52115,
            "confidence": 0.724
        },
        {
            "start": 83.28964,
            "duration": 0.51881,
            "confidence": 0.728
        },
        {
            "start": 83.80845,
            "duration": 0.52207,
            "confidence": 0.638
        },
        {
            "start": 84.33052,
            "duration": 0.5216,
            "confidence": 0.456
        },
        {
            "start": 84.85212,
            "duration": 0.52161,
            "confidence": 0.584
        },
        {
            "start": 85.37373,
            "duration": 0.52068,
            "confidence": 0.381
        },
        {
            "start": 85.89441,
            "duration": 0.52254,
            "confidence": 0.355
        },
        {
            "start": 86.41695,
            "duration": 0.52255,
            "confidence": 0.547
        },
        {
            "start": 86.9395,
            "duration": 0.52394,
            "confidence": 0.715
        },
        {
            "start": 87.46344,
            "duration": 0.51928,
            "confidence": 0.591
        },
        {
            "start": 87.98273,
            "duration": 0.5216,
            "confidence": 0.459
        },
        {
            "start": 88.50433,
            "duration": 0.51926,
            "confidence": 0.419
        },
        {
            "start": 89.02359,
            "duration": 0.52065,
            "confidence": 0.578
        },
        {
            "start": 89.54424,
            "duration": 0.5197,
            "confidence": 0.402
        },
        {
            "start": 90.06395,
            "duration": 0.52202,
            "confidence": 0.374
        },
        {
            "start": 90.58596,
            "duration": 0.52387,
            "confidence": 0.262
        },
        {
            "start": 91.10983,
            "duration": 0.5206,
            "confidence": 0.417
        },
        {
            "start": 91.63043,
            "duration": 0.52246,
            "confidence": 0.432
        },
        {
            "start": 92.1529,
            "duration": 0.52573,
            "confidence": 0.41
        },
        {
            "start": 92.67862,
            "duration": 0.5248,
            "confidence": 0.239
        },
        {
            "start": 93.20342,
            "duration": 0.52295,
            "confidence": 0.363
        },
        {
            "start": 93.72637,
            "duration": 0.52155,
            "confidence": 0.431
        },
        {
            "start": 94.24792,
            "duration": 0.52109,
            "confidence": 0.532
        },
        {
            "start": 94.76902,
            "duration": 0.52155,
            "confidence": 0.584
        },
        {
            "start": 95.29057,
            "duration": 0.52108,
            "confidence": 0.636
        },
        {
            "start": 95.81165,
            "duration": 0.52105,
            "confidence": 0.619
        },
        {
            "start": 96.33269,
            "duration": 0.52195,
            "confidence": 0.464
        },
        {
            "start": 96.85464,
            "duration": 0.52052,
            "confidence": 0.465
        },
        {
            "start": 97.37515,
            "duration": 0.52096,
            "confidence": 0.498
        },
        {
            "start": 97.89612,
            "duration": 0.51954,
            "confidence": 0.447
        },
        {
            "start": 98.41566,
            "duration": 0.52235,
            "confidence": 0.482
        },
        {
            "start": 98.93801,
            "duration": 0.51957,
            "confidence": 0.58
        },
        {
            "start": 99.45758,
            "duration": 0.52054,
            "confidence": 0.647
        },
        {
            "start": 99.97812,
            "duration": 0.52153,
            "confidence": 0.562
        },
        {
            "start": 100.49965,
            "duration": 0.52251,
            "confidence": 0.346
        },
        {
            "start": 101.02216,
            "duration": 0.52163,
            "confidence": 0.435
        },
        {
            "start": 101.54379,
            "duration": 0.5249,
            "confidence": 0.541
        },
        {
            "start": 102.06869,
            "duration": 0.52164,
            "confidence": 0.559
        },
        {
            "start": 102.59033,
            "duration": 0.52442,
            "confidence": 0.577
        },
        {
            "start": 103.11475,
            "duration": 0.52065,
            "confidence": 0.354
        },
        {
            "start": 103.6354,
            "duration": 0.51969,
            "confidence": 0.275
        },
        {
            "start": 104.1551,
            "duration": 0.52245,
            "confidence": 0.406
        },
        {
            "start": 104.67755,
            "duration": 0.52429,
            "confidence": 0.409
        },
        {
            "start": 105.20184,
            "duration": 0.51823,
            "confidence": 0.403
        },
        {
            "start": 105.72007,
            "duration": 0.52196,
            "confidence": 0.547
        },
        {
            "start": 106.24203,
            "duration": 0.52011,
            "confidence": 0.559
        },
        {
            "start": 106.76214,
            "duration": 0.52338,
            "confidence": 0.597
        },
        {
            "start": 107.28552,
            "duration": 0.52199,
            "confidence": 0.479
        },
        {
            "start": 107.80752,
            "duration": 0.5206,
            "confidence": 0.404
        },
        {
            "start": 108.32812,
            "duration": 0.52012,
            "confidence": 0.475
        },
        {
            "start": 108.84824,
            "duration": 0.52429,
            "confidence": 0.416
        },
        {
            "start": 109.37254,
            "duration": 0.52427,
            "confidence": 0.368
        },
        {
            "start": 109.89681,
            "duration": 0.52471,
            "confidence": 0.515
        },
        {
            "start": 110.42152,
            "duration": 0.52189,
            "confidence": 0.496
        },
        {
            "start": 110.9434,
            "duration": 0.52279,
            "confidence": 0.486
        },
        {
            "start": 111.46619,
            "duration": 0.52042,
            "confidence": 0.566
        },
        {
            "start": 111.98661,
            "duration": 0.52132,
            "confidence": 0.57
        },
        {
            "start": 112.50793,
            "duration": 0.52083,
            "confidence": 0.579
        },
        {
            "start": 113.02876,
            "duration": 0.51988,
            "confidence": 0.413
        },
        {
            "start": 113.54865,
            "duration": 0.51985,
            "confidence": 0.468
        },
        {
            "start": 114.06849,
            "duration": 0.52028,
            "confidence": 0.517
        },
        {
            "start": 114.58878,
            "duration": 0.52115,
            "confidence": 0.518
        },
        {
            "start": 115.10993,
            "duration": 0.5239,
            "confidence": 0.581
        },
        {
            "start": 115.63383,
            "duration": 0.5215,
            "confidence": 0.668
        },
        {
            "start": 116.15533,
            "duration": 0.52142,
            "confidence": 0.612
        },
        {
            "start": 116.67675,
            "duration": 0.52271,
            "confidence": 0.556
        },
        {
            "start": 117.19946,
            "duration": 0.52449,
            "confidence": 0.389
        },
        {
            "start": 117.72395,
            "duration": 0.52485,
            "confidence": 0.441
        },
        {
            "start": 118.24879,
            "duration": 0.52291,
            "confidence": 0.556
        },
        {
            "start": 118.7717,
            "duration": 0.52096,
            "confidence": 0.544
        },
        {
            "start": 119.29266,
            "duration": 0.52275,
            "confidence": 0.523
        },
        {
            "start": 119.81542,
            "duration": 0.52083,
            "confidence": 0.385
        },
        {
            "start": 120.33625,
            "duration": 0.51986,
            "confidence": 0.349
        },
        {
            "start": 120.85611,
            "duration": 0.52075,
            "confidence": 0.49
        },
        {
            "start": 121.37686,
            "duration": 0.5212,
            "confidence": 0.461
        },
        {
            "start": 121.89806,
            "duration": 0.52118,
            "confidence": 0.365
        },
        {
            "start": 122.41924,
            "duration": 0.52303,
            "confidence": 0.503
        },
        {
            "start": 122.94228,
            "duration": 0.52117,
            "confidence": 0.519
        },
        {
            "start": 123.46345,
            "duration": 0.52256,
            "confidence": 0.56
        },
        {
            "start": 123.98601,
            "duration": 0.52302,
            "confidence": 0.433
        },
        {
            "start": 124.50902,
            "duration": 0.51976,
            "confidence": 0.331
        },
        {
            "start": 125.02879,
            "duration": 0.51883,
            "confidence": 0.31
        },
        {
            "start": 125.54762,
            "duration": 0.52069,
            "confidence": 0.227
        },
        {
            "start": 126.0683,
            "duration": 0.51929,
            "confidence": 0.336
        },
        {
            "start": 126.58759,
            "duration": 0.52068,
            "confidence": 0.525
        },
        {
            "start": 127.10827,
            "duration": 0.52207,
            "confidence": 0.712
        },
        {
            "start": 127.63034,
            "duration": 0.52067,
            "confidence": 0.686
        },
        {
            "start": 128.15102,
            "duration": 0.51974,
            "confidence": 0.774
        },
        {
            "start": 128.67075,
            "duration": 0.52206,
            "confidence": 0.73
        },
        {
            "start": 129.19281,
            "duration": 0.5202,
            "confidence": 0.792
        },
        {
            "start": 129.71301,
            "duration": 0.52158,
            "confidence": 0.718
        },
        {
            "start": 130.23459,
            "duration": 0.52111,
            "confidence": 0.601
        },
        {
            "start": 130.7557,
            "duration": 0.52157,
            "confidence": 0.528
        },
        {
            "start": 131.27727,
            "duration": 0.52111,
            "confidence": 0.462
        },
        {
            "start": 131.79839,
            "duration": 0.52343,
            "confidence": 0.571
        },
        {
            "start": 132.32181,
            "duration": 0.5225,
            "confidence": 0.592
        },
        {
            "start": 132.8443,
            "duration": 0.52482,
            "confidence": 0.687
        },
        {
            "start": 133.36913,
            "duration": 0.52296,
            "confidence": 0.661
        },
        {
            "start": 133.89207,
            "duration": 0.52203,
            "confidence": 0.566
        },
        {
            "start": 134.41412,
            "duration": 0.5211,
            "confidence": 0.573
        },
        {
            "start": 134.93521,
            "duration": 0.52249,
            "confidence": 0.48
        },
        {
            "start": 135.4577,
            "duration": 0.52248,
            "confidence": 0.54
        },
        {
            "start": 135.98018,
            "duration": 0.52248,
            "confidence": 0.66
        },
        {
            "start": 136.50266,
            "duration": 0.51969,
            "confidence": 0.691
        },
        {
            "start": 137.02234,
            "duration": 0.52247,
            "confidence": 0.79
        },
        {
            "start": 137.54482,
            "duration": 0.52199,
            "confidence": 0.716
        },
        {
            "start": 138.0668,
            "duration": 0.52153,
            "confidence": 0.605
        },
        {
            "start": 138.58833,
            "duration": 0.52152,
            "confidence": 0.57
        },
        {
            "start": 139.10986,
            "duration": 0.52106,
            "confidence": 0.584
        },
        {
            "start": 139.6309,
            "duration": 0.51966,
            "confidence": 0.504
        },
        {
            "start": 140.15057,
            "duration": 0.52198,
            "confidence": 0.613
        },
        {
            "start": 140.67256,
            "duration": 0.52059,
            "confidence": 0.628
        },
        {
            "start": 141.19315,
            "duration": 0.52244,
            "confidence": 0.68
        },
        {
            "start": 141.71559,
            "duration": 0.52337,
            "confidence": 0.481
        },
        {
            "start": 142.23895,
            "duration": 0.52105,
            "confidence": 0.371
        },
        {
            "start": 142.76001,
            "duration": 0.52151,
            "confidence": 0.458
        },
        {
            "start": 143.28152,
            "duration": 0.5229,
            "confidence": 0.511
        },
        {
            "start": 143.80441,
            "duration": 0.52243,
            "confidence": 0.591
        },
        {
            "start": 144.32686,
            "duration": 0.52336,
            "confidence": 0.694
        },
        {
            "start": 144.85022,
            "duration": 0.52243,
            "confidence": 0.711
        },
        {
            "start": 145.37265,
            "duration": 0.51965,
            "confidence": 0.773
        },
        {
            "start": 145.89229,
            "duration": 0.5215,
            "confidence": 0.688
        },
        {
            "start": 146.4138,
            "duration": 0.52336,
            "confidence": 0.576
        },
        {
            "start": 146.93716,
            "duration": 0.52383,
            "confidence": 0.491
        },
        {
            "start": 147.46098,
            "duration": 0.5229,
            "confidence": 0.492
        },
        {
            "start": 147.9839,
            "duration": 0.51687,
            "confidence": 0.574
        },
        {
            "start": 148.50076,
            "duration": 0.52105,
            "confidence": 0.528
        },
        {
            "start": 149.02182,
            "duration": 0.52477,
            "confidence": 0.532
        },
        {
            "start": 149.54659,
            "duration": 0.52291,
            "confidence": 0.375
        },
        {
            "start": 150.0695,
            "duration": 0.52153,
            "confidence": 0.243
        },
        {
            "start": 150.59103,
            "duration": 0.52154,
            "confidence": 0.187
        },
        {
            "start": 151.11256,
            "duration": 0.52108,
            "confidence": 0.177
        },
        {
            "start": 151.63364,
            "duration": 0.52619,
            "confidence": 0.313
        },
        {
            "start": 152.15984,
            "duration": 0.52202,
            "confidence": 0.391
        },
        {
            "start": 152.68185,
            "duration": 0.52063,
            "confidence": 0.498
        },
        {
            "start": 153.20248,
            "duration": 0.52062,
            "confidence": 0.537
        },
        {
            "start": 153.72311,
            "duration": 0.51922,
            "confidence": 0.62
        },
        {
            "start": 154.24234,
            "duration": 0.52015,
            "confidence": 0.587
        },
        {
            "start": 154.76248,
            "duration": 0.522,
            "confidence": 0.468
        },
        {
            "start": 155.28448,
            "duration": 0.5206,
            "confidence": 0.476
        },
        {
            "start": 155.80508,
            "duration": 0.52013,
            "confidence": 0.511
        },
        {
            "start": 156.32521,
            "duration": 0.5206,
            "confidence": 0.461
        },
        {
            "start": 156.84583,
            "duration": 0.52246,
            "confidence": 0.454
        },
        {
            "start": 157.36829,
            "duration": 0.52155,
            "confidence": 0.532
        },
        {
            "start": 157.88983,
            "duration": 0.52157,
            "confidence": 0.607
        },
        {
            "start": 158.41139,
            "duration": 0.52205,
            "confidence": 0.545
        },
        {
            "start": 158.93346,
            "duration": 0.52254,
            "confidence": 0.307
        },
        {
            "start": 159.45598,
            "duration": 0.52304,
            "confidence": 0.391
        },
        {
            "start": 159.97902,
            "duration": 0.52447,
            "confidence": 0.511
        },
        {
            "start": 160.5035,
            "duration": 0.5208,
            "confidence": 0.547
        },
        {
            "start": 161.02428,
            "duration": 0.52315,
            "confidence": 0.576
        },
        {
            "start": 161.54742,
            "duration": 0.51948,
            "confidence": 0.336
        },
        {
            "start": 162.06691,
            "duration": 0.51905,
            "confidence": 0.177
        },
        {
            "start": 162.58595,
            "duration": 0.52282,
            "confidence": 0.273
        },
        {
            "start": 163.1088,
            "duration": 0.52425,
            "confidence": 0.269
        },
        {
            "start": 163.63304,
            "duration": 0.51872,
            "confidence": 0.39
        },
        {
            "start": 164.15176,
            "duration": 0.52295,
            "confidence": 0.525
        },
        {
            "start": 164.67471,
            "duration": 0.523,
            "confidence": 0.453
        },
        {
            "start": 165.19771,
            "duration": 0.52352,
            "confidence": 0.543
        },
        {
            "start": 165.72124,
            "duration": 0.5231,
            "confidence": 0.464
        },
        {
            "start": 166.24432,
            "duration": 0.52081,
            "confidence": 0.375
        },
        {
            "start": 166.76515,
            "duration": 0.51899,
            "confidence": 0.457
        },
        {
            "start": 167.28413,
            "duration": 0.52134,
            "confidence": 0.431
        },
        {
            "start": 167.80548,
            "duration": 0.52415,
            "confidence": 0.364
        },
        {
            "start": 168.32964,
            "duration": 0.52276,
            "confidence": 0.429
        },
        {
            "start": 168.85239,
            "duration": 0.5223,
            "confidence": 0.442
        },
        {
            "start": 169.3747,
            "duration": 0.52324,
            "confidence": 0.445
        },
        {
            "start": 169.89792,
            "duration": 0.52045,
            "confidence": 0.546
        },
        {
            "start": 170.41837,
            "duration": 0.52047,
            "confidence": 0.533
        },
        {
            "start": 170.93884,
            "duration": 0.52281,
            "confidence": 0.496
        },
        {
            "start": 171.46165,
            "duration": 0.52052,
            "confidence": 0.291
        },
        {
            "start": 171.98216,
            "duration": 0.51961,
            "confidence": 0.303
        },
        {
            "start": 172.50179,
            "duration": 0.51918,
            "confidence": 0.317
        },
        {
            "start": 173.02097,
            "duration": 0.52013,
            "confidence": 0.341
        },
        {
            "start": 173.54109,
            "duration": 0.52389,
            "confidence": 0.474
        },
        {
            "start": 174.06499,
            "duration": 0.52299,
            "confidence": 0.518
        },
        {
            "start": 174.58797,
            "duration": 0.52209,
            "confidence": 0.463
        },
        {
            "start": 175.11006,
            "duration": 0.52211,
            "confidence": 0.29
        },
        {
            "start": 175.63217,
            "duration": 0.52306,
            "confidence": 0.278
        },
        {
            "start": 176.15523,
            "duration": 0.52633,
            "confidence": 0.227
        },
        {
            "start": 176.68156,
            "duration": 0.5245,
            "confidence": 0.391
        },
        {
            "start": 177.20605,
            "duration": 0.52034,
            "confidence": 0.479
        },
        {
            "start": 177.7264,
            "duration": 0.5213,
            "confidence": 0.514
        },
        {
            "start": 178.2477,
            "duration": 0.51854,
            "confidence": 0.379
        },
        {
            "start": 178.76624,
            "duration": 0.51857,
            "confidence": 0.314
        },
        {
            "start": 179.2848,
            "duration": 0.51954,
            "confidence": 0.42
        },
        {
            "start": 179.80437,
            "duration": 0.52005,
            "confidence": 0.346
        },
        {
            "start": 180.32442,
            "duration": 0.51961,
            "confidence": 0.281
        },
        {
            "start": 180.84402,
            "duration": 0.52335,
            "confidence": 0.42
        },
        {
            "start": 181.36737,
            "duration": 0.52336,
            "confidence": 0.431
        },
        {
            "start": 181.89073,
            "duration": 0.52477,
            "confidence": 0.56
        },
        {
            "start": 182.4155,
            "duration": 0.52431,
            "confidence": 0.447
        },
        {
            "start": 182.9398,
            "duration": 0.52151,
            "confidence": 0.375
        },
        {
            "start": 183.46132,
            "duration": 0.52105,
            "confidence": 0.41
        },
        {
            "start": 183.98238,
            "duration": 0.52338,
            "confidence": 0.367
        },
        {
            "start": 184.50575,
            "duration": 0.52012,
            "confidence": 0.378
        },
        {
            "start": 185.02586,
            "duration": 0.51825,
            "confidence": 0.494
        },
        {
            "start": 185.54411,
            "duration": 0.5201,
            "confidence": 0.504
        },
        {
            "start": 186.06422,
            "duration": 0.52288,
            "confidence": 0.417
        },
        {
            "start": 186.5871,
            "duration": 0.52239,
            "confidence": 0.366
        },
        {
            "start": 187.10948,
            "duration": 0.5219,
            "confidence": 0.304
        },
        {
            "start": 187.63138,
            "duration": 0.5214,
            "confidence": 0.285
        },
        {
            "start": 188.15279,
            "duration": 0.52136,
            "confidence": 0.383
        },
        {
            "start": 188.67413,
            "duration": 0.52318,
            "confidence": 0.342
        },
        {
            "start": 189.19733,
            "duration": 0.52268,
            "confidence": 0.288
        },
        {
            "start": 189.72,
            "duration": 0.52125,
            "confidence": 0.386
        },
        {
            "start": 190.24126,
            "duration": 0.52309,
            "confidence": 0.384
        },
        {
            "start": 190.76433,
            "duration": 0.52074,
            "confidence": 0.389
        },
        {
            "start": 191.28506,
            "duration": 0.5184,
            "confidence": 0.427
        },
        {
            "start": 191.80347,
            "duration": 0.52398,
            "confidence": 0.445
        },
        {
            "start": 192.32745,
            "duration": 0.52445,
            "confidence": 0.341
        },
        {
            "start": 192.8519,
            "duration": 0.52167,
            "confidence": 0.288
        },
        {
            "start": 193.37357,
            "duration": 0.5226,
            "confidence": 0.272
        },
        {
            "start": 193.89616,
            "duration": 0.52215,
            "confidence": 0.392
        },
        {
            "start": 194.41832,
            "duration": 0.52215,
            "confidence": 0.486
        },
        {
            "start": 194.94048,
            "duration": 0.52076,
            "confidence": 0.331
        },
        {
            "start": 195.46124,
            "duration": 0.51937,
            "confidence": 0.186
        },
        {
            "start": 195.9806,
            "duration": 0.52169,
            "confidence": 0.261
        },
        {
            "start": 196.5023,
            "duration": 0.52355,
            "confidence": 0.395
        },
        {
            "start": 197.02585,
            "duration": 0.51983,
            "confidence": 0.402
        },
        {
            "start": 197.54568,
            "duration": 0.52215,
            "confidence": 0.4
        },
        {
            "start": 198.06783,
            "duration": 0.52121,
            "confidence": 0.487
        },
        {
            "start": 198.58904,
            "duration": 0.52586,
            "confidence": 0.532
        },
        {
            "start": 199.1149,
            "duration": 0.51887,
            "confidence": 0.376
        },
        {
            "start": 199.63377,
            "duration": 0.51979,
            "confidence": 0.279
        },
        {
            "start": 200.15356,
            "duration": 0.52163,
            "confidence": 0.341
        },
        {
            "start": 200.67519,
            "duration": 0.52347,
            "confidence": 0.351
        },
        {
            "start": 201.19865,
            "duration": 0.52198,
            "confidence": 0.2
        },
        {
            "start": 201.72064,
            "duration": 0.52695,
            "confidence": 0.081
        },
        {
            "start": 202.24759,
            "duration": 0.52929,
            "confidence": 0.046
        },
        {
            "start": 202.77689,
            "duration": 0.52929,
            "confidence": 0.053
        }
    ],
    "sections": [
        {
            "start": 0.0,
            "duration": 6.97092,
            "confidence": 1.0,
            "loudness": -14.938,
            "tempo": 113.178,
            "tempo_confidence": 0.647,
            "key": 9,
            "key_confidence": 0.297,
            "mode": 1,
            "mode_confidence": 0.471,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 6.97092,
            "duration": 23.10418,
            "confidence": 0.829,
            "loudness": -7.771,
            "tempo": 109.173,
            "tempo_confidence": 0.501,
            "key": 9,
            "key_confidence": 0.162,
            "mode": 0,
            "mode_confidence": 0.319,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 30.07511,
            "duration": 34.4244,
            "confidence": 0.743,
            "loudness": -1.593,
            "tempo": 115.02,
            "tempo_confidence": 0.458,
            "key": 9,
            "key_confidence": 0.0,
            "mode": 1,
            "mode_confidence": 0.214,
            "time_signature": 4,
            "time_signature_confidence": 0.969
        },
        {
            "start": 64.4995,
            "duration": 28.70392,
            "confidence": 0.86,
            "loudness": -6.108,
            "tempo": 115.066,
            "tempo_confidence": 0.575,
            "key": 11,
            "key_confidence": 0.54,
            "mode": 0,
            "mode_confidence": 0.486,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 93.20342,
            "duration": 35.98939,
            "confidence": 0.73,
            "loudness": -1.492,
            "tempo": 115.081,
            "tempo_confidence": 0.495,
            "key": 9,
            "key_confidence": 0.0,
            "mode": 1,
            "mode_confidence": 0.026,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 129.19281,
            "duration": 20.87669,
            "confidence": 0.614,
            "loudness": -3.597,
            "tempo": 114.954,
            "tempo_confidence": 0.591,
            "key": 11,
            "key_confidence": 0.398,
            "mode": 0,
            "mode_confidence": 0.383,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        },
        {
            "start": 150.0695,
            "duration": 57.89036,
            "confidence": 0.701,
            "loudness": -1.024,
            "tempo": 114.986,
            "tempo_confidence": 0.39,
            "key": 2,
            "key_confidence": 0.043,
            "mode": 1,
            "mode_confidence": 0.382,
            "time_signature": 4,
            "time_signature_confidence": 1.0
        }
    ],
    "segments": [
        {
            "start": 0.0,
            "duration": 0.24317,
            "confidence": 1.0,
            "loudness_start": -59.656,
            "loudness_max_time": 0.21478,
            "loudness_max": -36.317,
            "loudness_end": 0.0,
            "pitches": [
                0.769,
                1.0,
                0.262,
                0.182,
                0.28,
                0.316,
                0.129,
                0.116,
                0.188,
                0.213,
                0.241,
                0.423
            ],
            "timbre": [
                7.406,
                64.456,
                37.595,
                -176.296,
                43.329,
                -43.952,
                71.439,
                -117.9,
                -41.103,
                37.712,
                20.429,
                -8.869
            ]
        },
        {
            "start": 0.24317,
            "duration": 0.2624,
            "confidence": 0.975,
            "loudness_start": -34.039,
            "loudness_max_time": 0.07659,
            "loudness_max": -20.161,
            "loudness_end": 0.0,
            "pitches": [
                0.517,
                0.464,
                0.286,
                0.5,
                0.476,
                0.446,
                0.323,
                0.759,
                1.0,
                0.621,
                0.447,
                0.388
            ],
            "timbre": [
                32.213,
                8.343,
                41.371,
                -125.928,
                -20.494,
                -14.643,
                34.569,
                31.383,
                1.863,
                -4.452,
                -3.377,
                -6.69
            ]
        },
        {
            "start": 0.50558,
            "duration": 0.19596,
            "confidence": 0.362,
            "loudness_start": -24.576,
            "loudness_max_time": 0.07177,
            "loudness_max": -16.295,
            "loudness_end": 0.0,
            "pitches": [
                0.667,
                0.772,
                0.963,
                1.0,
                0.884,
                0.491,
                0.345,
                0.396,
                0.399,
                0.342,
                0.361,
                0.726
            ],
            "timbre": [
                40.463,
                57.892,
                1.418,
                -24.92,
                -7.913,
                -53.271,
                -21.592,
                -0.285,
                -0.743,
                9.137,
                -8.135,
                17.104
            ]
        },
        {
            "start": 0.70154,
            "duration": 0.19891,
            "confidence": 0.435,
            "loudness_start": -23.053,
            "loudness_max_time": 0.07305,
            "loudness_max": -14.25,
            "loudness_end": 0.0,
            "pitches": [
                0.212,
                0.141,
                0.294,
                0.396,
                1.0,
                0.761,
                0.791,
                0.364,
                0.826,
                0.477,
                0.271,
                0.169
            ],
            "timbre": [
                42.115,
                64.373,
                -0.233,
                -62.878,
                15.916,
                -52.444,
                -26.514,
                23.189,
                -10.518,
                10.089,
                -2.726,
                36.01
            ]
        },
        {
            "start": 0.90045,
            "duration": 0.12082,
            "confidence": 0.253,
            "loudness_start": -18.084,
            "loudness_max_time": 0.00395,
            "loudness_max": -13.326,
            "loudness_end": 0.0,
            "pitches": [
                0.28,
                0.292,
                0.373,
                0.515,
                0.596,
                0.803,
                1.0,
                0.251,
                0.573,
                0.747,
                0.764,
                0.439
            ],
            "timbre": [
                43.633,
                83.613,
                -21.969,
                -26.144,
                23.659,
                -59.22,
                -26.908,
                -0.353,
                -20.946,
                -14.37,
                -18.398,
                34.41
            ]
        },
        {
            "start": 1.02127,
            "duration": 0.13397,
            "confidence": 0.192,
            "loudness_start": -18.845,
            "loudness_max_time": 0.01286,
            "loudness_max": -13.767,
            "loudness_end": 0.0,
            "pitches": [
                0.593,
                0.248,
                0.446,
                0.28,
                0.463,
                0.388,
                0.215,
                0.516,
                1.0,
                0.941,
                0.849,
                0.712
            ],
            "timbre": [
                44.266,
                99.305,
                -22.798,
                -30.886,
                39.336,
                -47.621,
                -27.068,
                4.321,
                -29.58,
                1.306,
                -5.506,
                -0.861
            ]
        },
        {
            "start": 1.15524,
            "duration": 0.06925,
            "confidence": 0.138,
            "loudness_start": -18.386,
            "loudness_max_time": 0.00814,
            "loudness_max": -13.666,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.615,
                0.664,
                0.192,
                0.821,
                0.44,
                0.703,
                0.39,
                0.156,
                0.261,
                0.3,
                0.862
            ],
            "timbre": [
                44.676,
                95.024,
                -42.257,
                -50.65,
                49.857,
                -62.797,
                -20.237,
                -12.859,
                -29.442,
                15.683,
                -5.127,
                -13.065
            ]
        },
        {
            "start": 1.22449,
            "duration": 0.12794,
            "confidence": 0.165,
            "loudness_start": -16.504,
            "loudness_max_time": 0.07301,
            "loudness_max": -12.099,
            "loudness_end": 0.0,
            "pitches": [
                0.659,
                0.517,
                0.146,
                0.134,
                0.473,
                0.255,
                0.55,
                0.475,
                0.985,
                0.49,
                0.395,
                1.0
            ],
            "timbre": [
                45.915,
                97.503,
                -26.322,
                -48.833,
                56.106,
                -49.835,
                -13.812,
                -11.249,
                -21.705,
                -6.644,
                -17.087,
                -14.821
            ]
        },
        {
            "start": 1.35243,
            "duration": 0.26712,
            "confidence": 0.316,
            "loudness_start": -16.901,
            "loudness_max_time": 0.01498,
            "loudness_max": -9.849,
            "loudness_end": 0.0,
            "pitches": [
                0.722,
                0.682,
                0.799,
                0.542,
                0.788,
                0.416,
                0.549,
                0.516,
                0.533,
                1.0,
                0.603,
                0.963
            ],
            "timbre": [
                41.75,
                147.291,
                42.697,
                147.985,
                58.828,
                -62.169,
                -16.427,
                36.229,
                -2.323,
                -38.945,
                -32.106,
                0.207
            ]
        },
        {
            "start": 1.61955,
            "duration": 0.12771,
            "confidence": 0.049,
            "loudness_start": -32.781,
            "loudness_max_time": 0.01443,
            "loudness_max": -28.842,
            "loudness_end": 0.0,
            "pitches": [
                0.347,
                0.373,
                0.839,
                0.418,
                1.0,
                0.232,
                0.236,
                0.334,
                0.362,
                0.52,
                0.384,
                0.385
            ],
            "timbre": [
                27.549,
                147.295,
                63.185,
                49.348,
                84.831,
                -50.119,
                -22.682,
                -9.317,
                -13.382,
                7.916,
                -14.081,
                -15.827
            ]
        },
        {
            "start": 1.74726,
            "duration": 0.11619,
            "confidence": 0.751,
            "loudness_start": -37.662,
            "loudness_max_time": 0.03201,
            "loudness_max": -27.191,
            "loudness_end": 0.0,
            "pitches": [
                0.757,
                0.506,
                0.91,
                0.625,
                0.908,
                0.468,
                0.575,
                0.624,
                0.9,
                0.857,
                1.0,
                0.62
            ],
            "timbre": [
                29.043,
                205.51,
                65.807,
                50.667,
                46.007,
                -26.052,
                -14.346,
                -24.236,
                -10.665,
                -0.232,
                5.551,
                7.381
            ]
        },
        {
            "start": 1.86345,
            "duration": 0.27293,
            "confidence": 1.0,
            "loudness_start": -35.78,
            "loudness_max_time": 0.01517,
            "loudness_max": -13.48,
            "loudness_end": 0.0,
            "pitches": [
                0.941,
                0.863,
                0.756,
                0.727,
                0.776,
                0.593,
                0.821,
                0.701,
                0.673,
                0.698,
                0.653,
                1.0
            ],
            "timbre": [
                38.641,
                153.202,
                75.3,
                164.709,
                58.086,
                -30.942,
                -13.077,
                54.485,
                -16.993,
                -20.054,
                -25.239,
                12.092
            ]
        },
        {
            "start": 2.13637,
            "duration": 0.1332,
            "confidence": 0.524,
            "loudness_start": -38.476,
            "loudness_max_time": 0.02296,
            "loudness_max": -30.907,
            "loudness_end": 0.0,
            "pitches": [
                0.753,
                0.556,
                0.623,
                0.44,
                0.347,
                0.355,
                0.444,
                0.619,
                0.83,
                0.775,
                1.0,
                0.463
            ],
            "timbre": [
                24.65,
                170.76,
                41.883,
                56.703,
                32.906,
                -28.097,
                7.596,
                -13.523,
                -23.321,
                0.105,
                2.103,
                11.217
            ]
        },
        {
            "start": 2.26957,
            "duration": 0.11633,
            "confidence": 0.891,
            "loudness_start": -40.49,
            "loudness_max_time": 0.02933,
            "loudness_max": -28.262,
            "loudness_end": 0.0,
            "pitches": [
                0.694,
                0.515,
                0.801,
                0.58,
                0.532,
                0.508,
                0.621,
                0.715,
                0.888,
                0.631,
                1.0,
                0.5
            ],
            "timbre": [
                28.006,
                225.388,
                62.176,
                52.508,
                29.728,
                -24.915,
                -0.656,
                -24.972,
                -22.289,
                -0.424,
                7.753,
                27.552
            ]
        },
        {
            "start": 2.3859,
            "duration": 0.27279,
            "confidence": 1.0,
            "loudness_start": -37.705,
            "loudness_max_time": 0.03593,
            "loudness_max": -13.085,
            "loudness_end": 0.0,
            "pitches": [
                0.954,
                1.0,
                0.887,
                0.923,
                0.795,
                0.687,
                0.948,
                0.774,
                0.768,
                0.799,
                0.755,
                0.995
            ],
            "timbre": [
                38.779,
                146.515,
                61.676,
                183.78,
                52.308,
                -23.296,
                -11.282,
                44.738,
                -11.799,
                -27.779,
                -39.641,
                16.555
            ]
        },
        {
            "start": 2.65868,
            "duration": 0.11615,
            "confidence": 0.793,
            "loudness_start": -38.745,
            "loudness_max_time": 0.02069,
            "loudness_max": -28.314,
            "loudness_end": 0.0,
            "pitches": [
                0.721,
                0.464,
                0.723,
                0.592,
                0.412,
                0.502,
                0.516,
                0.593,
                0.703,
                0.698,
                1.0,
                0.542
            ],
            "timbre": [
                26.873,
                220.947,
                56.154,
                69.706,
                32.42,
                -36.04,
                0.995,
                -32.17,
                -28.067,
                -2.619,
                -2.714,
                18.485
            ]
        },
        {
            "start": 2.77483,
            "duration": 0.26113,
            "confidence": 1.0,
            "loudness_start": -38.973,
            "loudness_max_time": 0.01426,
            "loudness_max": -13.087,
            "loudness_end": 0.0,
            "pitches": [
                0.805,
                0.747,
                0.643,
                0.638,
                0.703,
                0.547,
                0.744,
                0.667,
                0.603,
                0.623,
                0.588,
                1.0
            ],
            "timbre": [
                39.125,
                160.012,
                76.558,
                158.392,
                58.879,
                -22.358,
                -12.274,
                50.553,
                -15.913,
                -16.7,
                -16.079,
                13.899
            ]
        },
        {
            "start": 3.03596,
            "duration": 0.27855,
            "confidence": 1.0,
            "loudness_start": -37.312,
            "loudness_max_time": 0.01516,
            "loudness_max": -13.433,
            "loudness_end": 0.0,
            "pitches": [
                0.855,
                0.857,
                0.703,
                0.706,
                0.74,
                0.573,
                0.786,
                0.712,
                0.629,
                0.619,
                0.573,
                1.0
            ],
            "timbre": [
                38.261,
                141.303,
                72.982,
                158.139,
                54.298,
                -35.166,
                -10.387,
                57.44,
                -21.958,
                -6.69,
                -10.647,
                17.551
            ]
        },
        {
            "start": 3.31451,
            "duration": 0.11039,
            "confidence": 0.713,
            "loudness_start": -38.571,
            "loudness_max_time": 0.02925,
            "loudness_max": -28.454,
            "loudness_end": 0.0,
            "pitches": [
                0.875,
                0.682,
                0.942,
                0.822,
                0.706,
                0.643,
                0.716,
                0.874,
                0.875,
                0.624,
                1.0,
                0.598
            ],
            "timbre": [
                27.723,
                223.731,
                58.846,
                58.218,
                35.937,
                -31.22,
                -3.165,
                -19.42,
                -22.007,
                -0.985,
                0.802,
                33.478
            ]
        },
        {
            "start": 3.4249,
            "duration": 0.28472,
            "confidence": 1.0,
            "loudness_start": -36.779,
            "loudness_max_time": 0.01872,
            "loudness_max": -13.198,
            "loudness_end": 0.0,
            "pitches": [
                0.867,
                0.802,
                0.738,
                0.713,
                0.73,
                0.56,
                0.816,
                0.698,
                0.654,
                0.65,
                0.672,
                1.0
            ],
            "timbre": [
                38.658,
                163.238,
                69.87,
                169.664,
                63.071,
                -0.398,
                -8.837,
                54.711,
                -16.73,
                -17.608,
                -14.036,
                8.891
            ]
        },
        {
            "start": 3.70961,
            "duration": 0.12154,
            "confidence": 0.494,
            "loudness_start": -38.719,
            "loudness_max_time": 0.0157,
            "loudness_max": -31.443,
            "loudness_end": 0.0,
            "pitches": [
                0.886,
                0.768,
                0.828,
                0.612,
                0.465,
                0.542,
                0.555,
                0.854,
                0.878,
                0.78,
                1.0,
                0.703
            ],
            "timbre": [
                24.301,
                174.972,
                43.319,
                58.001,
                22.821,
                -49.485,
                8.811,
                -11.654,
                -30.686,
                5.646,
                -9.736,
                19.766
            ]
        },
        {
            "start": 3.83116,
            "duration": 0.1161,
            "confidence": 0.893,
            "loudness_start": -40.753,
            "loudness_max_time": 0.03083,
            "loudness_max": -28.662,
            "loudness_end": 0.0,
            "pitches": [
                0.71,
                0.57,
                0.944,
                0.7,
                0.592,
                0.614,
                0.702,
                0.821,
                0.905,
                0.585,
                1.0,
                0.621
            ],
            "timbre": [
                27.425,
                224.973,
                54.84,
                53.249,
                37.41,
                -5.133,
                3.356,
                -17.959,
                -22.947,
                -0.611,
                7.844,
                31.196
            ]
        },
        {
            "start": 3.94726,
            "duration": 0.27891,
            "confidence": 1.0,
            "loudness_start": -37.642,
            "loudness_max_time": 0.01509,
            "loudness_max": -13.232,
            "loudness_end": 0.0,
            "pitches": [
                0.907,
                0.865,
                0.743,
                0.715,
                0.8,
                0.61,
                0.853,
                0.712,
                0.68,
                0.715,
                0.663,
                1.0
            ],
            "timbre": [
                38.385,
                153.91,
                75.136,
                169.781,
                59.186,
                -13.126,
                -9.472,
                54.315,
                -17.62,
                -10.486,
                -12.717,
                8.988
            ]
        },
        {
            "start": 4.22617,
            "duration": 0.13333,
            "confidence": 0.512,
            "loudness_start": -39.178,
            "loudness_max_time": 0.02006,
            "loudness_max": -31.509,
            "loudness_end": 0.0,
            "pitches": [
                0.779,
                0.51,
                0.57,
                0.404,
                0.311,
                0.364,
                0.403,
                0.609,
                0.775,
                0.698,
                1.0,
                0.502
            ],
            "timbre": [
                24.409,
                183.173,
                47.742,
                55.871,
                29.2,
                -39.24,
                9.508,
                -9.49,
                -29.052,
                1.846,
                -0.743,
                20.104
            ]
        },
        {
            "start": 4.3595,
            "duration": 0.11039,
            "confidence": 0.898,
            "loudness_start": -40.957,
            "loudness_max_time": 0.02413,
            "loudness_max": -28.235,
            "loudness_end": 0.0,
            "pitches": [
                0.539,
                0.533,
                1.0,
                0.764,
                0.614,
                0.641,
                0.706,
                0.83,
                0.875,
                0.508,
                0.872,
                0.652
            ],
            "timbre": [
                27.804,
                223.36,
                58.877,
                61.227,
                29.834,
                -32.708,
                -5.025,
                -23.769,
                -21.759,
                -1.034,
                -3.969,
                33.216
            ]
        },
        {
            "start": 4.46989,
            "duration": 0.2727,
            "confidence": 1.0,
            "loudness_start": -37.713,
            "loudness_max_time": 0.01419,
            "loudness_max": -12.778,
            "loudness_end": 0.0,
            "pitches": [
                0.892,
                0.875,
                0.772,
                0.793,
                0.724,
                0.618,
                0.853,
                0.699,
                0.685,
                0.702,
                0.653,
                1.0
            ],
            "timbre": [
                38.589,
                146.621,
                62.863,
                177.408,
                53.202,
                -10.089,
                -7.362,
                44.634,
                -14.564,
                -21.493,
                -26.698,
                14.529
            ]
        },
        {
            "start": 4.74259,
            "duration": 0.11624,
            "confidence": 0.807,
            "loudness_start": -39.179,
            "loudness_max_time": 0.02357,
            "loudness_max": -27.694,
            "loudness_end": 0.0,
            "pitches": [
                0.726,
                0.507,
                0.873,
                0.755,
                0.515,
                0.575,
                0.632,
                0.761,
                0.755,
                0.731,
                1.0,
                0.788
            ],
            "timbre": [
                27.001,
                224.696,
                54.473,
                77.455,
                31.337,
                -24.558,
                -0.936,
                -27.678,
                -26.627,
                -1.675,
                -4.053,
                16.477
            ]
        },
        {
            "start": 4.85882,
            "duration": 0.26712,
            "confidence": 1.0,
            "loudness_start": -38.937,
            "loudness_max_time": 0.02237,
            "loudness_max": -12.985,
            "loudness_end": 0.0,
            "pitches": [
                0.876,
                0.826,
                0.715,
                0.743,
                0.788,
                0.608,
                0.811,
                0.721,
                0.653,
                0.677,
                0.659,
                1.0
            ],
            "timbre": [
                38.787,
                161.634,
                74.804,
                160.36,
                60.734,
                1.758,
                -8.277,
                50.527,
                -16.958,
                -7.325,
                -2.206,
                13.033
            ]
        },
        {
            "start": 5.12594,
            "duration": 0.27855,
            "confidence": 1.0,
            "loudness_start": -36.648,
            "loudness_max_time": 0.01322,
            "loudness_max": -13.714,
            "loudness_end": 0.0,
            "pitches": [
                0.864,
                0.853,
                0.716,
                0.693,
                0.705,
                0.563,
                0.746,
                0.684,
                0.62,
                0.583,
                0.543,
                1.0
            ],
            "timbre": [
                38.412,
                141.842,
                73.81,
                160.301,
                52.024,
                -44.249,
                -15.887,
                57.838,
                -17.888,
                -12.302,
                -19.128,
                14.342
            ]
        },
        {
            "start": 5.40449,
            "duration": 0.11029,
            "confidence": 0.703,
            "loudness_start": -38.857,
            "loudness_max_time": 0.02365,
            "loudness_max": -28.014,
            "loudness_end": 0.0,
            "pitches": [
                0.819,
                0.592,
                0.699,
                0.628,
                0.524,
                0.469,
                0.624,
                0.765,
                0.892,
                0.708,
                1.0,
                0.505
            ],
            "timbre": [
                28.176,
                222.92,
                68.988,
                54.372,
                26.158,
                -43.144,
                -4.642,
                -20.704,
                -22.499,
                1.606,
                5.167,
                31.871
            ]
        },
        {
            "start": 5.51478,
            "duration": 0.27882,
            "confidence": 1.0,
            "loudness_start": -36.353,
            "loudness_max_time": 0.02971,
            "loudness_max": -12.901,
            "loudness_end": 0.0,
            "pitches": [
                0.621,
                0.693,
                0.489,
                0.414,
                0.495,
                0.368,
                0.477,
                0.561,
                0.634,
                1.0,
                0.578,
                0.741
            ],
            "timbre": [
                41.57,
                134.462,
                102.563,
                127.227,
                74.333,
                -13.584,
                2.065,
                6.592,
                -11.266,
                -14.76,
                -19.084,
                4.805
            ]
        },
        {
            "start": 5.79361,
            "duration": 0.24948,
            "confidence": 1.0,
            "loudness_start": -28.677,
            "loudness_max_time": 0.19716,
            "loudness_max": -10.699,
            "loudness_end": 0.0,
            "pitches": [
                0.163,
                0.536,
                0.859,
                0.616,
                1.0,
                0.418,
                0.09,
                0.072,
                0.185,
                0.276,
                0.278,
                0.396
            ],
            "timbre": [
                46.45,
                87.147,
                157.897,
                31.33,
                62.518,
                -27.058,
                27.602,
                40.398,
                -44.535,
                32.71,
                26.143,
                34.825
            ]
        },
        {
            "start": 6.04308,
            "duration": 0.31946,
            "confidence": 0.514,
            "loudness_start": -15.2,
            "loudness_max_time": 0.07033,
            "loudness_max": -7.877,
            "loudness_end": 0.0,
            "pitches": [
                0.249,
                0.153,
                0.17,
                0.509,
                1.0,
                0.284,
                0.077,
                0.072,
                0.089,
                0.153,
                0.21,
                0.85
            ],
            "timbre": [
                48.048,
                111.423,
                103.548,
                77.885,
                72.542,
                -14.703,
                6.552,
                -53.954,
                -35.533,
                9.544,
                -49.66,
                14.528
            ]
        },
        {
            "start": 6.36254,
            "duration": 0.1912,
            "confidence": 0.909,
            "loudness_start": -24.662,
            "loudness_max_time": 0.1316,
            "loudness_max": -8.463,
            "loudness_end": 0.0,
            "pitches": [
                0.061,
                0.147,
                0.223,
                0.333,
                1.0,
                0.186,
                0.037,
                0.021,
                0.038,
                0.071,
                0.043,
                0.121
            ],
            "timbre": [
                45.755,
                137.188,
                45.591,
                -81.054,
                96.083,
                8.027,
                2.807,
                -76.674,
                -2.386,
                41.431,
                15.321,
                -7.786
            ]
        },
        {
            "start": 6.55374,
            "duration": 0.26023,
            "confidence": 0.336,
            "loudness_start": -10.651,
            "loudness_max_time": 0.02455,
            "loudness_max": -7.228,
            "loudness_end": 0.0,
            "pitches": [
                0.032,
                0.074,
                0.045,
                0.515,
                1.0,
                0.121,
                0.047,
                0.042,
                0.04,
                0.056,
                0.033,
                0.05
            ],
            "timbre": [
                49.764,
                70.205,
                23.141,
                43.668,
                52.834,
                -18.613,
                -52.235,
                -38.64,
                13.867,
                2.94,
                -21.634,
                27.833
            ]
        },
        {
            "start": 6.81397,
            "duration": 0.14,
            "confidence": 0.259,
            "loudness_start": -16.578,
            "loudness_max_time": 0.04847,
            "loudness_max": -12.312,
            "loudness_end": 0.0,
            "pitches": [
                0.017,
                0.073,
                1.0,
                0.1,
                0.042,
                0.01,
                0.013,
                0.007,
                0.018,
                0.116,
                0.014,
                0.011
            ],
            "timbre": [
                45.868,
                -30.312,
                19.785,
                -23.165,
                86.109,
                -33.147,
                0.623,
                -29.721,
                -13.79,
                2.482,
                -0.642,
                23.784
            ]
        },
        {
            "start": 6.95397,
            "duration": 0.14558,
            "confidence": 0.63,
            "loudness_start": -15.599,
            "loudness_max_time": 0.01905,
            "loudness_max": -9.028,
            "loudness_end": 0.0,
            "pitches": [
                0.115,
                0.735,
                1.0,
                0.114,
                0.097,
                0.06,
                0.088,
                0.074,
                0.175,
                0.256,
                0.07,
                0.075
            ],
            "timbre": [
                47.695,
                14.849,
                38.37,
                62.229,
                70.128,
                -33.342,
                -20.19,
                -21.374,
                -1.778,
                -6.713,
                -32.595,
                6.388
            ]
        },
        {
            "start": 7.09955,
            "duration": 0.11596,
            "confidence": 0.457,
            "loudness_start": -19.848,
            "loudness_max_time": 0.08048,
            "loudness_max": -14.084,
            "loudness_end": 0.0,
            "pitches": [
                0.223,
                1.0,
                0.165,
                0.059,
                0.081,
                0.098,
                0.03,
                0.079,
                0.33,
                0.078,
                0.05,
                0.062
            ],
            "timbre": [
                44.797,
                -17.929,
                50.211,
                -19.026,
                104.268,
                -36.713,
                -10.007,
                1.243,
                -15.669,
                27.243,
                3.827,
                6.471
            ]
        },
        {
            "start": 7.21551,
            "duration": 0.2556,
            "confidence": 0.442,
            "loudness_start": -15.892,
            "loudness_max_time": 0.00541,
            "loudness_max": -10.556,
            "loudness_end": 0.0,
            "pitches": [
                0.062,
                0.202,
                1.0,
                0.119,
                0.032,
                0.029,
                0.054,
                0.029,
                0.059,
                0.136,
                0.033,
                0.042
            ],
            "timbre": [
                46.365,
                48.13,
                44.598,
                45.662,
                55.721,
                -38.134,
                -11.788,
                -19.765,
                -35.334,
                4.888,
                -31.937,
                14.505
            ]
        },
        {
            "start": 7.47111,
            "duration": 0.13365,
            "confidence": 0.985,
            "loudness_start": -20.93,
            "loudness_max_time": 0.08692,
            "loudness_max": -7.278,
            "loudness_end": 0.0,
            "pitches": [
                0.086,
                0.088,
                0.095,
                0.159,
                0.315,
                1.0,
                0.234,
                0.032,
                0.024,
                0.091,
                0.04,
                0.038
            ],
            "timbre": [
                47.914,
                76.98,
                44.96,
                -94.629,
                60.071,
                24.812,
                -35.073,
                60.997,
                -11.17,
                -0.811,
                26.594,
                13.14
            ]
        },
        {
            "start": 7.60476,
            "duration": 0.41764,
            "confidence": 0.218,
            "loudness_start": -10.714,
            "loudness_max_time": 0.04535,
            "loudness_max": -6.547,
            "loudness_end": 0.0,
            "pitches": [
                0.032,
                0.21,
                0.492,
                0.522,
                1.0,
                0.076,
                0.05,
                0.066,
                0.091,
                0.074,
                0.066,
                0.101
            ],
            "timbre": [
                49.621,
                115.02,
                33.159,
                78.456,
                36.067,
                -10.582,
                -40.507,
                -42.58,
                -23.522,
                -11.076,
                -45.038,
                34.465
            ]
        },
        {
            "start": 8.0224,
            "duration": 0.35964,
            "confidence": 0.929,
            "loudness_start": -25.625,
            "loudness_max_time": 0.11282,
            "loudness_max": -11.405,
            "loudness_end": 0.0,
            "pitches": [
                0.796,
                1.0,
                0.646,
                0.637,
                0.74,
                0.551,
                0.704,
                0.729,
                0.967,
                0.93,
                0.758,
                0.906
            ],
            "timbre": [
                38.98,
                130.952,
                90.666,
                -29.326,
                94.899,
                -11.013,
                15.927,
                1.547,
                -31.211,
                7.339,
                -31.623,
                43.783
            ]
        },
        {
            "start": 8.38204,
            "duration": 0.14531,
            "confidence": 1.0,
            "loudness_start": -27.748,
            "loudness_max_time": 0.08452,
            "loudness_max": -8.687,
            "loudness_end": 0.0,
            "pitches": [
                0.034,
                0.222,
                1.0,
                0.268,
                0.069,
                0.043,
                0.264,
                0.024,
                0.028,
                0.155,
                0.078,
                0.026
            ],
            "timbre": [
                48.062,
                56.215,
                95.665,
                -34.27,
                63.852,
                26.643,
                -0.908,
                28.562,
                -32.142,
                5.192,
                26.559,
                15.422
            ]
        },
        {
            "start": 8.52735,
            "duration": 0.3717,
            "confidence": 0.307,
            "loudness_start": -9.884,
            "loudness_max_time": 0.02416,
            "loudness_max": -6.262,
            "loudness_end": 0.0,
            "pitches": [
                0.266,
                0.403,
                0.365,
                0.69,
                0.876,
                0.214,
                0.27,
                0.374,
                0.524,
                0.259,
                0.609,
                1.0
            ],
            "timbre": [
                50.492,
                137.737,
                122.996,
                63.37,
                54.804,
                -33.289,
                4.097,
                13.959,
                -16.756,
                -13.179,
                -13.495,
                15.117
            ]
        },
        {
            "start": 8.89905,
            "duration": 0.1454,
            "confidence": 0.617,
            "loudness_start": -18.312,
            "loudness_max_time": 0.09756,
            "loudness_max": -10.293,
            "loudness_end": 0.0,
            "pitches": [
                0.045,
                0.059,
                1.0,
                0.397,
                0.027,
                0.014,
                0.045,
                0.017,
                0.025,
                0.143,
                0.044,
                0.027
            ],
            "timbre": [
                47.72,
                50.345,
                40.023,
                -35.482,
                42.18,
                -12.626,
                -31.254,
                -21.708,
                -20.265,
                15.833,
                5.513,
                14.233
            ]
        },
        {
            "start": 9.04444,
            "duration": 0.26091,
            "confidence": 0.192,
            "loudness_start": -13.689,
            "loudness_max_time": 0.00317,
            "loudness_max": -8.706,
            "loudness_end": 0.0,
            "pitches": [
                0.465,
                1.0,
                0.352,
                0.265,
                0.281,
                0.156,
                0.142,
                0.134,
                0.201,
                0.197,
                0.189,
                0.231
            ],
            "timbre": [
                48.031,
                73.829,
                37.016,
                35.236,
                31.403,
                -48.883,
                -39.467,
                22.2,
                -11.02,
                -15.599,
                -4.912,
                6.186
            ]
        },
        {
            "start": 9.30535,
            "duration": 0.38281,
            "confidence": 0.614,
            "loudness_start": -17.546,
            "loudness_max_time": 0.13631,
            "loudness_max": -10.921,
            "loudness_end": 0.0,
            "pitches": [
                0.124,
                0.744,
                1.0,
                0.162,
                0.032,
                0.046,
                0.066,
                0.039,
                0.135,
                0.193,
                0.093,
                0.075
            ],
            "timbre": [
                45.644,
                55.582,
                66.461,
                65.001,
                74.381,
                -31.844,
                -20.441,
                27.388,
                -34.979,
                4.583,
                -34.496,
                23.199
            ]
        },
        {
            "start": 9.68816,
            "duration": 0.35279,
            "confidence": 1.0,
            "loudness_start": -28.701,
            "loudness_max_time": 0.01814,
            "loudness_max": -3.765,
            "loudness_end": 0.0,
            "pitches": [
                0.997,
                0.634,
                0.304,
                0.147,
                0.15,
                0.12,
                0.245,
                0.581,
                0.774,
                1.0,
                0.582,
                0.858
            ],
            "timbre": [
                49.62,
                27.77,
                -37.2,
                58.528,
                7.541,
                -41.499,
                27.28,
                35.797,
                -13.114,
                11.483,
                10.206,
                29.714
            ]
        },
        {
            "start": 10.04095,
            "duration": 0.15252,
            "confidence": 0.278,
            "loudness_start": -23.173,
            "loudness_max_time": 0.09176,
            "loudness_max": -18.802,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.414,
                0.097,
                0.094,
                0.25,
                0.252,
                0.244,
                0.224,
                0.288,
                0.379,
                0.737,
                0.135
            ],
            "timbre": [
                38.709,
                26.842,
                -24.199,
                -41.149,
                13.88,
                -46.907,
                35.893,
                23.588,
                35.129,
                12.918,
                -24.106,
                18.309
            ]
        },
        {
            "start": 10.19347,
            "duration": 0.42993,
            "confidence": 1.0,
            "loudness_start": -24.503,
            "loudness_max_time": 0.03545,
            "loudness_max": -7.742,
            "loudness_end": 0.0,
            "pitches": [
                0.282,
                0.218,
                0.12,
                0.114,
                0.088,
                0.192,
                0.533,
                1.0,
                0.903,
                0.512,
                0.36,
                0.334
            ],
            "timbre": [
                44.545,
                14.175,
                -53.263,
                -1.42,
                21.388,
                49.836,
                18.097,
                25.85,
                34.628,
                -2.966,
                -0.278,
                0.758
            ]
        },
        {
            "start": 10.6234,
            "duration": 0.0927,
            "confidence": 0.263,
            "loudness_start": -23.444,
            "loudness_max_time": 0.02141,
            "loudness_max": -19.079,
            "loudness_end": 0.0,
            "pitches": [
                0.186,
                0.121,
                0.074,
                0.075,
                0.504,
                0.498,
                0.997,
                1.0,
                0.372,
                0.407,
                0.193,
                0.161
            ],
            "timbre": [
                39.396,
                50.72,
                -27.898,
                -29.443,
                15.118,
                -56.63,
                29.855,
                -19.605,
                37.126,
                18.064,
                -8.312,
                13.113
            ]
        },
        {
            "start": 10.7161,
            "duration": 0.24254,
            "confidence": 1.0,
            "loudness_start": -21.302,
            "loudness_max_time": 0.06649,
            "loudness_max": -5.542,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.57,
                0.417,
                0.348,
                0.252,
                0.219,
                0.244,
                0.456,
                0.594,
                0.707,
                0.521,
                0.919
            ],
            "timbre": [
                48.753,
                23.534,
                -28.851,
                32.922,
                27.685,
                20.25,
                53.107,
                26.351,
                -20.103,
                27.273,
                -16.8,
                14.331
            ]
        },
        {
            "start": 10.95864,
            "duration": 0.13161,
            "confidence": 0.014,
            "loudness_start": -21.074,
            "loudness_max_time": 0.05636,
            "loudness_max": -17.694,
            "loudness_end": 0.0,
            "pitches": [
                0.821,
                0.773,
                0.411,
                0.422,
                1.0,
                0.973,
                0.855,
                0.857,
                0.184,
                0.216,
                0.823,
                0.115
            ],
            "timbre": [
                39.972,
                12.125,
                -53.306,
                -40.623,
                21.84,
                -43.185,
                44.624,
                36.878,
                11.902,
                -16.893,
                -21.795,
                -0.786
            ]
        },
        {
            "start": 11.09025,
            "duration": 0.3019,
            "confidence": 1.0,
            "loudness_start": -22.93,
            "loudness_max_time": 0.05736,
            "loudness_max": -5.103,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.588,
                0.373,
                0.2,
                0.321,
                0.234,
                0.349,
                0.73,
                0.446,
                0.352,
                0.269,
                0.952
            ],
            "timbre": [
                45.32,
                -11.43,
                -12.438,
                -79.766,
                36.428,
                46.802,
                52.578,
                16.1,
                6.686,
                -31.477,
                -44.526,
                3.671
            ]
        },
        {
            "start": 11.39215,
            "duration": 0.14866,
            "confidence": 0.945,
            "loudness_start": -19.095,
            "loudness_max_time": 0.07109,
            "loudness_max": -6.791,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.755,
                0.077,
                0.047,
                0.27,
                0.274,
                0.553,
                0.479,
                0.657,
                0.847,
                0.841,
                0.228
            ],
            "timbre": [
                51.013,
                24.042,
                17.392,
                -29.991,
                9.462,
                -1.88,
                31.599,
                3.483,
                -17.953,
                19.581,
                9.095,
                -3.08
            ]
        },
        {
            "start": 11.54082,
            "duration": 0.24263,
            "confidence": 0.398,
            "loudness_start": -10.705,
            "loudness_max_time": 0.05362,
            "loudness_max": -5.519,
            "loudness_end": 0.0,
            "pitches": [
                0.204,
                0.177,
                0.121,
                0.078,
                0.084,
                0.744,
                0.536,
                0.138,
                0.118,
                0.172,
                0.194,
                1.0
            ],
            "timbre": [
                50.347,
                54.658,
                3.694,
                30.682,
                13.168,
                -9.694,
                10.75,
                8.861,
                26.993,
                -17.049,
                -40.924,
                10.213
            ]
        },
        {
            "start": 11.78345,
            "duration": 0.39578,
            "confidence": 0.863,
            "loudness_start": -17.843,
            "loudness_max_time": 0.02607,
            "loudness_max": -6.941,
            "loudness_end": 0.0,
            "pitches": [
                0.253,
                0.202,
                0.108,
                0.063,
                0.061,
                0.173,
                0.58,
                1.0,
                0.619,
                0.339,
                0.244,
                0.26
            ],
            "timbre": [
                47.571,
                36.354,
                -69.03,
                55.597,
                -9.699,
                -47.547,
                -2.201,
                -5.31,
                23.702,
                -6.906,
                -30.112,
                11.933
            ]
        },
        {
            "start": 12.17923,
            "duration": 0.0985,
            "confidence": 0.107,
            "loudness_start": -22.648,
            "loudness_max_time": 0.02967,
            "loudness_max": -19.11,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.844,
                0.305,
                0.24,
                0.351,
                0.336,
                0.197,
                0.201,
                0.544,
                0.504,
                0.978,
                0.36
            ],
            "timbre": [
                38.677,
                44.074,
                -35.439,
                -8.883,
                3.694,
                -41.36,
                43.985,
                -18.534,
                8.604,
                -9.013,
                -0.228,
                42.101
            ]
        },
        {
            "start": 12.27773,
            "duration": 0.418,
            "confidence": 1.0,
            "loudness_start": -23.656,
            "loudness_max_time": 0.07667,
            "loudness_max": -6.55,
            "loudness_end": 0.0,
            "pitches": [
                0.31,
                0.225,
                0.131,
                0.124,
                0.124,
                0.194,
                0.534,
                1.0,
                0.767,
                0.457,
                0.3,
                0.364
            ],
            "timbre": [
                45.141,
                3.758,
                -29.993,
                -1.462,
                30.491,
                46.708,
                56.828,
                48.257,
                5.807,
                -15.415,
                -15.303,
                17.251
            ]
        },
        {
            "start": 12.69574,
            "duration": 0.1337,
            "confidence": 0.138,
            "loudness_start": -20.773,
            "loudness_max_time": 0.03294,
            "loudness_max": -17.491,
            "loudness_end": 0.0,
            "pitches": [
                0.99,
                0.577,
                0.15,
                0.11,
                0.288,
                0.334,
                0.285,
                0.257,
                0.347,
                0.395,
                1.0,
                0.108
            ],
            "timbre": [
                39.755,
                36.699,
                -21.059,
                6.585,
                6.885,
                -44.405,
                54.963,
                -14.432,
                -6.223,
                -13.166,
                0.443,
                29.161
            ]
        },
        {
            "start": 12.82943,
            "duration": 0.38263,
            "confidence": 1.0,
            "loudness_start": -24.557,
            "loudness_max_time": 0.01173,
            "loudness_max": -4.57,
            "loudness_end": 0.0,
            "pitches": [
                0.274,
                0.2,
                0.165,
                0.087,
                0.095,
                0.195,
                0.626,
                1.0,
                0.667,
                0.406,
                0.345,
                0.26
            ],
            "timbre": [
                49.428,
                15.04,
                -28.899,
                67.992,
                -9.339,
                -59.617,
                40.996,
                13.941,
                -23.764,
                -4.962,
                -21.16,
                29.793
            ]
        },
        {
            "start": 13.21206,
            "duration": 0.26907,
            "confidence": 0.991,
            "loudness_start": -18.785,
            "loudness_max_time": 0.01924,
            "loudness_max": -4.781,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.496,
                0.246,
                0.123,
                0.212,
                0.117,
                0.192,
                0.468,
                0.283,
                0.301,
                0.204,
                0.984
            ],
            "timbre": [
                49.073,
                52.058,
                -60.845,
                38.154,
                12.414,
                -38.951,
                3.169,
                42.671,
                -9.492,
                26.459,
                -6.423,
                5.63
            ]
        },
        {
            "start": 13.48113,
            "duration": 0.2068,
            "confidence": 0.939,
            "loudness_start": -20.33,
            "loudness_max_time": 0.06862,
            "loudness_max": -6.98,
            "loudness_end": 0.0,
            "pitches": [
                0.366,
                0.689,
                0.574,
                0.15,
                0.22,
                0.37,
                0.308,
                0.512,
                0.68,
                0.802,
                0.453,
                1.0
            ],
            "timbre": [
                51.118,
                49.228,
                5.145,
                -30.151,
                9.513,
                -27.178,
                38.828,
                23.46,
                -21.882,
                33.823,
                0.609,
                12.007
            ]
        },
        {
            "start": 13.68794,
            "duration": 0.18,
            "confidence": 0.184,
            "loudness_start": -9.924,
            "loudness_max_time": 0.05268,
            "loudness_max": -6.093,
            "loudness_end": 0.0,
            "pitches": [
                0.43,
                0.596,
                0.495,
                0.533,
                1.0,
                0.962,
                0.55,
                0.489,
                0.233,
                0.247,
                0.13,
                0.745
            ],
            "timbre": [
                51.444,
                100.653,
                23.413,
                -9.247,
                14.482,
                -32.699,
                -6.07,
                5.517,
                9.806,
                -8.311,
                -2.946,
                -0.757
            ]
        },
        {
            "start": 13.86794,
            "duration": 0.1859,
            "confidence": 0.11,
            "loudness_start": -10.121,
            "loudness_max_time": 0.01392,
            "loudness_max": -7.918,
            "loudness_end": 0.0,
            "pitches": [
                0.236,
                0.144,
                0.146,
                0.176,
                0.197,
                0.187,
                0.177,
                0.128,
                0.12,
                0.231,
                0.229,
                1.0
            ],
            "timbre": [
                48.915,
                104.119,
                35.877,
                48.603,
                14.743,
                -34.687,
                -23.865,
                18.659,
                -5.432,
                -13.726,
                -17.747,
                10.257
            ]
        },
        {
            "start": 14.05383,
            "duration": 0.11664,
            "confidence": 0.517,
            "loudness_start": -18.499,
            "loudness_max_time": 0.04006,
            "loudness_max": -12.724,
            "loudness_end": 0.0,
            "pitches": [
                0.626,
                0.833,
                0.757,
                0.525,
                0.58,
                0.338,
                0.224,
                0.343,
                0.422,
                0.736,
                0.578,
                1.0
            ],
            "timbre": [
                45.386,
                168.911,
                115.215,
                40.479,
                73.315,
                -9.556,
                43.395,
                -22.413,
                -35.914,
                -11.784,
                -1.877,
                19.545
            ]
        },
        {
            "start": 14.17048,
            "duration": 0.19025,
            "confidence": 0.757,
            "loudness_start": -16.752,
            "loudness_max_time": 0.04626,
            "loudness_max": -7.909,
            "loudness_end": 0.0,
            "pitches": [
                0.103,
                0.13,
                0.687,
                1.0,
                0.617,
                0.182,
                0.258,
                0.254,
                0.156,
                0.7,
                0.339,
                0.162
            ],
            "timbre": [
                48.393,
                80.473,
                78.237,
                93.672,
                53.377,
                -9.561,
                -12.861,
                -7.475,
                -16.857,
                -21.828,
                -43.865,
                21.716
            ]
        },
        {
            "start": 14.36073,
            "duration": 0.27937,
            "confidence": 1.0,
            "loudness_start": -22.395,
            "loudness_max_time": 0.0665,
            "loudness_max": -6.183,
            "loudness_end": 0.0,
            "pitches": [
                0.078,
                0.08,
                0.083,
                0.072,
                1.0,
                0.402,
                0.075,
                0.038,
                0.066,
                0.087,
                0.039,
                0.12
            ],
            "timbre": [
                47.558,
                56.672,
                48.092,
                -25.973,
                55.103,
                67.793,
                -24.185,
                21.341,
                -6.005,
                -25.64,
                -4.421,
                6.784
            ]
        },
        {
            "start": 14.64009,
            "duration": 0.48195,
            "confidence": 0.591,
            "loudness_start": -15.723,
            "loudness_max_time": 0.16518,
            "loudness_max": -7.808,
            "loudness_end": 0.0,
            "pitches": [
                0.12,
                0.252,
                0.204,
                0.211,
                1.0,
                0.24,
                0.17,
                0.187,
                0.361,
                0.232,
                0.214,
                0.835
            ],
            "timbre": [
                49.425,
                111.62,
                89.721,
                8.113,
                40.112,
                -14.646,
                -23.424,
                3.849,
                -48.706,
                -18.248,
                5.593,
                -3.356
            ]
        },
        {
            "start": 15.12204,
            "duration": 0.17447,
            "confidence": 0.328,
            "loudness_start": -18.755,
            "loudness_max_time": 0.05924,
            "loudness_max": -14.606,
            "loudness_end": 0.0,
            "pitches": [
                0.018,
                0.159,
                1.0,
                0.187,
                0.059,
                0.019,
                0.034,
                0.021,
                0.043,
                0.151,
                0.036,
                0.036
            ],
            "timbre": [
                43.23,
                27.725,
                35.054,
                7.729,
                49.471,
                -23.534,
                -39.621,
                -33.735,
                20.512,
                1.853,
                -28.481,
                14.444
            ]
        },
        {
            "start": 15.29651,
            "duration": 0.15061,
            "confidence": 0.873,
            "loudness_start": -22.719,
            "loudness_max_time": 0.02365,
            "loudness_max": -10.829,
            "loudness_end": 0.0,
            "pitches": [
                0.94,
                0.966,
                1.0,
                0.931,
                0.72,
                0.547,
                0.725,
                0.711,
                0.613,
                0.786,
                0.648,
                0.852
            ],
            "timbre": [
                46.717,
                168.743,
                120.311,
                45.512,
                68.941,
                0.282,
                7.89,
                13.445,
                -21.725,
                -53.031,
                3.886,
                -1.696
            ]
        },
        {
            "start": 15.44712,
            "duration": 0.08753,
            "confidence": 0.603,
            "loudness_start": -18.257,
            "loudness_max_time": 0.00275,
            "loudness_max": -9.284,
            "loudness_end": 0.0,
            "pitches": [
                0.036,
                0.541,
                1.0,
                0.053,
                0.038,
                0.149,
                0.062,
                0.015,
                0.079,
                0.464,
                0.054,
                0.03
            ],
            "timbre": [
                48.041,
                46.102,
                98.553,
                47.821,
                101.613,
                -60.288,
                11.471,
                -13.648,
                -4.178,
                15.634,
                -6.868,
                30.306
            ]
        },
        {
            "start": 15.53465,
            "duration": 0.28385,
            "confidence": 0.33,
            "loudness_start": -14.072,
            "loudness_max_time": 0.03691,
            "loudness_max": -8.946,
            "loudness_end": 0.0,
            "pitches": [
                0.577,
                0.642,
                1.0,
                0.668,
                0.449,
                0.311,
                0.474,
                0.361,
                0.457,
                0.847,
                0.514,
                0.575
            ],
            "timbre": [
                44.683,
                73.225,
                75.411,
                114.657,
                100.102,
                -32.156,
                -18.821,
                65.937,
                -10.252,
                -27.863,
                -17.183,
                3.441
            ]
        },
        {
            "start": 15.8185,
            "duration": 0.09365,
            "confidence": 1.0,
            "loudness_start": -25.74,
            "loudness_max_time": 0.02551,
            "loudness_max": -7.661,
            "loudness_end": 0.0,
            "pitches": [
                0.065,
                0.084,
                0.114,
                0.19,
                1.0,
                0.775,
                0.105,
                0.141,
                0.055,
                0.113,
                0.044,
                0.048
            ],
            "timbre": [
                49.082,
                142.273,
                12.497,
                -3.743,
                28.427,
                -6.376,
                -87.148,
                -45.822,
                1.343,
                9.318,
                25.601,
                -8.356
            ]
        },
        {
            "start": 15.91215,
            "duration": 0.53923,
            "confidence": 0.43,
            "loudness_start": -12.064,
            "loudness_max_time": 0.04767,
            "loudness_max": -7.516,
            "loudness_end": 0.0,
            "pitches": [
                0.237,
                0.84,
                0.55,
                1.0,
                0.812,
                0.586,
                0.565,
                0.316,
                0.257,
                0.218,
                0.237,
                0.287
            ],
            "timbre": [
                46.492,
                82.436,
                7.803,
                67.089,
                34.893,
                -5.209,
                -57.893,
                -14.093,
                -12.665,
                2.766,
                -40.347,
                32.383
            ]
        },
        {
            "start": 16.45138,
            "duration": 0.27868,
            "confidence": 1.0,
            "loudness_start": -28.774,
            "loudness_max_time": 0.07587,
            "loudness_max": -8.84,
            "loudness_end": 0.0,
            "pitches": [
                0.148,
                1.0,
                0.885,
                0.1,
                0.054,
                0.033,
                0.038,
                0.037,
                0.062,
                0.098,
                0.058,
                0.131
            ],
            "timbre": [
                44.136,
                55.332,
                64.475,
                3.271,
                66.636,
                61.114,
                16.339,
                -0.131,
                -35.328,
                -4.817,
                -8.643,
                21.508
            ]
        },
        {
            "start": 16.73007,
            "duration": 0.15646,
            "confidence": 0.843,
            "loudness_start": -19.901,
            "loudness_max_time": 0.06761,
            "loudness_max": -9.641,
            "loudness_end": 0.0,
            "pitches": [
                0.029,
                0.105,
                1.0,
                0.208,
                0.028,
                0.01,
                0.017,
                0.006,
                0.017,
                0.085,
                0.02,
                0.02
            ],
            "timbre": [
                47.807,
                89.692,
                25.918,
                -38.117,
                27.767,
                12.927,
                -17.16,
                -19.068,
                -59.202,
                -8.917,
                6.566,
                6.559
            ]
        },
        {
            "start": 16.88653,
            "duration": 0.40649,
            "confidence": 0.59,
            "loudness_start": -13.107,
            "loudness_max_time": 0.0164,
            "loudness_max": -6.116,
            "loudness_end": 0.0,
            "pitches": [
                0.287,
                0.284,
                0.231,
                0.462,
                1.0,
                0.328,
                0.183,
                0.297,
                0.454,
                0.198,
                0.361,
                0.915
            ],
            "timbre": [
                50.372,
                118.54,
                130.826,
                79.695,
                37.891,
                -22.02,
                9.481,
                16.14,
                -21.955,
                -41.343,
                -12.77,
                7.426
            ]
        },
        {
            "start": 17.29302,
            "duration": 0.36018,
            "confidence": 0.868,
            "loudness_start": -20.64,
            "loudness_max_time": 0.07633,
            "loudness_max": -9.423,
            "loudness_end": 0.0,
            "pitches": [
                0.202,
                1.0,
                0.541,
                0.1,
                0.109,
                0.09,
                0.11,
                0.103,
                0.359,
                0.212,
                0.082,
                0.133
            ],
            "timbre": [
                44.191,
                118.685,
                72.909,
                -32.39,
                93.919,
                1.176,
                -10.341,
                -64.436,
                -9.616,
                20.185,
                -41.989,
                14.63
            ]
        },
        {
            "start": 17.6532,
            "duration": 0.38163,
            "confidence": 0.607,
            "loudness_start": -19.912,
            "loudness_max_time": 0.07623,
            "loudness_max": -8.061,
            "loudness_end": 0.0,
            "pitches": [
                0.319,
                1.0,
                0.457,
                0.056,
                0.037,
                0.048,
                0.058,
                0.05,
                0.093,
                0.044,
                0.051,
                0.173
            ],
            "timbre": [
                45.329,
                78.517,
                63.332,
                51.589,
                50.344,
                -26.349,
                -11.308,
                -17.355,
                -26.733,
                -8.422,
                -50.149,
                36.662
            ]
        },
        {
            "start": 18.03483,
            "duration": 0.41143,
            "confidence": 1.0,
            "loudness_start": -24.655,
            "loudness_max_time": 0.01961,
            "loudness_max": -6.32,
            "loudness_end": 0.0,
            "pitches": [
                0.281,
                0.208,
                0.129,
                0.08,
                0.08,
                0.164,
                0.573,
                1.0,
                0.58,
                0.484,
                0.24,
                0.29
            ],
            "timbre": [
                46.806,
                -3.429,
                -70.015,
                81.806,
                11.212,
                -30.162,
                9.305,
                10.13,
                3.264,
                16.54,
                -21.338,
                15.427
            ]
        },
        {
            "start": 18.44626,
            "duration": 0.08875,
            "confidence": 0.499,
            "loudness_start": -23.444,
            "loudness_max_time": 0.01436,
            "loudness_max": -19.366,
            "loudness_end": 0.0,
            "pitches": [
                0.225,
                0.078,
                0.055,
                0.055,
                0.477,
                0.47,
                1.0,
                0.998,
                0.484,
                0.515,
                0.204,
                0.186
            ],
            "timbre": [
                38.393,
                41.974,
                -41.486,
                -7.735,
                7.012,
                -60.773,
                30.281,
                -17.638,
                32.127,
                19.016,
                -6.009,
                15.489
            ]
        },
        {
            "start": 18.53501,
            "duration": 0.42694,
            "confidence": 1.0,
            "loudness_start": -23.494,
            "loudness_max_time": 0.04243,
            "loudness_max": -7.479,
            "loudness_end": 0.0,
            "pitches": [
                0.299,
                0.227,
                0.131,
                0.127,
                0.099,
                0.191,
                0.512,
                1.0,
                0.816,
                0.59,
                0.338,
                0.365
            ],
            "timbre": [
                44.493,
                16.664,
                -55.875,
                2.005,
                35.735,
                47.709,
                28.631,
                -2.848,
                14.495,
                7.548,
                -32.193,
                5.317
            ]
        },
        {
            "start": 18.96195,
            "duration": 0.12481,
            "confidence": 0.54,
            "loudness_start": -24.176,
            "loudness_max_time": 0.03172,
            "loudness_max": -19.05,
            "loudness_end": 0.0,
            "pitches": [
                0.985,
                0.529,
                0.119,
                0.105,
                0.288,
                0.325,
                0.276,
                0.283,
                0.465,
                0.661,
                1.0,
                0.103
            ],
            "timbre": [
                38.622,
                24.623,
                -39.767,
                -10.996,
                29.941,
                -30.88,
                39.966,
                -24.434,
                40.861,
                -10.368,
                -6.727,
                10.11
            ]
        },
        {
            "start": 19.08676,
            "duration": 0.24726,
            "confidence": 1.0,
            "loudness_start": -25.228,
            "loudness_max_time": 0.01869,
            "loudness_max": -5.555,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.45,
                0.298,
                0.294,
                0.139,
                0.121,
                0.208,
                0.22,
                0.674,
                0.607,
                0.671,
                0.994
            ],
            "timbre": [
                49.688,
                -3.393,
                -28.412,
                46.758,
                18.627,
                -30.552,
                41.216,
                16.319,
                12.976,
                7.051,
                -30.005,
                17.239
            ]
        },
        {
            "start": 19.33401,
            "duration": 0.11406,
            "confidence": 0.169,
            "loudness_start": -20.959,
            "loudness_max_time": 0.03101,
            "loudness_max": -16.721,
            "loudness_end": 0.0,
            "pitches": [
                0.807,
                1.0,
                0.439,
                0.411,
                0.74,
                0.723,
                0.665,
                0.668,
                0.463,
                0.498,
                0.65,
                0.069
            ],
            "timbre": [
                40.336,
                -2.128,
                -42.972,
                -12.098,
                11.386,
                -49.281,
                53.938,
                -7.297,
                29.237,
                -36.827,
                2.151,
                9.429
            ]
        },
        {
            "start": 19.44807,
            "duration": 0.29478,
            "confidence": 1.0,
            "loudness_start": -21.562,
            "loudness_max_time": 0.0463,
            "loudness_max": -3.842,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.566,
                0.337,
                0.181,
                0.298,
                0.268,
                0.21,
                0.631,
                0.458,
                0.369,
                0.23,
                0.945
            ],
            "timbre": [
                48.103,
                18.675,
                -19.952,
                -19.108,
                32.526,
                49.778,
                51.823,
                -1.749,
                -0.956,
                -0.077,
                -18.383,
                -8.903
            ]
        },
        {
            "start": 19.74286,
            "duration": 0.35841,
            "confidence": 0.78,
            "loudness_start": -17.742,
            "loudness_max_time": 0.06009,
            "loudness_max": -8.382,
            "loudness_end": 0.0,
            "pitches": [
                0.448,
                0.191,
                0.093,
                0.283,
                0.204,
                0.251,
                0.528,
                0.243,
                0.326,
                0.454,
                0.423,
                1.0
            ],
            "timbre": [
                48.501,
                30.108,
                -44.903,
                -5.768,
                8.921,
                -32.368,
                -28.816,
                7.406,
                33.985,
                15.991,
                -28.935,
                5.613
            ]
        },
        {
            "start": 20.10127,
            "duration": 0.43664,
            "confidence": 1.0,
            "loudness_start": -20.284,
            "loudness_max_time": 0.07832,
            "loudness_max": -5.777,
            "loudness_end": 0.0,
            "pitches": [
                0.299,
                0.211,
                0.113,
                0.087,
                0.073,
                0.18,
                0.533,
                1.0,
                0.722,
                0.38,
                0.228,
                0.322
            ],
            "timbre": [
                45.561,
                33.789,
                -54.62,
                13.413,
                22.598,
                32.42,
                41.972,
                -1.586,
                -10.462,
                14.743,
                -35.252,
                8.844
            ]
        },
        {
            "start": 20.53791,
            "duration": 0.07764,
            "confidence": 0.021,
            "loudness_start": -22.14,
            "loudness_max_time": 0.0204,
            "loudness_max": -19.57,
            "loudness_end": 0.0,
            "pitches": [
                0.21,
                0.248,
                0.181,
                0.176,
                0.634,
                0.629,
                1.0,
                1.0,
                0.479,
                0.473,
                0.169,
                0.176
            ],
            "timbre": [
                38.395,
                58.282,
                -39.655,
                -18.415,
                3.27,
                -59.169,
                35.446,
                -12.755,
                6.388,
                12.356,
                -4.77,
                44.871
            ]
        },
        {
            "start": 20.61556,
            "duration": 0.30304,
            "confidence": 0.989,
            "loudness_start": -22.759,
            "loudness_max_time": 0.04645,
            "loudness_max": -7.994,
            "loudness_end": 0.0,
            "pitches": [
                0.994,
                0.582,
                0.315,
                0.352,
                0.216,
                0.163,
                0.201,
                0.423,
                0.574,
                0.532,
                0.604,
                1.0
            ],
            "timbre": [
                45.406,
                37.154,
                -41.561,
                -38.793,
                41.247,
                29.709,
                47.731,
                -7.062,
                -21.511,
                18.735,
                -32.428,
                21.277
            ]
        },
        {
            "start": 20.91859,
            "duration": 0.25805,
            "confidence": 0.557,
            "loudness_start": -21.995,
            "loudness_max_time": 0.08124,
            "loudness_max": -15.758,
            "loudness_end": 0.0,
            "pitches": [
                0.222,
                0.209,
                0.081,
                0.079,
                0.114,
                0.213,
                0.643,
                1.0,
                0.552,
                0.235,
                0.281,
                0.26
            ],
            "timbre": [
                40.756,
                40.444,
                -20.997,
                -25.308,
                6.586,
                -11.718,
                43.245,
                15.522,
                -6.228,
                -19.218,
                -23.209,
                31.53
            ]
        },
        {
            "start": 21.17664,
            "duration": 0.39465,
            "confidence": 1.0,
            "loudness_start": -24.709,
            "loudness_max_time": 0.04863,
            "loudness_max": -4.299,
            "loudness_end": 0.0,
            "pitches": [
                0.275,
                0.199,
                0.169,
                0.083,
                0.088,
                0.191,
                0.633,
                1.0,
                0.671,
                0.36,
                0.32,
                0.247
            ],
            "timbre": [
                49.193,
                60.295,
                -56.56,
                27.117,
                -22.189,
                -9.891,
                -10.279,
                10.944,
                30.955,
                -20.677,
                -34.198,
                13.55
            ]
        },
        {
            "start": 21.57129,
            "duration": 0.26163,
            "confidence": 1.0,
            "loudness_start": -19.308,
            "loudness_max_time": 0.02438,
            "loudness_max": -4.997,
            "loudness_end": 0.0,
            "pitches": [
                0.988,
                0.527,
                0.269,
                0.175,
                0.188,
                0.111,
                0.196,
                0.526,
                0.363,
                0.378,
                0.251,
                1.0
            ],
            "timbre": [
                50.683,
                35.127,
                -31.237,
                36.106,
                2.488,
                -50.822,
                -0.191,
                25.557,
                18.374,
                14.762,
                -23.154,
                -2.446
            ]
        },
        {
            "start": 21.83293,
            "duration": 0.37161,
            "confidence": 0.848,
            "loudness_start": -19.761,
            "loudness_max_time": 0.06015,
            "loudness_max": -6.682,
            "loudness_end": 0.0,
            "pitches": [
                0.209,
                0.094,
                0.094,
                0.105,
                0.105,
                0.28,
                0.918,
                1.0,
                0.506,
                0.363,
                0.378,
                0.473
            ],
            "timbre": [
                50.532,
                55.856,
                -7.802,
                -39.839,
                -4.915,
                -36.57,
                -19.026,
                4.397,
                6.565,
                -0.764,
                -13.87,
                -9.423
            ]
        },
        {
            "start": 22.20454,
            "duration": 0.21456,
            "confidence": 0.389,
            "loudness_start": -11.544,
            "loudness_max_time": 0.02318,
            "loudness_max": -6.975,
            "loudness_end": 0.0,
            "pitches": [
                0.587,
                0.469,
                0.407,
                0.518,
                0.728,
                0.728,
                0.735,
                0.56,
                0.577,
                0.652,
                0.486,
                1.0
            ],
            "timbre": [
                47.301,
                130.709,
                26.032,
                83.208,
                24.485,
                -29.534,
                -9.685,
                6.095,
                3.203,
                -10.565,
                -12.792,
                1.369
            ]
        },
        {
            "start": 22.41909,
            "duration": 0.29583,
            "confidence": 0.791,
            "loudness_start": -18.364,
            "loudness_max_time": 0.08348,
            "loudness_max": -6.316,
            "loudness_end": 0.0,
            "pitches": [
                0.134,
                0.566,
                0.978,
                0.574,
                0.901,
                0.2,
                0.525,
                0.306,
                0.508,
                1.0,
                0.513,
                0.46
            ],
            "timbre": [
                48.709,
                130.867,
                150.89,
                -31.493,
                59.641,
                -14.702,
                14.271,
                -22.492,
                -34.641,
                15.624,
                3.501,
                10.086
            ]
        },
        {
            "start": 22.71492,
            "duration": 0.26694,
            "confidence": 0.444,
            "loudness_start": -10.364,
            "loudness_max_time": 0.04653,
            "loudness_max": -4.636,
            "loudness_end": 0.0,
            "pitches": [
                0.125,
                0.205,
                0.2,
                0.456,
                1.0,
                0.177,
                0.114,
                0.129,
                0.245,
                0.394,
                0.128,
                0.312
            ],
            "timbre": [
                49.691,
                111.849,
                52.626,
                106.153,
                101.157,
                -8.527,
                -14.987,
                18.391,
                -7.733,
                -0.993,
                -53.014,
                33.046
            ]
        },
        {
            "start": 22.98186,
            "duration": 0.26748,
            "confidence": 1.0,
            "loudness_start": -24.907,
            "loudness_max_time": 0.04272,
            "loudness_max": -9.165,
            "loudness_end": 0.0,
            "pitches": [
                0.116,
                0.28,
                0.321,
                0.591,
                1.0,
                0.159,
                0.07,
                0.127,
                0.205,
                0.396,
                0.151,
                0.116
            ],
            "timbre": [
                44.475,
                93.025,
                22.527,
                56.865,
                78.685,
                16.623,
                -24.695,
                49.205,
                -45.734,
                20.889,
                11.954,
                3.259
            ]
        },
        {
            "start": 23.24934,
            "duration": 0.40041,
            "confidence": 1.0,
            "loudness_start": -23.614,
            "loudness_max_time": 0.03633,
            "loudness_max": -6.087,
            "loudness_end": 0.0,
            "pitches": [
                0.186,
                0.247,
                1.0,
                0.408,
                0.191,
                0.07,
                0.212,
                0.453,
                0.303,
                0.332,
                0.156,
                0.456
            ],
            "timbre": [
                47.86,
                119.91,
                91.566,
                92.001,
                110.257,
                43.302,
                -11.457,
                29.368,
                -13.134,
                15.418,
                -15.202,
                -5.703
            ]
        },
        {
            "start": 23.64975,
            "duration": 0.26104,
            "confidence": 1.0,
            "loudness_start": -24.082,
            "loudness_max_time": 0.04832,
            "loudness_max": -7.42,
            "loudness_end": 0.0,
            "pitches": [
                0.245,
                1.0,
                0.177,
                0.088,
                0.223,
                0.111,
                0.048,
                0.065,
                0.359,
                0.133,
                0.106,
                0.198
            ],
            "timbre": [
                48.142,
                105.232,
                61.857,
                24.83,
                71.498,
                -11.8,
                -14.828,
                33.686,
                -15.439,
                28.413,
                -8.496,
                3.473
            ]
        },
        {
            "start": 23.91079,
            "duration": 0.35401,
            "confidence": 0.591,
            "loudness_start": -17.082,
            "loudness_max_time": 0.01138,
            "loudness_max": -9.483,
            "loudness_end": 0.0,
            "pitches": [
                0.119,
                0.754,
                1.0,
                0.285,
                0.05,
                0.07,
                0.346,
                0.074,
                0.085,
                0.153,
                0.104,
                0.07
            ],
            "timbre": [
                48.016,
                119.021,
                32.495,
                39.182,
                74.328,
                -37.56,
                -12.918,
                -11.063,
                -58.683,
                26.508,
                -32.232,
                9.086
            ]
        },
        {
            "start": 24.26481,
            "duration": 0.23206,
            "confidence": 1.0,
            "loudness_start": -19.74,
            "loudness_max_time": 0.09755,
            "loudness_max": -5.717,
            "loudness_end": 0.0,
            "pitches": [
                0.213,
                0.389,
                0.356,
                0.521,
                1.0,
                0.226,
                0.454,
                0.457,
                0.44,
                0.738,
                0.182,
                0.282
            ],
            "timbre": [
                47.196,
                121.0,
                72.271,
                8.874,
                107.569,
                53.145,
                -40.358,
                37.501,
                5.451,
                22.958,
                -40.543,
                -1.243
            ]
        },
        {
            "start": 24.49687,
            "duration": 0.27873,
            "confidence": 0.937,
            "loudness_start": -21.006,
            "loudness_max_time": 0.09071,
            "loudness_max": -7.437,
            "loudness_end": 0.0,
            "pitches": [
                0.138,
                0.493,
                1.0,
                0.121,
                0.069,
                0.09,
                0.491,
                0.106,
                0.06,
                0.082,
                0.06,
                0.074
            ],
            "timbre": [
                45.592,
                74.025,
                2.796,
                -12.65,
                58.765,
                28.031,
                -22.297,
                18.631,
                9.787,
                -10.77,
                -24.551,
                37.102
            ]
        },
        {
            "start": 24.7756,
            "duration": 0.40082,
            "confidence": 0.999,
            "loudness_start": -21.501,
            "loudness_max_time": 0.0828,
            "loudness_max": -8.5,
            "loudness_end": 0.0,
            "pitches": [
                0.202,
                1.0,
                0.165,
                0.062,
                0.24,
                0.136,
                0.051,
                0.052,
                0.116,
                0.114,
                0.148,
                0.102
            ],
            "timbre": [
                43.722,
                102.323,
                39.908,
                -18.675,
                100.586,
                24.866,
                3.171,
                1.053,
                -54.635,
                48.637,
                -52.848,
                44.88
            ]
        },
        {
            "start": 25.17642,
            "duration": 0.52812,
            "confidence": 1.0,
            "loudness_start": -23.137,
            "loudness_max_time": 0.08554,
            "loudness_max": -4.048,
            "loudness_end": 0.0,
            "pitches": [
                0.401,
                0.29,
                0.284,
                0.325,
                0.623,
                0.202,
                0.267,
                0.326,
                0.482,
                0.725,
                0.248,
                1.0
            ],
            "timbre": [
                44.242,
                141.449,
                138.91,
                -58.739,
                125.229,
                20.284,
                41.586,
                -1.577,
                -42.036,
                -5.912,
                -35.848,
                20.083
            ]
        },
        {
            "start": 25.70454,
            "duration": 0.14512,
            "confidence": 0.937,
            "loudness_start": -24.596,
            "loudness_max_time": 0.04458,
            "loudness_max": -11.73,
            "loudness_end": 0.0,
            "pitches": [
                0.502,
                1.0,
                0.658,
                0.61,
                0.769,
                0.529,
                0.804,
                0.607,
                0.462,
                0.668,
                0.544,
                0.682
            ],
            "timbre": [
                43.46,
                158.304,
                134.181,
                18.3,
                86.483,
                34.432,
                13.797,
                20.841,
                -24.71,
                -1.715,
                6.781,
                6.225
            ]
        },
        {
            "start": 25.84966,
            "duration": 0.19714,
            "confidence": 0.73,
            "loudness_start": -17.792,
            "loudness_max_time": 0.09279,
            "loudness_max": -8.344,
            "loudness_end": 0.0,
            "pitches": [
                0.322,
                0.908,
                0.24,
                0.548,
                1.0,
                0.497,
                0.158,
                0.117,
                0.135,
                0.103,
                0.157,
                0.217
            ],
            "timbre": [
                47.789,
                155.917,
                132.212,
                9.716,
                87.789,
                -12.129,
                29.024,
                -16.832,
                -28.791,
                12.692,
                -6.303,
                22.437
            ]
        },
        {
            "start": 26.0468,
            "duration": 0.31946,
            "confidence": 0.329,
            "loudness_start": -12.789,
            "loudness_max_time": 0.01063,
            "loudness_max": -8.464,
            "loudness_end": 0.0,
            "pitches": [
                0.115,
                0.175,
                0.089,
                0.191,
                1.0,
                0.332,
                0.132,
                0.06,
                0.09,
                0.087,
                0.091,
                0.142
            ],
            "timbre": [
                49.459,
                45.613,
                82.804,
                29.727,
                67.088,
                -36.862,
                -34.696,
                35.106,
                3.737,
                -5.115,
                -14.042,
                13.053
            ]
        },
        {
            "start": 26.36626,
            "duration": 0.17864,
            "confidence": 1.0,
            "loudness_start": -20.397,
            "loudness_max_time": 0.03666,
            "loudness_max": -3.682,
            "loudness_end": 0.0,
            "pitches": [
                0.981,
                0.625,
                0.14,
                0.071,
                0.109,
                0.112,
                0.448,
                0.444,
                0.905,
                0.931,
                1.0,
                0.048
            ],
            "timbre": [
                50.582,
                75.048,
                16.699,
                -12.625,
                15.522,
                38.959,
                39.977,
                -17.609,
                -25.697,
                45.541,
                20.115,
                16.624
            ]
        },
        {
            "start": 26.5449,
            "duration": 0.37261,
            "confidence": 0.046,
            "loudness_start": -9.981,
            "loudness_max_time": 0.05509,
            "loudness_max": -8.052,
            "loudness_end": 0.0,
            "pitches": [
                0.359,
                0.301,
                0.086,
                0.132,
                0.61,
                0.314,
                0.68,
                0.845,
                0.45,
                1.0,
                0.158,
                0.209
            ],
            "timbre": [
                50.765,
                4.988,
                51.699,
                -11.638,
                52.093,
                -41.302,
                48.653,
                -9.225,
                9.348,
                0.353,
                -8.3,
                11.728
            ]
        },
        {
            "start": 26.91751,
            "duration": 0.48735,
            "confidence": 0.558,
            "loudness_start": -10.092,
            "loudness_max_time": 0.00673,
            "loudness_max": -3.527,
            "loudness_end": 0.0,
            "pitches": [
                0.268,
                0.251,
                0.096,
                0.084,
                0.254,
                0.193,
                0.748,
                1.0,
                0.511,
                0.623,
                0.298,
                0.268
            ],
            "timbre": [
                52.571,
                -1.048,
                19.836,
                21.491,
                31.01,
                -75.385,
                36.247,
                3.075,
                3.888,
                8.409,
                -13.112,
                9.059
            ]
        },
        {
            "start": 27.40485,
            "duration": 0.13968,
            "confidence": 0.782,
            "loudness_start": -12.24,
            "loudness_max_time": 0.0444,
            "loudness_max": -3.852,
            "loudness_end": 0.0,
            "pitches": [
                0.93,
                1.0,
                0.303,
                0.098,
                0.195,
                0.183,
                0.42,
                0.397,
                0.51,
                0.573,
                0.75,
                0.089
            ],
            "timbre": [
                53.898,
                13.334,
                63.507,
                -28.842,
                36.008,
                -9.324,
                72.403,
                14.438,
                -4.295,
                19.055,
                9.355,
                11.296
            ]
        },
        {
            "start": 27.54454,
            "duration": 0.18,
            "confidence": 0.229,
            "loudness_start": -6.148,
            "loudness_max_time": 0.07121,
            "loudness_max": -1.971,
            "loudness_end": 0.0,
            "pitches": [
                0.285,
                0.329,
                0.06,
                0.042,
                0.702,
                0.546,
                0.992,
                1.0,
                0.35,
                0.541,
                0.17,
                0.066
            ],
            "timbre": [
                56.463,
                116.779,
                97.971,
                9.541,
                7.324,
                -36.911,
                71.584,
                30.079,
                2.141,
                -12.628,
                -6.865,
                -11.069
            ]
        },
        {
            "start": 27.72454,
            "duration": 0.31887,
            "confidence": 0.21,
            "loudness_start": -5.536,
            "loudness_max_time": 0.1523,
            "loudness_max": -0.633,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.827,
                0.632,
                0.368,
                0.648,
                0.522,
                0.564,
                0.754,
                0.309,
                0.493,
                0.298,
                0.922
            ],
            "timbre": [
                57.149,
                125.958,
                92.151,
                11.914,
                17.839,
                -26.964,
                64.045,
                11.299,
                -3.562,
                9.401,
                -15.044,
                2.636
            ]
        },
        {
            "start": 28.0434,
            "duration": 0.43578,
            "confidence": 0.488,
            "loudness_start": -5.426,
            "loudness_max_time": 0.05461,
            "loudness_max": -0.083,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                0.146,
                0.092,
                0.187,
                0.234,
                0.225,
                0.848,
                1.0,
                0.554,
                0.367,
                0.304,
                0.34
            ],
            "timbre": [
                55.119,
                87.183,
                68.652,
                77.953,
                29.784,
                -16.203,
                54.495,
                -17.449,
                -5.944,
                14.655,
                -47.111,
                5.043
            ]
        },
        {
            "start": 28.47918,
            "duration": 0.23746,
            "confidence": 0.71,
            "loudness_start": -14.133,
            "loudness_max_time": 0.01181,
            "loudness_max": -3.686,
            "loudness_end": 0.0,
            "pitches": [
                0.791,
                0.37,
                0.216,
                0.102,
                0.327,
                0.127,
                0.141,
                0.263,
                0.274,
                0.349,
                0.279,
                1.0
            ],
            "timbre": [
                52.83,
                14.907,
                13.851,
                19.537,
                16.795,
                -62.527,
                52.114,
                -12.028,
                -4.224,
                10.906,
                -14.695,
                4.994
            ]
        },
        {
            "start": 28.71664,
            "duration": 0.28499,
            "confidence": 0.345,
            "loudness_start": -11.496,
            "loudness_max_time": 0.03971,
            "loudness_max": -7.329,
            "loudness_end": 0.0,
            "pitches": [
                0.253,
                0.452,
                0.056,
                0.186,
                1.0,
                0.185,
                0.213,
                0.334,
                0.356,
                0.217,
                0.17,
                0.683
            ],
            "timbre": [
                50.179,
                -17.167,
                90.052,
                25.715,
                68.819,
                -40.641,
                46.286,
                26.666,
                11.795,
                1.218,
                -5.981,
                -6.923
            ]
        },
        {
            "start": 29.00163,
            "duration": 0.13937,
            "confidence": 0.643,
            "loudness_start": -12.273,
            "loudness_max_time": 0.00772,
            "loudness_max": -5.365,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.777,
                0.176,
                0.071,
                0.207,
                0.171,
                0.514,
                0.523,
                0.823,
                0.814,
                0.908,
                0.086
            ],
            "timbre": [
                51.923,
                28.305,
                10.121,
                -0.122,
                3.327,
                -64.759,
                39.07,
                29.423,
                -7.925,
                2.237,
                -8.278,
                11.985
            ]
        },
        {
            "start": 29.141,
            "duration": 0.34798,
            "confidence": 0.043,
            "loudness_start": -10.414,
            "loudness_max_time": 0.07009,
            "loudness_max": -8.069,
            "loudness_end": 0.0,
            "pitches": [
                0.484,
                0.828,
                0.232,
                0.147,
                0.554,
                0.184,
                0.485,
                1.0,
                0.493,
                0.218,
                0.223,
                0.292
            ],
            "timbre": [
                50.335,
                80.09,
                39.439,
                8.631,
                35.415,
                -38.137,
                50.536,
                1.398,
                -3.143,
                -0.863,
                -24.352,
                3.152
            ]
        },
        {
            "start": 29.48898,
            "duration": 0.16825,
            "confidence": 0.91,
            "loudness_start": -13.369,
            "loudness_max_time": 0.12338,
            "loudness_max": -2.479,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.896,
                0.178,
                0.149,
                0.322,
                0.262,
                0.521,
                0.529,
                0.8,
                0.801,
                0.911,
                0.082
            ],
            "timbre": [
                53.978,
                46.105,
                58.224,
                -57.529,
                31.013,
                10.919,
                56.94,
                27.992,
                -13.523,
                4.751,
                12.181,
                10.47
            ]
        },
        {
            "start": 29.65723,
            "duration": 0.26213,
            "confidence": 0.076,
            "loudness_start": -4.6,
            "loudness_max_time": 0.03122,
            "loudness_max": -1.038,
            "loudness_end": 0.0,
            "pitches": [
                0.712,
                1.0,
                0.324,
                0.334,
                0.321,
                0.241,
                0.134,
                0.229,
                0.133,
                0.101,
                0.079,
                0.375
            ],
            "timbre": [
                57.17,
                108.786,
                44.929,
                -3.222,
                14.305,
                -42.911,
                43.639,
                26.821,
                12.66,
                -16.27,
                7.834,
                8.479
            ]
        },
        {
            "start": 29.91937,
            "duration": 0.26109,
            "confidence": 0.284,
            "loudness_start": -5.117,
            "loudness_max_time": 0.01102,
            "loudness_max": -0.014,
            "loudness_end": 0.0,
            "pitches": [
                0.84,
                0.678,
                0.568,
                0.441,
                0.614,
                0.231,
                0.279,
                0.471,
                0.337,
                0.282,
                0.196,
                1.0
            ],
            "timbre": [
                57.271,
                77.258,
                36.649,
                4.663,
                8.918,
                -66.995,
                33.551,
                -14.51,
                -0.86,
                20.154,
                -10.797,
                16.247
            ]
        },
        {
            "start": 30.18045,
            "duration": 0.26073,
            "confidence": 0.129,
            "loudness_start": -4.56,
            "loudness_max_time": 0.05711,
            "loudness_max": -0.836,
            "loudness_end": 0.0,
            "pitches": [
                0.559,
                1.0,
                0.46,
                0.44,
                0.642,
                0.356,
                0.671,
                0.507,
                0.613,
                0.256,
                0.269,
                0.877
            ],
            "timbre": [
                57.981,
                83.541,
                56.512,
                -3.961,
                -1.42,
                -45.533,
                58.145,
                15.318,
                -5.605,
                -8.727,
                -10.402,
                28.744
            ]
        },
        {
            "start": 30.44118,
            "duration": 0.12186,
            "confidence": 0.371,
            "loudness_start": -5.361,
            "loudness_max_time": 0.02435,
            "loudness_max": 0.394,
            "loudness_end": 0.0,
            "pitches": [
                0.439,
                1.0,
                0.252,
                0.416,
                0.735,
                0.513,
                0.373,
                0.383,
                0.378,
                0.256,
                0.281,
                0.188
            ],
            "timbre": [
                58.18,
                112.244,
                42.69,
                8.535,
                1.203,
                -41.503,
                47.747,
                14.578,
                1.523,
                -15.557,
                3.42,
                23.678
            ]
        },
        {
            "start": 30.56304,
            "duration": 0.20907,
            "confidence": 0.034,
            "loudness_start": -3.603,
            "loudness_max_time": 0.03442,
            "loudness_max": -0.047,
            "loudness_end": 0.0,
            "pitches": [
                0.673,
                1.0,
                0.778,
                0.558,
                0.465,
                0.336,
                0.428,
                0.213,
                0.172,
                0.18,
                0.173,
                0.52
            ],
            "timbre": [
                57.873,
                69.065,
                37.307,
                -4.508,
                -9.408,
                -46.694,
                43.493,
                29.284,
                -7.02,
                12.216,
                2.765,
                6.112
            ]
        },
        {
            "start": 30.77211,
            "duration": 0.26721,
            "confidence": 0.272,
            "loudness_start": -4.167,
            "loudness_max_time": 0.18565,
            "loudness_max": 0.175,
            "loudness_end": 0.0,
            "pitches": [
                0.069,
                0.407,
                0.165,
                0.154,
                0.163,
                0.204,
                1.0,
                0.33,
                0.134,
                0.464,
                0.16,
                0.101
            ],
            "timbre": [
                58.145,
                96.182,
                79.908,
                -2.653,
                9.892,
                -37.463,
                47.716,
                12.484,
                -11.277,
                11.177,
                -12.894,
                1.504
            ]
        },
        {
            "start": 31.03932,
            "duration": 0.29039,
            "confidence": 0.302,
            "loudness_start": -4.29,
            "loudness_max_time": 0.10685,
            "loudness_max": 0.386,
            "loudness_end": 0.0,
            "pitches": [
                0.382,
                0.919,
                1.0,
                0.719,
                0.748,
                0.325,
                0.28,
                0.295,
                0.251,
                0.429,
                0.182,
                0.306
            ],
            "timbre": [
                58.227,
                85.531,
                64.334,
                -1.949,
                17.441,
                -31.434,
                48.335,
                25.891,
                2.668,
                -2.59,
                -1.545,
                1.745
            ]
        },
        {
            "start": 31.32971,
            "duration": 0.28422,
            "confidence": 0.082,
            "loudness_start": -3.792,
            "loudness_max_time": 0.13499,
            "loudness_max": -0.773,
            "loudness_end": 0.0,
            "pitches": [
                0.376,
                1.0,
                0.18,
                0.109,
                0.149,
                0.071,
                0.083,
                0.052,
                0.157,
                0.308,
                0.162,
                0.078
            ],
            "timbre": [
                57.206,
                89.412,
                60.754,
                2.469,
                22.769,
                -32.971,
                29.75,
                -3.376,
                -12.941,
                13.029,
                -17.89,
                0.927
            ]
        },
        {
            "start": 31.61392,
            "duration": 0.13995,
            "confidence": 0.095,
            "loudness_start": -7.356,
            "loudness_max_time": 0.02961,
            "loudness_max": -2.832,
            "loudness_end": 0.0,
            "pitches": [
                0.342,
                1.0,
                0.181,
                0.123,
                0.197,
                0.155,
                0.572,
                0.577,
                0.861,
                0.918,
                0.498,
                0.024
            ],
            "timbre": [
                54.89,
                37.244,
                -5.411,
                0.639,
                -8.541,
                -48.383,
                30.461,
                8.941,
                14.055,
                9.886,
                -12.73,
                7.98
            ]
        },
        {
            "start": 31.75388,
            "duration": 0.12159,
            "confidence": 0.02,
            "loudness_start": -8.611,
            "loudness_max_time": 0.01136,
            "loudness_max": -4.378,
            "loudness_end": 0.0,
            "pitches": [
                0.28,
                0.446,
                0.393,
                0.294,
                0.77,
                0.734,
                0.966,
                0.952,
                0.856,
                1.0,
                0.603,
                0.026
            ],
            "timbre": [
                53.793,
                115.741,
                43.825,
                0.461,
                29.511,
                -54.589,
                36.612,
                -5.201,
                36.233,
                14.487,
                -12.459,
                3.883
            ]
        },
        {
            "start": 31.87546,
            "duration": 0.26086,
            "confidence": 0.851,
            "loudness_start": -7.974,
            "loudness_max_time": 0.05367,
            "loudness_max": 1.781,
            "loudness_end": 0.0,
            "pitches": [
                0.406,
                1.0,
                0.248,
                0.05,
                0.033,
                0.02,
                0.03,
                0.018,
                0.086,
                0.26,
                0.05,
                0.02
            ],
            "timbre": [
                58.778,
                112.354,
                36.452,
                2.59,
                24.337,
                12.227,
                -1.39,
                -6.168,
                -8.447,
                12.168,
                -4.772,
                -2.843
            ]
        },
        {
            "start": 32.13633,
            "duration": 0.21492,
            "confidence": 0.421,
            "loudness_start": -5.957,
            "loudness_max_time": 0.02641,
            "loudness_max": 0.877,
            "loudness_end": 0.0,
            "pitches": [
                0.707,
                1.0,
                0.883,
                0.533,
                0.382,
                0.222,
                0.152,
                0.271,
                0.217,
                0.29,
                0.107,
                0.538
            ],
            "timbre": [
                56.696,
                84.4,
                -12.008,
                27.715,
                -1.772,
                -58.154,
                7.925,
                12.011,
                -9.883,
                -11.379,
                -2.09,
                -3.374
            ]
        },
        {
            "start": 32.35125,
            "duration": 0.56308,
            "confidence": 0.613,
            "loudness_start": -7.849,
            "loudness_max_time": 0.14688,
            "loudness_max": -0.298,
            "loudness_end": 0.0,
            "pitches": [
                0.336,
                0.673,
                1.0,
                0.577,
                0.39,
                0.366,
                0.335,
                0.318,
                0.553,
                0.526,
                0.223,
                0.339
            ],
            "timbre": [
                55.082,
                61.885,
                32.471,
                -8.826,
                28.573,
                -9.832,
                37.422,
                15.451,
                -11.483,
                8.052,
                -41.607,
                6.258
            ]
        },
        {
            "start": 32.91433,
            "duration": 0.26118,
            "confidence": 0.965,
            "loudness_start": -12.211,
            "loudness_max_time": 0.03457,
            "loudness_max": 0.149,
            "loudness_end": 0.0,
            "pitches": [
                0.662,
                1.0,
                0.073,
                0.011,
                0.024,
                0.024,
                0.011,
                0.042,
                0.196,
                0.095,
                0.018,
                0.016
            ],
            "timbre": [
                57.359,
                68.94,
                50.706,
                5.034,
                31.784,
                8.574,
                18.227,
                29.107,
                11.231,
                11.362,
                -9.667,
                -20.053
            ]
        },
        {
            "start": 33.17551,
            "duration": 0.23832,
            "confidence": 0.562,
            "loudness_start": -10.49,
            "loudness_max_time": 0.00934,
            "loudness_max": -1.114,
            "loudness_end": 0.0,
            "pitches": [
                0.731,
                1.0,
                0.679,
                0.28,
                0.268,
                0.134,
                0.074,
                0.128,
                0.091,
                0.093,
                0.038,
                0.332
            ],
            "timbre": [
                54.902,
                70.693,
                -26.261,
                20.628,
                -0.507,
                -61.961,
                10.625,
                9.628,
                -1.799,
                -8.987,
                -17.907,
                7.239
            ]
        },
        {
            "start": 33.41383,
            "duration": 0.28268,
            "confidence": 0.931,
            "loudness_start": -11.788,
            "loudness_max_time": 0.05465,
            "loudness_max": 0.819,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                1.0,
                0.272,
                0.286,
                0.4,
                0.308,
                0.076,
                0.077,
                0.076,
                0.148,
                0.045,
                0.262
            ],
            "timbre": [
                55.506,
                73.751,
                13.859,
                0.638,
                41.215,
                12.284,
                9.531,
                2.893,
                -1.542,
                -9.394,
                -27.228,
                -14.892
            ]
        },
        {
            "start": 33.69651,
            "duration": 0.50671,
            "confidence": 0.692,
            "loudness_start": -8.988,
            "loudness_max_time": 0.27577,
            "loudness_max": -0.481,
            "loudness_end": 0.0,
            "pitches": [
                0.191,
                0.406,
                0.292,
                0.5,
                1.0,
                0.654,
                0.259,
                0.653,
                0.532,
                0.391,
                0.12,
                0.235
            ],
            "timbre": [
                57.331,
                80.009,
                12.372,
                -32.565,
                0.306,
                -24.467,
                -6.913,
                15.828,
                16.685,
                -0.298,
                -10.043,
                -10.934
            ]
        },
        {
            "start": 34.20322,
            "duration": 0.53556,
            "confidence": 0.755,
            "loudness_start": -7.455,
            "loudness_max_time": 0.02962,
            "loudness_max": 0.299,
            "loudness_end": 0.0,
            "pitches": [
                0.14,
                0.309,
                0.509,
                0.787,
                1.0,
                0.18,
                0.317,
                0.48,
                0.544,
                0.442,
                0.206,
                0.39
            ],
            "timbre": [
                57.463,
                76.51,
                18.608,
                11.407,
                11.768,
                -19.068,
                38.837,
                0.646,
                4.101,
                14.135,
                1.913,
                -1.247
            ]
        },
        {
            "start": 34.73878,
            "duration": 0.25415,
            "confidence": 0.271,
            "loudness_start": -9.249,
            "loudness_max_time": 0.01075,
            "loudness_max": -3.403,
            "loudness_end": 0.0,
            "pitches": [
                0.556,
                1.0,
                0.764,
                0.355,
                0.394,
                0.181,
                0.357,
                0.144,
                0.106,
                0.131,
                0.081,
                0.434
            ],
            "timbre": [
                53.575,
                49.797,
                -14.827,
                -11.905,
                -12.241,
                -59.616,
                25.79,
                5.63,
                -6.913,
                3.085,
                4.317,
                4.883
            ]
        },
        {
            "start": 34.99293,
            "duration": 0.27247,
            "confidence": 0.806,
            "loudness_start": -9.382,
            "loudness_max_time": 0.04132,
            "loudness_max": -0.568,
            "loudness_end": 0.0,
            "pitches": [
                0.077,
                0.397,
                0.093,
                0.098,
                0.197,
                0.171,
                1.0,
                0.251,
                0.134,
                0.327,
                0.144,
                0.076
            ],
            "timbre": [
                57.212,
                86.582,
                49.935,
                1.875,
                15.78,
                -7.607,
                56.806,
                14.577,
                0.819,
                -2.218,
                10.257,
                11.879
            ]
        },
        {
            "start": 35.2654,
            "duration": 0.23787,
            "confidence": 0.265,
            "loudness_start": -6.127,
            "loudness_max_time": 0.01737,
            "loudness_max": -0.257,
            "loudness_end": 0.0,
            "pitches": [
                0.609,
                1.0,
                0.873,
                0.385,
                0.481,
                0.184,
                0.255,
                0.246,
                0.166,
                0.279,
                0.106,
                0.461
            ],
            "timbre": [
                57.892,
                95.403,
                15.088,
                -4.782,
                10.343,
                -57.795,
                41.204,
                34.275,
                5.996,
                -3.342,
                -4.631,
                25.46
            ]
        },
        {
            "start": 35.50327,
            "duration": 0.15116,
            "confidence": 0.681,
            "loudness_start": -8.826,
            "loudness_max_time": 0.03539,
            "loudness_max": -0.344,
            "loudness_end": 0.0,
            "pitches": [
                0.485,
                1.0,
                0.784,
                0.709,
                0.694,
                0.662,
                0.226,
                0.189,
                0.162,
                0.352,
                0.147,
                0.05
            ],
            "timbre": [
                57.591,
                97.955,
                43.101,
                -4.882,
                26.793,
                -7.107,
                -3.451,
                6.345,
                14.891,
                7.366,
                -10.339,
                -23.309
            ]
        },
        {
            "start": 35.65442,
            "duration": 0.25383,
            "confidence": 0.105,
            "loudness_start": -5.432,
            "loudness_max_time": 0.06249,
            "loudness_max": -1.879,
            "loudness_end": 0.0,
            "pitches": [
                0.601,
                1.0,
                0.196,
                0.359,
                0.271,
                0.234,
                0.262,
                0.183,
                0.163,
                0.214,
                0.089,
                0.153
            ],
            "timbre": [
                55.679,
                69.641,
                -2.933,
                9.64,
                -2.429,
                -33.539,
                -2.56,
                -5.539,
                7.227,
                16.405,
                -23.603,
                5.444
            ]
        },
        {
            "start": 35.90825,
            "duration": 0.12957,
            "confidence": 0.469,
            "loudness_start": -9.422,
            "loudness_max_time": 0.0393,
            "loudness_max": -3.921,
            "loudness_end": 0.0,
            "pitches": [
                0.168,
                0.201,
                0.161,
                0.104,
                0.578,
                0.573,
                1.0,
                0.992,
                0.934,
                1.0,
                0.496,
                0.018
            ],
            "timbre": [
                53.501,
                125.44,
                19.803,
                -0.758,
                8.252,
                -19.037,
                31.036,
                -11.856,
                38.811,
                -5.258,
                6.124,
                0.273
            ]
        },
        {
            "start": 36.03782,
            "duration": 0.2668,
            "confidence": 0.739,
            "loudness_start": -8.482,
            "loudness_max_time": 0.03571,
            "loudness_max": 0.12,
            "loudness_end": 0.0,
            "pitches": [
                0.417,
                1.0,
                0.251,
                0.055,
                0.033,
                0.012,
                0.022,
                0.012,
                0.042,
                0.176,
                0.038,
                0.014
            ],
            "timbre": [
                57.096,
                92.08,
                50.614,
                15.149,
                37.556,
                -17.74,
                56.481,
                8.609,
                9.461,
                13.213,
                7.072,
                19.014
            ]
        },
        {
            "start": 36.30463,
            "duration": 0.20848,
            "confidence": 0.553,
            "loudness_start": -5.647,
            "loudness_max_time": 0.03079,
            "loudness_max": 0.652,
            "loudness_end": 0.0,
            "pitches": [
                0.663,
                1.0,
                0.925,
                0.643,
                0.498,
                0.248,
                0.174,
                0.3,
                0.241,
                0.431,
                0.146,
                0.488
            ],
            "timbre": [
                58.446,
                70.004,
                4.279,
                5.643,
                20.675,
                -48.723,
                19.005,
                -3.915,
                -2.967,
                -5.88,
                -10.336,
                20.26
            ]
        },
        {
            "start": 36.51311,
            "duration": 0.31574,
            "confidence": 0.248,
            "loudness_start": -4.766,
            "loudness_max_time": 0.07062,
            "loudness_max": -1.542,
            "loudness_end": 0.0,
            "pitches": [
                0.237,
                1.0,
                0.624,
                0.087,
                0.059,
                0.03,
                0.041,
                0.05,
                0.1,
                0.302,
                0.039,
                0.031
            ],
            "timbre": [
                55.943,
                21.852,
                42.476,
                10.045,
                40.689,
                -31.623,
                30.734,
                19.805,
                -30.885,
                11.013,
                -25.587,
                17.145
            ]
        },
        {
            "start": 36.82884,
            "duration": 0.10358,
            "confidence": 0.391,
            "loudness_start": -7.734,
            "loudness_max_time": 0.00744,
            "loudness_max": -2.389,
            "loudness_end": 0.0,
            "pitches": [
                0.523,
                1.0,
                0.112,
                0.057,
                0.092,
                0.098,
                0.119,
                0.138,
                0.243,
                0.242,
                0.31,
                0.06
            ],
            "timbre": [
                53.446,
                30.272,
                -51.128,
                -7.099,
                -11.256,
                -80.21,
                15.58,
                -0.332,
                -12.11,
                7.99,
                -10.917,
                12.06
            ]
        },
        {
            "start": 36.93243,
            "duration": 0.13442,
            "confidence": 0.167,
            "loudness_start": -9.36,
            "loudness_max_time": 0.0441,
            "loudness_max": -5.732,
            "loudness_end": 0.0,
            "pitches": [
                0.303,
                0.457,
                0.33,
                0.319,
                0.55,
                0.554,
                0.994,
                1.0,
                0.884,
                0.891,
                0.332,
                0.012
            ],
            "timbre": [
                51.702,
                74.76,
                -20.404,
                7.337,
                22.689,
                -36.715,
                55.197,
                -26.808,
                -12.799,
                -13.892,
                -28.08,
                -18.978
            ]
        },
        {
            "start": 37.06685,
            "duration": 0.2766,
            "confidence": 0.955,
            "loudness_start": -12.052,
            "loudness_max_time": 0.08068,
            "loudness_max": 0.059,
            "loudness_end": 0.0,
            "pitches": [
                0.64,
                1.0,
                0.07,
                0.009,
                0.025,
                0.023,
                0.01,
                0.037,
                0.179,
                0.136,
                0.036,
                0.015
            ],
            "timbre": [
                56.026,
                68.082,
                15.153,
                -23.587,
                42.057,
                37.198,
                -3.875,
                -16.616,
                9.911,
                -3.748,
                -6.464,
                -11.077
            ]
        },
        {
            "start": 37.34345,
            "duration": 0.23909,
            "confidence": 0.566,
            "loudness_start": -6.995,
            "loudness_max_time": 0.0149,
            "loudness_max": -0.24,
            "loudness_end": 0.0,
            "pitches": [
                0.716,
                1.0,
                0.725,
                0.385,
                0.322,
                0.172,
                0.106,
                0.163,
                0.1,
                0.09,
                0.069,
                0.339
            ],
            "timbre": [
                55.702,
                78.357,
                -21.344,
                19.46,
                -6.715,
                -54.321,
                11.886,
                14.73,
                -9.114,
                -8.421,
                -8.289,
                4.83
            ]
        },
        {
            "start": 37.58254,
            "duration": 0.2834,
            "confidence": 0.971,
            "loudness_start": -11.731,
            "loudness_max_time": 0.05728,
            "loudness_max": 1.195,
            "loudness_end": 0.0,
            "pitches": [
                0.219,
                1.0,
                0.266,
                0.309,
                0.435,
                0.33,
                0.073,
                0.066,
                0.127,
                0.276,
                0.11,
                0.257
            ],
            "timbre": [
                56.658,
                90.118,
                40.651,
                -17.254,
                38.906,
                36.23,
                20.913,
                10.862,
                21.663,
                0.776,
                -9.503,
                -6.547
            ]
        },
        {
            "start": 37.86594,
            "duration": 0.27846,
            "confidence": 0.428,
            "loudness_start": -5.712,
            "loudness_max_time": 0.04648,
            "loudness_max": -1.133,
            "loudness_end": 0.0,
            "pitches": [
                0.64,
                1.0,
                0.857,
                0.341,
                0.671,
                0.278,
                0.159,
                0.253,
                0.244,
                0.159,
                0.129,
                0.571
            ],
            "timbre": [
                57.195,
                117.235,
                2.189,
                -32.063,
                -21.464,
                -26.899,
                -36.643,
                20.916,
                34.803,
                -18.948,
                17.932,
                -25.104
            ]
        },
        {
            "start": 38.1444,
            "duration": 0.24408,
            "confidence": 0.039,
            "loudness_start": -3.765,
            "loudness_max_time": 0.00284,
            "loudness_max": -1.42,
            "loudness_end": 0.0,
            "pitches": [
                0.217,
                0.599,
                0.09,
                0.373,
                1.0,
                0.369,
                0.069,
                0.037,
                0.086,
                0.087,
                0.091,
                0.386
            ],
            "timbre": [
                57.082,
                101.977,
                42.745,
                -21.875,
                10.989,
                -61.699,
                25.324,
                -0.375,
                6.759,
                21.643,
                -13.962,
                7.057
            ]
        },
        {
            "start": 38.38848,
            "duration": 0.19778,
            "confidence": 0.218,
            "loudness_start": -3.173,
            "loudness_max_time": 0.01105,
            "loudness_max": 0.855,
            "loudness_end": 0.0,
            "pitches": [
                0.521,
                0.916,
                1.0,
                0.617,
                0.7,
                0.348,
                0.196,
                0.247,
                0.152,
                0.116,
                0.115,
                0.516
            ],
            "timbre": [
                57.436,
                91.624,
                -7.478,
                8.344,
                13.053,
                -65.354,
                18.787,
                13.74,
                -2.016,
                -8.568,
                -13.538,
                15.357
            ]
        },
        {
            "start": 38.58626,
            "duration": 0.57392,
            "confidence": 0.479,
            "loudness_start": -6.428,
            "loudness_max_time": 0.10029,
            "loudness_max": -0.757,
            "loudness_end": 0.0,
            "pitches": [
                0.51,
                1.0,
                0.577,
                0.844,
                0.572,
                0.313,
                0.364,
                0.391,
                0.511,
                0.577,
                0.451,
                0.391
            ],
            "timbre": [
                55.794,
                90.489,
                -5.311,
                -29.197,
                45.644,
                -28.697,
                17.227,
                -17.017,
                2.815,
                4.818,
                -33.83,
                20.77
            ]
        },
        {
            "start": 39.16018,
            "duration": 0.25714,
            "confidence": 0.861,
            "loudness_start": -11.627,
            "loudness_max_time": 0.02572,
            "loudness_max": -0.606,
            "loudness_end": 0.0,
            "pitches": [
                0.09,
                0.359,
                0.071,
                0.041,
                0.155,
                0.281,
                1.0,
                0.222,
                0.064,
                0.174,
                0.105,
                0.076
            ],
            "timbre": [
                57.61,
                113.303,
                47.059,
                4.685,
                6.716,
                -19.244,
                55.78,
                9.094,
                -33.025,
                -2.058,
                2.876,
                9.412
            ]
        },
        {
            "start": 39.41732,
            "duration": 0.28916,
            "confidence": 0.45,
            "loudness_start": -6.147,
            "loudness_max_time": 0.02559,
            "loudness_max": 0.276,
            "loudness_end": 0.0,
            "pitches": [
                0.55,
                1.0,
                0.962,
                0.474,
                0.448,
                0.225,
                0.618,
                0.278,
                0.141,
                0.13,
                0.113,
                0.434
            ],
            "timbre": [
                57.472,
                81.543,
                36.06,
                8.506,
                8.912,
                -42.168,
                42.121,
                40.405,
                -7.506,
                3.045,
                13.432,
                -8.692
            ]
        },
        {
            "start": 39.70649,
            "duration": 0.20875,
            "confidence": 0.308,
            "loudness_start": -6.13,
            "loudness_max_time": 0.07259,
            "loudness_max": -1.825,
            "loudness_end": 0.0,
            "pitches": [
                0.538,
                1.0,
                0.125,
                0.073,
                0.12,
                0.053,
                0.056,
                0.024,
                0.096,
                0.112,
                0.051,
                0.067
            ],
            "timbre": [
                56.119,
                82.27,
                30.665,
                21.144,
                18.365,
                -28.984,
                17.478,
                -5.265,
                -8.763,
                -11.449,
                -30.029,
                -26.007
            ]
        },
        {
            "start": 39.91524,
            "duration": 0.30168,
            "confidence": 0.804,
            "loudness_start": -7.161,
            "loudness_max_time": 0.09697,
            "loudness_max": 1.883,
            "loudness_end": 0.0,
            "pitches": [
                0.58,
                1.0,
                0.613,
                0.63,
                0.722,
                0.383,
                0.279,
                0.29,
                0.201,
                0.139,
                0.103,
                0.414
            ],
            "timbre": [
                56.014,
                89.71,
                25.624,
                -24.754,
                7.961,
                -0.155,
                19.452,
                30.932,
                -3.98,
                4.392,
                -33.102,
                -17.264
            ]
        },
        {
            "start": 40.21692,
            "duration": 0.49918,
            "confidence": 0.855,
            "loudness_start": -9.31,
            "loudness_max_time": 0.07723,
            "loudness_max": 0.785,
            "loudness_end": 0.0,
            "pitches": [
                0.217,
                0.787,
                1.0,
                0.681,
                0.343,
                0.197,
                0.236,
                0.308,
                0.309,
                0.335,
                0.208,
                0.086
            ],
            "timbre": [
                57.152,
                102.733,
                13.501,
                -10.915,
                54.887,
                3.244,
                -4.277,
                11.595,
                5.829,
                29.511,
                -16.871,
                -15.252
            ]
        },
        {
            "start": 40.7161,
            "duration": 0.29029,
            "confidence": 0.867,
            "loudness_start": -9.197,
            "loudness_max_time": 0.04329,
            "loudness_max": 1.822,
            "loudness_end": 0.0,
            "pitches": [
                0.247,
                1.0,
                0.56,
                0.068,
                0.028,
                0.037,
                0.025,
                0.019,
                0.042,
                0.14,
                0.028,
                0.044
            ],
            "timbre": [
                57.915,
                112.116,
                35.629,
                -24.824,
                20.474,
                20.209,
                -10.469,
                16.749,
                19.164,
                10.538,
                7.711,
                -32.33
            ]
        },
        {
            "start": 41.00639,
            "duration": 0.51692,
            "confidence": 0.318,
            "loudness_start": -4.347,
            "loudness_max_time": 0.06951,
            "loudness_max": 0.755,
            "loudness_end": 0.0,
            "pitches": [
                0.307,
                1.0,
                0.527,
                0.059,
                0.066,
                0.108,
                0.207,
                0.287,
                0.49,
                0.213,
                0.079,
                0.18
            ],
            "timbre": [
                56.913,
                100.122,
                10.733,
                -18.241,
                -5.861,
                -34.187,
                10.188,
                11.67,
                6.05,
                -5.31,
                -14.623,
                0.224
            ]
        },
        {
            "start": 41.52331,
            "duration": 0.26671,
            "confidence": 0.468,
            "loudness_start": -8.658,
            "loudness_max_time": 0.00895,
            "loudness_max": -0.049,
            "loudness_end": 0.0,
            "pitches": [
                0.727,
                1.0,
                0.589,
                0.209,
                0.274,
                0.117,
                0.066,
                0.131,
                0.071,
                0.156,
                0.05,
                0.309
            ],
            "timbre": [
                56.197,
                87.614,
                -3.751,
                5.189,
                -12.128,
                -61.31,
                2.486,
                12.512,
                1.542,
                -8.397,
                -13.535,
                11.161
            ]
        },
        {
            "start": 41.79002,
            "duration": 0.23791,
            "confidence": 0.518,
            "loudness_start": -9.719,
            "loudness_max_time": 0.13519,
            "loudness_max": -3.952,
            "loudness_end": 0.0,
            "pitches": [
                0.26,
                1.0,
                0.306,
                0.211,
                0.338,
                0.292,
                0.068,
                0.055,
                0.048,
                0.072,
                0.041,
                0.206
            ],
            "timbre": [
                54.922,
                75.728,
                -6.185,
                -22.071,
                33.314,
                -47.305,
                18.609,
                -3.261,
                -4.19,
                12.155,
                -12.629,
                0.317
            ]
        },
        {
            "start": 42.02794,
            "duration": 0.12893,
            "confidence": 0.693,
            "loudness_start": -6.791,
            "loudness_max_time": 0.04115,
            "loudness_max": 0.337,
            "loudness_end": 0.0,
            "pitches": [
                0.505,
                1.0,
                0.16,
                0.154,
                0.254,
                0.22,
                0.212,
                0.291,
                0.456,
                0.368,
                0.298,
                0.123
            ],
            "timbre": [
                58.29,
                44.029,
                21.378,
                -8.954,
                16.572,
                -33.741,
                52.73,
                27.812,
                24.662,
                13.64,
                13.086,
                7.694
            ]
        },
        {
            "start": 42.15687,
            "duration": 0.138,
            "confidence": 0.057,
            "loudness_start": -2.694,
            "loudness_max_time": 0.04878,
            "loudness_max": -0.078,
            "loudness_end": 0.0,
            "pitches": [
                0.136,
                0.144,
                0.116,
                0.126,
                0.643,
                0.534,
                0.969,
                0.974,
                0.902,
                1.0,
                0.403,
                0.051
            ],
            "timbre": [
                57.832,
                84.567,
                61.76,
                18.477,
                44.336,
                -30.175,
                50.724,
                13.581,
                25.954,
                -12.87,
                -19.073,
                18.131
            ]
        },
        {
            "start": 42.29488,
            "duration": 0.26776,
            "confidence": 0.407,
            "loudness_start": -5.918,
            "loudness_max_time": 0.16746,
            "loudness_max": -0.934,
            "loudness_end": 0.0,
            "pitches": [
                0.137,
                0.5,
                0.057,
                0.321,
                1.0,
                0.371,
                0.06,
                0.043,
                0.134,
                0.239,
                0.063,
                0.281
            ],
            "timbre": [
                57.726,
                99.443,
                37.562,
                -17.091,
                33.002,
                -33.568,
                14.026,
                13.123,
                17.227,
                9.41,
                5.414,
                3.082
            ]
        },
        {
            "start": 42.56263,
            "duration": 0.25451,
            "confidence": 0.287,
            "loudness_start": -3.919,
            "loudness_max_time": 0.01368,
            "loudness_max": 0.605,
            "loudness_end": 0.0,
            "pitches": [
                0.638,
                1.0,
                0.968,
                0.333,
                0.703,
                0.319,
                0.423,
                0.405,
                0.286,
                0.23,
                0.14,
                0.592
            ],
            "timbre": [
                58.122,
                62.288,
                6.788,
                4.133,
                23.481,
                -54.976,
                14.977,
                3.759,
                19.561,
                3.771,
                -4.572,
                0.368
            ]
        },
        {
            "start": 42.81714,
            "duration": 0.27342,
            "confidence": 0.006,
            "loudness_start": -5.209,
            "loudness_max_time": 0.04723,
            "loudness_max": -2.881,
            "loudness_end": 0.0,
            "pitches": [
                0.273,
                0.95,
                1.0,
                0.757,
                0.504,
                0.073,
                0.04,
                0.033,
                0.107,
                0.111,
                0.054,
                0.213
            ],
            "timbre": [
                55.575,
                62.62,
                2.686,
                -4.22,
                24.124,
                -38.37,
                28.193,
                3.863,
                2.653,
                0.223,
                -17.897,
                0.382
            ]
        },
        {
            "start": 43.09057,
            "duration": 0.09506,
            "confidence": 0.499,
            "loudness_start": -8.315,
            "loudness_max_time": 0.00698,
            "loudness_max": -1.507,
            "loudness_end": 0.0,
            "pitches": [
                0.627,
                1.0,
                0.147,
                0.086,
                0.205,
                0.186,
                0.303,
                0.313,
                0.382,
                0.374,
                0.403,
                0.106
            ],
            "timbre": [
                54.872,
                66.373,
                -36.88,
                -5.999,
                -21.187,
                -68.561,
                10.647,
                20.846,
                -17.891,
                -3.034,
                -9.398,
                12.734
            ]
        },
        {
            "start": 43.18562,
            "duration": 0.13211,
            "confidence": 0.127,
            "loudness_start": -8.007,
            "loudness_max_time": 0.06419,
            "loudness_max": -4.32,
            "loudness_end": 0.0,
            "pitches": [
                0.083,
                0.139,
                0.085,
                0.073,
                0.448,
                0.431,
                1.0,
                0.978,
                0.886,
                0.917,
                0.321,
                0.012
            ],
            "timbre": [
                53.641,
                74.77,
                16.441,
                -2.3,
                -2.373,
                -26.773,
                49.849,
                -1.09,
                -4.271,
                5.044,
                -19.456,
                -0.669
            ]
        },
        {
            "start": 43.31773,
            "duration": 0.28912,
            "confidence": 0.774,
            "loudness_start": -8.525,
            "loudness_max_time": 0.04895,
            "loudness_max": -0.393,
            "loudness_end": 0.0,
            "pitches": [
                0.064,
                0.361,
                0.096,
                0.088,
                0.192,
                0.229,
                1.0,
                0.192,
                0.073,
                0.174,
                0.111,
                0.063
            ],
            "timbre": [
                57.055,
                86.738,
                65.593,
                -3.747,
                4.022,
                6.75,
                61.458,
                28.557,
                -21.324,
                -7.279,
                1.056,
                12.944
            ]
        },
        {
            "start": 43.60685,
            "duration": 0.27283,
            "confidence": 0.41,
            "loudness_start": -6.312,
            "loudness_max_time": 0.02095,
            "loudness_max": 0.15,
            "loudness_end": 0.0,
            "pitches": [
                0.592,
                1.0,
                0.92,
                0.397,
                0.409,
                0.225,
                0.893,
                0.278,
                0.111,
                0.147,
                0.098,
                0.414
            ],
            "timbre": [
                57.969,
                72.395,
                40.533,
                2.67,
                11.028,
                -54.462,
                31.54,
                29.622,
                0.245,
                4.718,
                -10.056,
                -6.366
            ]
        },
        {
            "start": 43.87968,
            "duration": 0.22712,
            "confidence": 0.492,
            "loudness_start": -6.052,
            "loudness_max_time": 0.02879,
            "loudness_max": -0.812,
            "loudness_end": 0.0,
            "pitches": [
                0.475,
                1.0,
                0.151,
                0.084,
                0.122,
                0.059,
                0.067,
                0.031,
                0.106,
                0.139,
                0.06,
                0.075
            ],
            "timbre": [
                56.649,
                80.776,
                34.55,
                42.02,
                16.283,
                -32.534,
                24.551,
                -15.661,
                -18.272,
                -4.783,
                -23.865,
                -26.289
            ]
        },
        {
            "start": 44.1068,
            "duration": 0.28943,
            "confidence": 0.799,
            "loudness_start": -7.724,
            "loudness_max_time": 0.06961,
            "loudness_max": 0.806,
            "loudness_end": 0.0,
            "pitches": [
                0.618,
                1.0,
                0.664,
                0.609,
                0.765,
                0.335,
                0.236,
                0.282,
                0.187,
                0.145,
                0.106,
                0.478
            ],
            "timbre": [
                56.627,
                82.875,
                16.779,
                -12.49,
                21.473,
                4.415,
                12.228,
                46.354,
                9.277,
                1.992,
                -14.96,
                -27.378
            ]
        },
        {
            "start": 44.39624,
            "duration": 0.25542,
            "confidence": 0.815,
            "loudness_start": -8.561,
            "loudness_max_time": 0.04278,
            "loudness_max": 0.786,
            "loudness_end": 0.0,
            "pitches": [
                0.406,
                1.0,
                0.248,
                0.05,
                0.018,
                0.011,
                0.025,
                0.011,
                0.04,
                0.159,
                0.034,
                0.017
            ],
            "timbre": [
                57.717,
                109.019,
                26.323,
                -34.361,
                41.776,
                2.46,
                -0.619,
                -1.335,
                2.607,
                30.668,
                -4.979,
                -12.722
            ]
        },
        {
            "start": 44.65166,
            "duration": 0.23837,
            "confidence": 0.345,
            "loudness_start": -2.014,
            "loudness_max_time": 0.03543,
            "loudness_max": 1.611,
            "loudness_end": 0.0,
            "pitches": [
                0.745,
                1.0,
                0.862,
                0.53,
                0.4,
                0.228,
                0.174,
                0.343,
                0.278,
                0.28,
                0.119,
                0.52
            ],
            "timbre": [
                57.412,
                92.419,
                -11.424,
                39.721,
                10.014,
                -51.539,
                1.233,
                16.634,
                -4.923,
                -9.049,
                -8.847,
                -3.246
            ]
        },
        {
            "start": 44.89002,
            "duration": 0.29057,
            "confidence": 0.835,
            "loudness_start": -8.758,
            "loudness_max_time": 0.04719,
            "loudness_max": 0.284,
            "loudness_end": 0.0,
            "pitches": [
                0.234,
                1.0,
                0.582,
                0.082,
                0.029,
                0.032,
                0.02,
                0.02,
                0.051,
                0.144,
                0.031,
                0.047
            ],
            "timbre": [
                57.586,
                104.389,
                34.913,
                -35.358,
                36.203,
                13.016,
                -11.314,
                15.108,
                25.368,
                10.218,
                -0.257,
                -33.623
            ]
        },
        {
            "start": 45.18059,
            "duration": 0.2439,
            "confidence": 0.077,
            "loudness_start": -3.78,
            "loudness_max_time": 0.03834,
            "loudness_max": -0.825,
            "loudness_end": 0.0,
            "pitches": [
                0.574,
                1.0,
                0.553,
                0.23,
                0.261,
                0.142,
                0.102,
                0.108,
                0.103,
                0.053,
                0.055,
                0.582
            ],
            "timbre": [
                57.872,
                83.404,
                30.637,
                -4.169,
                -1.183,
                -44.395,
                21.335,
                14.791,
                -0.246,
                4.058,
                -3.177,
                -9.655
            ]
        },
        {
            "start": 45.42449,
            "duration": 0.25052,
            "confidence": 0.018,
            "loudness_start": -3.899,
            "loudness_max_time": 0.10278,
            "loudness_max": -1.109,
            "loudness_end": 0.0,
            "pitches": [
                0.697,
                1.0,
                0.076,
                0.01,
                0.028,
                0.024,
                0.015,
                0.038,
                0.147,
                0.05,
                0.009,
                0.082
            ],
            "timbre": [
                56.29,
                92.611,
                47.437,
                22.58,
                18.836,
                -31.678,
                38.133,
                -8.048,
                15.277,
                10.349,
                -43.022,
                13.429
            ]
        },
        {
            "start": 45.67501,
            "duration": 0.28893,
            "confidence": 0.805,
            "loudness_start": -10.34,
            "loudness_max_time": 0.03098,
            "loudness_max": 0.209,
            "loudness_end": 0.0,
            "pitches": [
                0.732,
                1.0,
                0.626,
                0.316,
                0.327,
                0.162,
                0.119,
                0.172,
                0.107,
                0.164,
                0.071,
                0.306
            ],
            "timbre": [
                55.981,
                85.134,
                -2.755,
                -4.862,
                11.601,
                -5.091,
                17.736,
                27.079,
                8.84,
                -4.849,
                17.887,
                -2.214
            ]
        },
        {
            "start": 45.96395,
            "duration": 0.24889,
            "confidence": 0.372,
            "loudness_start": -8.493,
            "loudness_max_time": 0.14993,
            "loudness_max": -3.729,
            "loudness_end": 0.0,
            "pitches": [
                0.256,
                1.0,
                0.309,
                0.242,
                0.352,
                0.281,
                0.071,
                0.049,
                0.048,
                0.073,
                0.04,
                0.201
            ],
            "timbre": [
                54.773,
                79.009,
                -8.382,
                -25.337,
                31.179,
                -51.243,
                17.9,
                -10.446,
                -5.901,
                11.348,
                -12.024,
                1.747
            ]
        },
        {
            "start": 46.21283,
            "duration": 0.1029,
            "confidence": 0.689,
            "loudness_start": -7.138,
            "loudness_max_time": 0.01785,
            "loudness_max": 0.463,
            "loudness_end": 0.0,
            "pitches": [
                0.669,
                1.0,
                0.17,
                0.195,
                0.142,
                0.1,
                0.09,
                0.21,
                0.353,
                0.134,
                0.262,
                0.1
            ],
            "timbre": [
                58.168,
                24.328,
                22.416,
                10.847,
                21.738,
                -46.118,
                42.934,
                22.326,
                22.745,
                21.175,
                -1.049,
                3.329
            ]
        },
        {
            "start": 46.31574,
            "duration": 0.15252,
            "confidence": 0.221,
            "loudness_start": -4.105,
            "loudness_max_time": 0.09927,
            "loudness_max": -0.947,
            "loudness_end": 0.0,
            "pitches": [
                0.447,
                0.494,
                0.188,
                0.201,
                0.831,
                0.768,
                0.985,
                1.0,
                0.362,
                0.427,
                0.382,
                0.13
            ],
            "timbre": [
                57.877,
                57.786,
                42.81,
                -6.884,
                31.647,
                -33.05,
                52.022,
                13.493,
                20.269,
                -1.854,
                -9.391,
                19.389
            ]
        },
        {
            "start": 46.46825,
            "duration": 0.2688,
            "confidence": 0.437,
            "loudness_start": -5.203,
            "loudness_max_time": 0.06622,
            "loudness_max": 0.426,
            "loudness_end": 0.0,
            "pitches": [
                0.199,
                0.577,
                0.123,
                0.495,
                1.0,
                0.381,
                0.109,
                0.099,
                0.164,
                0.478,
                0.071,
                0.386
            ],
            "timbre": [
                58.324,
                81.415,
                27.883,
                -21.44,
                40.88,
                -27.205,
                18.118,
                9.591,
                27.946,
                -2.051,
                -1.53,
                8.712
            ]
        },
        {
            "start": 46.73705,
            "duration": 0.52726,
            "confidence": 0.169,
            "loudness_start": -2.618,
            "loudness_max_time": 0.01075,
            "loudness_max": 1.074,
            "loudness_end": 0.0,
            "pitches": [
                0.139,
                0.296,
                0.451,
                0.842,
                1.0,
                0.371,
                0.514,
                0.383,
                0.725,
                0.34,
                0.149,
                0.249
            ],
            "timbre": [
                57.78,
                66.704,
                -10.122,
                6.676,
                20.842,
                -58.317,
                -2.007,
                7.44,
                10.75,
                3.509,
                -10.101,
                0.215
            ]
        },
        {
            "start": 47.26431,
            "duration": 0.20272,
            "confidence": 0.387,
            "loudness_start": -6.396,
            "loudness_max_time": 0.00716,
            "loudness_max": -1.482,
            "loudness_end": 0.0,
            "pitches": [
                0.53,
                1.0,
                0.856,
                0.518,
                0.447,
                0.255,
                0.323,
                0.152,
                0.139,
                0.108,
                0.202,
                0.455
            ],
            "timbre": [
                56.301,
                58.898,
                12.965,
                -9.308,
                -12.149,
                -55.637,
                30.886,
                11.291,
                -10.521,
                2.967,
                -8.972,
                -16.905
            ]
        },
        {
            "start": 47.46703,
            "duration": 0.3078,
            "confidence": 0.635,
            "loudness_start": -7.145,
            "loudness_max_time": 0.10666,
            "loudness_max": -0.724,
            "loudness_end": 0.0,
            "pitches": [
                0.072,
                0.394,
                0.129,
                0.096,
                0.145,
                0.172,
                1.0,
                0.202,
                0.137,
                0.159,
                0.143,
                0.058
            ],
            "timbre": [
                55.924,
                72.175,
                75.318,
                -37.971,
                -7.527,
                -24.924,
                47.084,
                29.665,
                -18.818,
                -4.136,
                -11.485,
                -3.797
            ]
        },
        {
            "start": 47.77483,
            "duration": 0.24363,
            "confidence": 0.249,
            "loudness_start": -4.583,
            "loudness_max_time": 0.03198,
            "loudness_max": 0.066,
            "loudness_end": 0.0,
            "pitches": [
                0.565,
                1.0,
                0.976,
                0.544,
                0.524,
                0.197,
                0.244,
                0.302,
                0.238,
                0.223,
                0.147,
                0.429
            ],
            "timbre": [
                56.957,
                57.592,
                2.804,
                22.279,
                22.768,
                -35.49,
                23.153,
                17.871,
                6.103,
                4.289,
                -10.363,
                17.598
            ]
        },
        {
            "start": 48.01846,
            "duration": 0.42912,
            "confidence": 0.76,
            "loudness_start": -9.559,
            "loudness_max_time": 0.09065,
            "loudness_max": 0.058,
            "loudness_end": 0.0,
            "pitches": [
                0.235,
                0.334,
                0.771,
                1.0,
                0.544,
                0.153,
                0.246,
                0.127,
                0.175,
                0.295,
                0.114,
                0.078
            ],
            "timbre": [
                55.389,
                59.045,
                24.002,
                -35.095,
                36.008,
                -6.931,
                14.838,
                6.487,
                -0.585,
                19.645,
                -24.02,
                -4.214
            ]
        },
        {
            "start": 48.44757,
            "duration": 0.12286,
            "confidence": 0.231,
            "loudness_start": -7.435,
            "loudness_max_time": 0.01427,
            "loudness_max": -4.256,
            "loudness_end": 0.0,
            "pitches": [
                0.245,
                0.334,
                0.372,
                0.272,
                0.727,
                0.703,
                0.974,
                0.952,
                0.88,
                1.0,
                0.572,
                0.026
            ],
            "timbre": [
                53.716,
                111.668,
                52.846,
                11.909,
                27.581,
                -51.737,
                38.366,
                -8.145,
                37.177,
                3.149,
                -12.496,
                2.747
            ]
        },
        {
            "start": 48.57043,
            "duration": 0.25605,
            "confidence": 0.832,
            "loudness_start": -9.191,
            "loudness_max_time": 0.04408,
            "loudness_max": 1.08,
            "loudness_end": 0.0,
            "pitches": [
                0.426,
                1.0,
                0.224,
                0.04,
                0.016,
                0.012,
                0.028,
                0.013,
                0.043,
                0.273,
                0.049,
                0.016
            ],
            "timbre": [
                58.367,
                63.009,
                43.611,
                25.532,
                69.776,
                -32.666,
                26.247,
                22.841,
                13.145,
                19.352,
                -11.118,
                2.095
            ]
        },
        {
            "start": 48.82649,
            "duration": 0.23152,
            "confidence": 0.564,
            "loudness_start": -6.064,
            "loudness_max_time": 0.00912,
            "loudness_max": 0.437,
            "loudness_end": 0.0,
            "pitches": [
                0.746,
                1.0,
                0.89,
                0.66,
                0.452,
                0.253,
                0.198,
                0.345,
                0.275,
                0.444,
                0.18,
                0.527
            ],
            "timbre": [
                56.915,
                94.678,
                -22.658,
                13.769,
                15.118,
                -56.732,
                2.604,
                0.152,
                5.696,
                -9.034,
                -15.029,
                1.995
            ]
        },
        {
            "start": 49.058,
            "duration": 0.19184,
            "confidence": 0.805,
            "loudness_start": -8.674,
            "loudness_max_time": 0.10991,
            "loudness_max": 1.222,
            "loudness_end": 0.0,
            "pitches": [
                0.479,
                1.0,
                0.535,
                0.146,
                0.06,
                0.054,
                0.06,
                0.051,
                0.121,
                0.403,
                0.362,
                0.141
            ],
            "timbre": [
                55.839,
                59.536,
                60.506,
                -63.145,
                43.241,
                -16.085,
                42.825,
                -3.651,
                10.043,
                17.054,
                -18.177,
                -5.059
            ]
        },
        {
            "start": 49.24984,
            "duration": 0.36658,
            "confidence": 0.192,
            "loudness_start": -3.684,
            "loudness_max_time": 0.0466,
            "loudness_max": -0.441,
            "loudness_end": 0.0,
            "pitches": [
                0.608,
                1.0,
                0.856,
                0.64,
                0.565,
                0.405,
                0.309,
                0.379,
                0.332,
                0.191,
                0.15,
                0.353
            ],
            "timbre": [
                56.016,
                65.737,
                15.359,
                35.911,
                20.87,
                -35.631,
                28.82,
                7.528,
                30.296,
                2.599,
                -32.184,
                -1.863
            ]
        },
        {
            "start": 49.61642,
            "duration": 0.24023,
            "confidence": 0.94,
            "loudness_start": -11.077,
            "loudness_max_time": 0.07104,
            "loudness_max": 2.423,
            "loudness_end": 0.0,
            "pitches": [
                0.72,
                1.0,
                0.031,
                0.017,
                0.046,
                0.033,
                0.011,
                0.051,
                0.185,
                0.114,
                0.04,
                0.017
            ],
            "timbre": [
                56.565,
                72.438,
                37.199,
                -32.22,
                50.452,
                14.023,
                8.584,
                12.462,
                7.521,
                5.18,
                -26.532,
                -5.452
            ]
        },
        {
            "start": 49.85664,
            "duration": 0.2585,
            "confidence": 0.443,
            "loudness_start": -8.745,
            "loudness_max_time": 0.02359,
            "loudness_max": -1.123,
            "loudness_end": 0.0,
            "pitches": [
                0.69,
                1.0,
                0.66,
                0.337,
                0.301,
                0.149,
                0.097,
                0.14,
                0.096,
                0.088,
                0.053,
                0.268
            ],
            "timbre": [
                54.744,
                75.228,
                -23.963,
                23.268,
                2.488,
                -36.549,
                15.164,
                11.18,
                -9.434,
                0.416,
                7.742,
                4.47
            ]
        },
        {
            "start": 50.11515,
            "duration": 0.26141,
            "confidence": 0.994,
            "loudness_start": -12.351,
            "loudness_max_time": 0.05401,
            "loudness_max": 1.996,
            "loudness_end": 0.0,
            "pitches": [
                0.195,
                1.0,
                0.282,
                0.337,
                0.524,
                0.379,
                0.085,
                0.072,
                0.154,
                0.285,
                0.089,
                0.266
            ],
            "timbre": [
                56.221,
                93.427,
                19.295,
                -33.527,
                32.606,
                39.986,
                -2.562,
                -1.121,
                24.701,
                -13.934,
                -2.322,
                -23.19
            ]
        },
        {
            "start": 50.37655,
            "duration": 0.27773,
            "confidence": 0.555,
            "loudness_start": -5.75,
            "loudness_max_time": 0.05236,
            "loudness_max": -0.791,
            "loudness_end": 0.0,
            "pitches": [
                0.725,
                0.989,
                1.0,
                0.515,
                0.816,
                0.246,
                0.194,
                0.257,
                0.149,
                0.086,
                0.092,
                0.693
            ],
            "timbre": [
                57.444,
                107.309,
                27.26,
                -18.943,
                3.461,
                -26.451,
                28.712,
                26.474,
                16.065,
                1.497,
                16.434,
                15.432
            ]
        },
        {
            "start": 50.65429,
            "duration": 0.2507,
            "confidence": 0.044,
            "loudness_start": -3.736,
            "loudness_max_time": 0.06257,
            "loudness_max": -1.038,
            "loudness_end": 0.0,
            "pitches": [
                0.128,
                0.729,
                0.069,
                0.359,
                1.0,
                0.362,
                0.044,
                0.037,
                0.081,
                0.095,
                0.042,
                0.294
            ],
            "timbre": [
                56.628,
                101.479,
                21.522,
                5.139,
                17.128,
                -37.556,
                5.879,
                -7.753,
                12.303,
                20.65,
                -22.289,
                3.202
            ]
        },
        {
            "start": 50.90499,
            "duration": 0.53265,
            "confidence": 0.579,
            "loudness_start": -5.466,
            "loudness_max_time": 0.04084,
            "loudness_max": 0.008,
            "loudness_end": 0.0,
            "pitches": [
                0.124,
                0.286,
                0.484,
                0.809,
                1.0,
                0.18,
                0.304,
                0.43,
                0.48,
                0.378,
                0.191,
                0.315
            ],
            "timbre": [
                57.746,
                79.677,
                11.94,
                -2.276,
                22.445,
                -37.258,
                29.428,
                -2.672,
                10.767,
                23.927,
                -2.213,
                4.956
            ]
        },
        {
            "start": 51.43764,
            "duration": 0.24422,
            "confidence": 0.003,
            "loudness_start": -8.296,
            "loudness_max_time": 0.00696,
            "loudness_max": -2.782,
            "loudness_end": 0.0,
            "pitches": [
                0.55,
                1.0,
                0.753,
                0.338,
                0.369,
                0.17,
                0.352,
                0.122,
                0.102,
                0.129,
                0.071,
                0.433
            ],
            "timbre": [
                53.743,
                54.438,
                -18.375,
                -20.187,
                -3.401,
                -74.718,
                24.336,
                3.157,
                -8.342,
                -1.845,
                -4.661,
                10.722
            ]
        },
        {
            "start": 51.68186,
            "duration": 0.1215,
            "confidence": 0.834,
            "loudness_start": -8.689,
            "loudness_max_time": 0.04314,
            "loudness_max": 0.765,
            "loudness_end": 0.0,
            "pitches": [
                0.076,
                0.524,
                0.506,
                0.42,
                0.901,
                0.9,
                1.0,
                0.981,
                0.479,
                0.525,
                0.111,
                0.032
            ],
            "timbre": [
                57.317,
                88.024,
                52.393,
                -0.88,
                19.431,
                12.65,
                70.51,
                14.435,
                6.204,
                -18.015,
                1.536,
                17.373
            ]
        },
        {
            "start": 51.80336,
            "duration": 0.15714,
            "confidence": 0.194,
            "loudness_start": -4.166,
            "loudness_max_time": 0.06588,
            "loudness_max": -0.19,
            "loudness_end": 0.0,
            "pitches": [
                0.028,
                0.279,
                0.206,
                0.19,
                0.904,
                0.888,
                1.0,
                0.975,
                0.283,
                0.343,
                0.05,
                0.012
            ],
            "timbre": [
                57.181,
                90.934,
                37.511,
                20.895,
                14.869,
                -29.811,
                50.008,
                -5.344,
                9.961,
                -7.006,
                -30.175,
                21.461
            ]
        },
        {
            "start": 51.9605,
            "duration": 0.22113,
            "confidence": 0.424,
            "loudness_start": -6.796,
            "loudness_max_time": 0.00569,
            "loudness_max": -0.56,
            "loudness_end": 0.0,
            "pitches": [
                0.618,
                1.0,
                0.902,
                0.447,
                0.482,
                0.193,
                0.217,
                0.252,
                0.159,
                0.374,
                0.118,
                0.51
            ],
            "timbre": [
                57.549,
                56.678,
                13.144,
                -17.488,
                29.536,
                -61.851,
                25.117,
                6.652,
                6.092,
                1.202,
                -9.915,
                12.741
            ]
        },
        {
            "start": 52.18163,
            "duration": 0.28385,
            "confidence": 0.54,
            "loudness_start": -6.121,
            "loudness_max_time": 0.08541,
            "loudness_max": -0.403,
            "loudness_end": 0.0,
            "pitches": [
                0.456,
                1.0,
                0.152,
                0.122,
                0.11,
                0.074,
                0.091,
                0.052,
                0.141,
                0.231,
                0.109,
                0.051
            ],
            "timbre": [
                56.789,
                73.763,
                36.27,
                -12.579,
                39.724,
                -12.16,
                10.153,
                8.471,
                8.088,
                -3.946,
                -13.44,
                8.634
            ]
        },
        {
            "start": 52.46549,
            "duration": 0.16045,
            "confidence": 0.262,
            "loudness_start": -6.837,
            "loudness_max_time": 0.02287,
            "loudness_max": -2.495,
            "loudness_end": 0.0,
            "pitches": [
                0.301,
                1.0,
                0.207,
                0.161,
                0.078,
                0.077,
                0.547,
                0.559,
                0.768,
                0.766,
                0.455,
                0.049
            ],
            "timbre": [
                54.569,
                78.471,
                -36.704,
                -16.35,
                -16.343,
                -47.611,
                8.362,
                6.636,
                1.464,
                14.385,
                9.114,
                12.666
            ]
        },
        {
            "start": 52.62594,
            "duration": 0.09506,
            "confidence": 0.125,
            "loudness_start": -7.034,
            "loudness_max_time": 0.02127,
            "loudness_max": -5.026,
            "loudness_end": 0.0,
            "pitches": [
                0.306,
                0.398,
                0.357,
                0.299,
                0.674,
                0.661,
                0.939,
                0.926,
                0.897,
                1.0,
                0.609,
                0.02
            ],
            "timbre": [
                53.94,
                137.557,
                42.421,
                -6.306,
                23.897,
                -45.215,
                29.278,
                3.308,
                37.5,
                7.903,
                -16.065,
                -0.541
            ]
        },
        {
            "start": 52.721,
            "duration": 0.27261,
            "confidence": 0.707,
            "loudness_start": -7.486,
            "loudness_max_time": 0.07139,
            "loudness_max": 0.245,
            "loudness_end": 0.0,
            "pitches": [
                0.418,
                1.0,
                0.262,
                0.042,
                0.029,
                0.014,
                0.032,
                0.013,
                0.052,
                0.206,
                0.052,
                0.023
            ],
            "timbre": [
                57.114,
                105.299,
                50.005,
                19.936,
                53.102,
                -6.993,
                42.359,
                3.083,
                16.34,
                15.193,
                -14.469,
                10.607
            ]
        },
        {
            "start": 52.99361,
            "duration": 0.25474,
            "confidence": 0.717,
            "loudness_start": -8.318,
            "loudness_max_time": 0.01586,
            "loudness_max": 0.64,
            "loudness_end": 0.0,
            "pitches": [
                0.663,
                1.0,
                0.818,
                0.566,
                0.423,
                0.251,
                0.219,
                0.368,
                0.277,
                0.605,
                0.279,
                0.488
            ],
            "timbre": [
                57.627,
                83.432,
                -9.79,
                7.783,
                20.736,
                -27.628,
                -10.843,
                14.741,
                -2.427,
                1.42,
                -9.873,
                -5.66
            ]
        },
        {
            "start": 53.24834,
            "duration": 0.24998,
            "confidence": 0.771,
            "loudness_start": -9.335,
            "loudness_max_time": 0.05217,
            "loudness_max": -0.421,
            "loudness_end": 0.0,
            "pitches": [
                0.342,
                1.0,
                0.454,
                0.082,
                0.042,
                0.021,
                0.036,
                0.037,
                0.209,
                0.358,
                0.074,
                0.029
            ],
            "timbre": [
                56.453,
                72.695,
                6.753,
                -16.284,
                52.487,
                -0.372,
                5.927,
                -31.504,
                9.627,
                5.301,
                -15.818,
                -4.339
            ]
        },
        {
            "start": 53.49832,
            "duration": 0.25546,
            "confidence": 0.154,
            "loudness_start": -6.67,
            "loudness_max_time": 0.03203,
            "loudness_max": -2.261,
            "loudness_end": 0.0,
            "pitches": [
                0.564,
                1.0,
                0.816,
                0.526,
                0.46,
                0.285,
                0.199,
                0.247,
                0.185,
                0.139,
                0.089,
                0.322
            ],
            "timbre": [
                54.258,
                45.986,
                -24.012,
                -2.034,
                10.387,
                -43.439,
                6.488,
                21.325,
                6.978,
                -12.488,
                10.593,
                0.11
            ]
        },
        {
            "start": 53.75379,
            "duration": 0.27347,
            "confidence": 0.916,
            "loudness_start": -11.175,
            "loudness_max_time": 0.08285,
            "loudness_max": 0.353,
            "loudness_end": 0.0,
            "pitches": [
                0.663,
                1.0,
                0.036,
                0.014,
                0.057,
                0.029,
                0.006,
                0.035,
                0.179,
                0.104,
                0.035,
                0.02
            ],
            "timbre": [
                56.221,
                72.959,
                60.051,
                -22.366,
                53.253,
                22.398,
                58.0,
                11.359,
                21.836,
                -13.492,
                -1.47,
                14.732
            ]
        },
        {
            "start": 54.02726,
            "duration": 0.23986,
            "confidence": 0.518,
            "loudness_start": -8.051,
            "loudness_max_time": 0.02628,
            "loudness_max": 0.028,
            "loudness_end": 0.0,
            "pitches": [
                0.695,
                1.0,
                0.76,
                0.471,
                0.384,
                0.208,
                0.133,
                0.168,
                0.118,
                0.09,
                0.068,
                0.31
            ],
            "timbre": [
                55.357,
                64.468,
                -17.985,
                23.756,
                7.178,
                -28.15,
                19.686,
                12.348,
                -4.664,
                -8.947,
                12.727,
                2.718
            ]
        },
        {
            "start": 54.26712,
            "duration": 0.2937,
            "confidence": 0.87,
            "loudness_start": -10.933,
            "loudness_max_time": 0.06028,
            "loudness_max": -0.12,
            "loudness_end": 0.0,
            "pitches": [
                0.191,
                1.0,
                0.251,
                0.369,
                0.551,
                0.401,
                0.079,
                0.062,
                0.133,
                0.287,
                0.118,
                0.317
            ],
            "timbre": [
                54.647,
                70.96,
                34.163,
                -43.963,
                43.033,
                9.64,
                22.274,
                -1.624,
                -6.023,
                -2.535,
                -34.687,
                -10.022
            ]
        },
        {
            "start": 54.56082,
            "duration": 0.36036,
            "confidence": 0.67,
            "loudness_start": -6.763,
            "loudness_max_time": 0.08162,
            "loudness_max": 0.591,
            "loudness_end": 0.0,
            "pitches": [
                0.765,
                1.0,
                0.714,
                0.253,
                0.85,
                0.183,
                0.177,
                0.218,
                0.26,
                0.259,
                0.265,
                0.622
            ],
            "timbre": [
                57.409,
                76.567,
                11.808,
                -14.705,
                16.127,
                -32.808,
                4.08,
                28.577,
                11.627,
                19.033,
                -4.563,
                -9.638
            ]
        },
        {
            "start": 54.92118,
            "duration": 0.40608,
            "confidence": 0.691,
            "loudness_start": -6.216,
            "loudness_max_time": 0.1792,
            "loudness_max": 0.71,
            "loudness_end": 0.0,
            "pitches": [
                0.148,
                0.354,
                0.631,
                0.644,
                1.0,
                0.464,
                0.53,
                0.465,
                0.471,
                0.407,
                0.318,
                0.171
            ],
            "timbre": [
                56.546,
                76.213,
                5.314,
                -30.512,
                32.169,
                -10.815,
                17.084,
                30.759,
                11.675,
                -9.646,
                -33.004,
                -14.855
            ]
        },
        {
            "start": 55.32726,
            "duration": 0.28444,
            "confidence": 0.595,
            "loudness_start": -7.568,
            "loudness_max_time": 0.04187,
            "loudness_max": -1.265,
            "loudness_end": 0.0,
            "pitches": [
                0.244,
                0.9,
                1.0,
                0.899,
                0.697,
                0.061,
                0.045,
                0.034,
                0.143,
                0.28,
                0.129,
                0.191
            ],
            "timbre": [
                56.645,
                67.429,
                14.733,
                -12.4,
                68.26,
                -23.337,
                68.373,
                -1.445,
                1.372,
                21.432,
                -18.721,
                7.407
            ]
        },
        {
            "start": 55.6117,
            "duration": 0.09506,
            "confidence": 0.077,
            "loudness_start": -6.864,
            "loudness_max_time": 0.00572,
            "loudness_max": -0.899,
            "loudness_end": 0.0,
            "pitches": [
                0.628,
                1.0,
                0.148,
                0.085,
                0.194,
                0.186,
                0.286,
                0.304,
                0.378,
                0.366,
                0.396,
                0.086
            ],
            "timbre": [
                54.307,
                37.542,
                -40.239,
                1.803,
                2.617,
                -87.372,
                15.479,
                18.827,
                2.378,
                3.416,
                -14.951,
                7.446
            ]
        },
        {
            "start": 55.70676,
            "duration": 0.15533,
            "confidence": 0.188,
            "loudness_start": -9.06,
            "loudness_max_time": 0.05259,
            "loudness_max": -5.236,
            "loudness_end": 0.0,
            "pitches": [
                0.075,
                0.122,
                0.068,
                0.058,
                0.31,
                0.302,
                1.0,
                0.981,
                0.822,
                0.839,
                0.224,
                0.012
            ],
            "timbre": [
                52.271,
                55.747,
                -4.767,
                -15.254,
                16.401,
                -24.451,
                35.83,
                -0.212,
                3.853,
                -9.051,
                -26.461,
                -6.179
            ]
        },
        {
            "start": 55.86209,
            "duration": 0.26694,
            "confidence": 0.9,
            "loudness_start": -11.223,
            "loudness_max_time": 0.03477,
            "loudness_max": 0.392,
            "loudness_end": 0.0,
            "pitches": [
                0.068,
                0.318,
                0.069,
                0.047,
                0.189,
                0.324,
                1.0,
                0.174,
                0.093,
                0.123,
                0.107,
                0.082
            ],
            "timbre": [
                57.476,
                99.807,
                53.952,
                8.667,
                -0.091,
                12.91,
                58.004,
                18.331,
                -25.077,
                -7.601,
                16.774,
                0.3
            ]
        },
        {
            "start": 56.12902,
            "duration": 0.27973,
            "confidence": 0.437,
            "loudness_start": -4.592,
            "loudness_max_time": 0.00865,
            "loudness_max": -0.36,
            "loudness_end": 0.0,
            "pitches": [
                0.597,
                1.0,
                0.918,
                0.365,
                0.394,
                0.184,
                0.754,
                0.238,
                0.107,
                0.106,
                0.098,
                0.437
            ],
            "timbre": [
                57.896,
                77.194,
                38.215,
                9.781,
                7.346,
                -47.387,
                37.912,
                34.27,
                -10.719,
                5.875,
                -10.81,
                -2.465
            ]
        },
        {
            "start": 56.40875,
            "duration": 0.22141,
            "confidence": 0.593,
            "loudness_start": -6.354,
            "loudness_max_time": 0.02385,
            "loudness_max": 0.592,
            "loudness_end": 0.0,
            "pitches": [
                0.476,
                1.0,
                0.188,
                0.144,
                0.144,
                0.066,
                0.102,
                0.038,
                0.118,
                0.115,
                0.067,
                0.074
            ],
            "timbre": [
                57.338,
                105.396,
                25.884,
                36.374,
                28.619,
                -32.117,
                26.345,
                -18.216,
                -13.746,
                8.598,
                -17.4,
                -23.614
            ]
        },
        {
            "start": 56.63016,
            "duration": 0.28785,
            "confidence": 0.669,
            "loudness_start": -6.572,
            "loudness_max_time": 0.08873,
            "loudness_max": 0.694,
            "loudness_end": 0.0,
            "pitches": [
                0.648,
                1.0,
                0.782,
                0.63,
                0.77,
                0.335,
                0.244,
                0.292,
                0.192,
                0.167,
                0.12,
                0.513
            ],
            "timbre": [
                56.739,
                97.668,
                12.855,
                -9.159,
                12.156,
                -6.085,
                7.696,
                31.779,
                -4.658,
                15.631,
                -18.009,
                -14.294
            ]
        },
        {
            "start": 56.918,
            "duration": 0.14481,
            "confidence": 0.804,
            "loudness_start": -9.509,
            "loudness_max_time": 0.07551,
            "loudness_max": -0.215,
            "loudness_end": 0.0,
            "pitches": [
                0.462,
                1.0,
                0.806,
                0.666,
                0.438,
                0.436,
                0.098,
                0.082,
                0.069,
                0.113,
                0.027,
                0.021
            ],
            "timbre": [
                57.179,
                108.314,
                19.123,
                -40.057,
                54.853,
                -8.463,
                -6.427,
                -4.915,
                11.208,
                26.385,
                -10.888,
                -15.131
            ]
        },
        {
            "start": 57.06281,
            "duration": 0.09882,
            "confidence": 0.198,
            "loudness_start": -2.888,
            "loudness_max_time": 0.03794,
            "loudness_max": 0.452,
            "loudness_end": 0.0,
            "pitches": [
                0.687,
                1.0,
                0.966,
                0.763,
                0.519,
                0.512,
                0.21,
                0.196,
                0.05,
                0.07,
                0.038,
                0.024
            ],
            "timbre": [
                58.836,
                102.868,
                14.58,
                -10.257,
                53.515,
                -45.196,
                -4.558,
                1.67,
                15.158,
                16.148,
                -15.529,
                -22.798
            ]
        },
        {
            "start": 57.16163,
            "duration": 0.25546,
            "confidence": 0.134,
            "loudness_start": -2.669,
            "loudness_max_time": 0.02316,
            "loudness_max": 0.886,
            "loudness_end": 0.0,
            "pitches": [
                0.722,
                1.0,
                0.846,
                0.608,
                0.434,
                0.235,
                0.212,
                0.354,
                0.252,
                0.233,
                0.131,
                0.458
            ],
            "timbre": [
                57.27,
                88.471,
                -9.296,
                30.083,
                15.906,
                -39.13,
                1.821,
                15.404,
                -11.482,
                -0.715,
                -8.408,
                -7.477
            ]
        },
        {
            "start": 57.4171,
            "duration": 0.32467,
            "confidence": 0.838,
            "loudness_start": -9.182,
            "loudness_max_time": 0.07204,
            "loudness_max": 0.752,
            "loudness_end": 0.0,
            "pitches": [
                0.259,
                1.0,
                0.346,
                0.058,
                0.031,
                0.036,
                0.041,
                0.022,
                0.047,
                0.148,
                0.038,
                0.095
            ],
            "timbre": [
                55.863,
                99.727,
                44.649,
                -65.068,
                10.109,
                1.31,
                12.376,
                8.764,
                8.581,
                5.817,
                -12.446,
                -19.21
            ]
        },
        {
            "start": 57.74177,
            "duration": 0.47651,
            "confidence": 0.058,
            "loudness_start": -4.717,
            "loudness_max_time": 0.03289,
            "loudness_max": -0.85,
            "loudness_end": 0.0,
            "pitches": [
                0.359,
                1.0,
                0.571,
                0.054,
                0.083,
                0.093,
                0.157,
                0.201,
                0.423,
                0.172,
                0.06,
                0.19
            ],
            "timbre": [
                57.16,
                101.799,
                24.031,
                -18.059,
                2.479,
                -28.124,
                24.058,
                -7.796,
                9.549,
                3.668,
                -0.625,
                -7.924
            ]
        },
        {
            "start": 58.21828,
            "duration": 0.26685,
            "confidence": 0.505,
            "loudness_start": -8.396,
            "loudness_max_time": 0.00922,
            "loudness_max": -0.466,
            "loudness_end": 0.0,
            "pitches": [
                0.694,
                1.0,
                0.526,
                0.201,
                0.257,
                0.105,
                0.063,
                0.134,
                0.073,
                0.176,
                0.044,
                0.282
            ],
            "timbre": [
                56.031,
                83.503,
                -6.827,
                12.68,
                -10.023,
                -56.489,
                3.595,
                5.294,
                -2.664,
                -12.506,
                -11.275,
                11.697
            ]
        },
        {
            "start": 58.48512,
            "duration": 0.24027,
            "confidence": 0.539,
            "loudness_start": -9.734,
            "loudness_max_time": 0.13589,
            "loudness_max": -3.347,
            "loudness_end": 0.0,
            "pitches": [
                0.273,
                1.0,
                0.29,
                0.212,
                0.372,
                0.318,
                0.073,
                0.051,
                0.054,
                0.086,
                0.041,
                0.211
            ],
            "timbre": [
                55.019,
                72.27,
                -8.272,
                -21.349,
                31.822,
                -49.442,
                22.858,
                -8.335,
                -12.849,
                6.308,
                -10.555,
                8.538
            ]
        },
        {
            "start": 58.7254,
            "duration": 0.26476,
            "confidence": 0.703,
            "loudness_start": -6.874,
            "loudness_max_time": 0.04814,
            "loudness_max": 0.197,
            "loudness_end": 0.0,
            "pitches": [
                0.643,
                0.979,
                1.0,
                0.61,
                0.855,
                0.331,
                0.254,
                0.433,
                0.365,
                0.223,
                0.15,
                0.548
            ],
            "timbre": [
                57.844,
                52.92,
                39.519,
                -8.663,
                28.538,
                -21.583,
                50.501,
                35.171,
                17.982,
                12.436,
                19.254,
                -2.966
            ]
        },
        {
            "start": 58.99016,
            "duration": 0.26685,
            "confidence": 0.572,
            "loudness_start": -6.062,
            "loudness_max_time": 0.06143,
            "loudness_max": 0.121,
            "loudness_end": 0.0,
            "pitches": [
                0.109,
                0.511,
                0.059,
                0.325,
                1.0,
                0.336,
                0.057,
                0.058,
                0.144,
                0.291,
                0.06,
                0.301
            ],
            "timbre": [
                58.396,
                98.451,
                51.771,
                -8.007,
                40.253,
                -26.369,
                28.196,
                14.944,
                19.103,
                19.727,
                3.263,
                5.246
            ]
        },
        {
            "start": 59.25701,
            "duration": 0.52834,
            "confidence": 0.114,
            "loudness_start": -2.561,
            "loudness_max_time": 0.01385,
            "loudness_max": 0.835,
            "loudness_end": 0.0,
            "pitches": [
                0.154,
                0.278,
                0.489,
                0.839,
                1.0,
                0.27,
                0.351,
                0.415,
                0.454,
                0.324,
                0.146,
                0.198
            ],
            "timbre": [
                57.861,
                61.323,
                -0.524,
                11.796,
                22.374,
                -57.377,
                8.837,
                -3.245,
                11.402,
                10.628,
                -10.89,
                1.154
            ]
        },
        {
            "start": 59.78535,
            "duration": 0.2151,
            "confidence": 0.319,
            "loudness_start": -6.603,
            "loudness_max_time": 0.00803,
            "loudness_max": -1.096,
            "loudness_end": 0.0,
            "pitches": [
                0.564,
                1.0,
                0.801,
                0.451,
                0.428,
                0.246,
                0.375,
                0.196,
                0.141,
                0.122,
                0.098,
                0.501
            ],
            "timbre": [
                55.637,
                71.72,
                -4.578,
                -8.38,
                -11.03,
                -72.269,
                26.508,
                5.006,
                -13.747,
                -2.142,
                0.435,
                7.147
            ]
        },
        {
            "start": 60.00045,
            "duration": 0.30236,
            "confidence": 0.67,
            "loudness_start": -8.06,
            "loudness_max_time": 0.05723,
            "loudness_max": -0.91,
            "loudness_end": 0.0,
            "pitches": [
                0.072,
                0.417,
                0.101,
                0.124,
                0.184,
                0.243,
                1.0,
                0.169,
                0.082,
                0.115,
                0.118,
                0.068
            ],
            "timbre": [
                56.513,
                86.404,
                62.674,
                -15.824,
                4.285,
                -1.334,
                58.637,
                16.894,
                -23.169,
                -3.652,
                -6.991,
                12.48
            ]
        },
        {
            "start": 60.30281,
            "duration": 0.27179,
            "confidence": 0.537,
            "loudness_start": -4.744,
            "loudness_max_time": 0.00811,
            "loudness_max": 0.61,
            "loudness_end": 0.0,
            "pitches": [
                0.611,
                1.0,
                0.918,
                0.338,
                0.371,
                0.239,
                0.66,
                0.257,
                0.115,
                0.143,
                0.105,
                0.433
            ],
            "timbre": [
                58.257,
                82.128,
                36.161,
                7.862,
                17.519,
                -53.866,
                35.255,
                29.137,
                4.103,
                -4.233,
                -4.099,
                -6.204
            ]
        },
        {
            "start": 60.5746,
            "duration": 0.23447,
            "confidence": 0.433,
            "loudness_start": -4.557,
            "loudness_max_time": 0.06329,
            "loudness_max": -0.386,
            "loudness_end": 0.0,
            "pitches": [
                0.451,
                1.0,
                0.18,
                0.137,
                0.142,
                0.066,
                0.093,
                0.038,
                0.11,
                0.111,
                0.062,
                0.071
            ],
            "timbre": [
                56.743,
                101.151,
                26.876,
                25.762,
                21.425,
                -27.134,
                34.103,
                -6.309,
                -16.251,
                2.417,
                -22.919,
                -11.858
            ]
        },
        {
            "start": 60.80907,
            "duration": 0.2595,
            "confidence": 0.767,
            "loudness_start": -6.576,
            "loudness_max_time": 0.06703,
            "loudness_max": 1.407,
            "loudness_end": 0.0,
            "pitches": [
                0.733,
                1.0,
                0.78,
                0.69,
                0.834,
                0.427,
                0.296,
                0.337,
                0.199,
                0.164,
                0.104,
                0.567
            ],
            "timbre": [
                57.606,
                85.563,
                20.203,
                11.664,
                21.78,
                -13.116,
                8.626,
                49.46,
                9.069,
                21.574,
                -20.218,
                -23.465
            ]
        },
        {
            "start": 61.06857,
            "duration": 0.51642,
            "confidence": 0.828,
            "loudness_start": -9.426,
            "loudness_max_time": 0.1035,
            "loudness_max": 0.577,
            "loudness_end": 0.0,
            "pitches": [
                0.202,
                0.825,
                1.0,
                0.714,
                0.333,
                0.179,
                0.224,
                0.279,
                0.293,
                0.315,
                0.205,
                0.08
            ],
            "timbre": [
                55.506,
                120.189,
                33.248,
                -48.195,
                44.77,
                2.58,
                13.376,
                -4.363,
                -13.412,
                20.786,
                -29.042,
                -2.081
            ]
        },
        {
            "start": 61.58499,
            "duration": 0.29029,
            "confidence": 0.839,
            "loudness_start": -9.051,
            "loudness_max_time": 0.0486,
            "loudness_max": 0.621,
            "loudness_end": 0.0,
            "pitches": [
                0.254,
                1.0,
                0.425,
                0.063,
                0.027,
                0.032,
                0.037,
                0.021,
                0.052,
                0.146,
                0.036,
                0.05
            ],
            "timbre": [
                57.419,
                103.696,
                39.432,
                -34.008,
                32.45,
                13.029,
                -6.293,
                10.146,
                23.985,
                11.963,
                -8.374,
                -30.715
            ]
        },
        {
            "start": 61.87528,
            "duration": 0.16245,
            "confidence": 0.37,
            "loudness_start": -4.338,
            "loudness_max_time": 0.04334,
            "loudness_max": 0.342,
            "loudness_end": 0.0,
            "pitches": [
                0.483,
                0.882,
                0.071,
                0.039,
                0.237,
                0.226,
                0.642,
                0.635,
                0.989,
                1.0,
                0.7,
                0.216
            ],
            "timbre": [
                58.016,
                56.908,
                29.102,
                6.213,
                10.941,
                -34.145,
                47.547,
                5.028,
                8.19,
                6.282,
                -12.407,
                8.074
            ]
        },
        {
            "start": 62.03773,
            "duration": 0.0927,
            "confidence": 0.063,
            "loudness_start": -4.873,
            "loudness_max_time": 0.0185,
            "loudness_max": -1.621,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.987,
                0.858,
                0.871,
                0.953,
                0.857,
                0.588,
                0.551,
                0.627,
                0.745,
                0.298,
                0.83
            ],
            "timbre": [
                56.946,
                99.274,
                81.758,
                20.511,
                45.234,
                -45.102,
                53.447,
                1.599,
                14.949,
                18.176,
                -6.414,
                18.813
            ]
        },
        {
            "start": 62.13043,
            "duration": 0.25669,
            "confidence": 0.241,
            "loudness_start": -4.063,
            "loudness_max_time": 0.03553,
            "loudness_max": -1.255,
            "loudness_end": 0.0,
            "pitches": [
                0.691,
                1.0,
                0.032,
                0.013,
                0.042,
                0.025,
                0.012,
                0.037,
                0.15,
                0.051,
                0.01,
                0.084
            ],
            "timbre": [
                56.822,
                80.079,
                54.898,
                29.119,
                38.965,
                -26.162,
                42.707,
                2.14,
                13.365,
                13.797,
                -28.676,
                11.053
            ]
        },
        {
            "start": 62.38712,
            "duration": 0.27184,
            "confidence": 0.563,
            "loudness_start": -8.598,
            "loudness_max_time": 0.01462,
            "loudness_max": -0.364,
            "loudness_end": 0.0,
            "pitches": [
                0.694,
                1.0,
                0.544,
                0.212,
                0.265,
                0.122,
                0.076,
                0.139,
                0.083,
                0.198,
                0.063,
                0.308
            ],
            "timbre": [
                56.185,
                95.817,
                -7.275,
                4.082,
                -5.12,
                -51.586,
                3.727,
                23.844,
                -0.317,
                -0.864,
                4.08,
                12.985
            ]
        },
        {
            "start": 62.65896,
            "duration": 0.11692,
            "confidence": 0.42,
            "loudness_start": -8.053,
            "loudness_max_time": 0.02396,
            "loudness_max": -3.573,
            "loudness_end": 0.0,
            "pitches": [
                0.481,
                0.907,
                0.779,
                0.771,
                1.0,
                0.953,
                0.633,
                0.635,
                0.188,
                0.202,
                0.105,
                0.142
            ],
            "timbre": [
                54.985,
                89.92,
                -13.629,
                -12.197,
                27.173,
                -57.169,
                24.476,
                -4.896,
                -8.867,
                8.953,
                -11.429,
                3.604
            ]
        },
        {
            "start": 62.77587,
            "duration": 0.13683,
            "confidence": 0.163,
            "loudness_start": -6.461,
            "loudness_max_time": 0.01935,
            "loudness_max": -3.145,
            "loudness_end": 0.0,
            "pitches": [
                0.636,
                0.929,
                0.795,
                0.786,
                1.0,
                0.879,
                0.643,
                0.65,
                0.237,
                0.239,
                0.179,
                0.126
            ],
            "timbre": [
                54.929,
                45.814,
                -1.797,
                -2.455,
                22.242,
                -52.354,
                21.209,
                -0.519,
                -1.362,
                12.905,
                -8.235,
                -22.614
            ]
        },
        {
            "start": 62.9127,
            "duration": 0.35551,
            "confidence": 0.601,
            "loudness_start": -7.057,
            "loudness_max_time": 0.0145,
            "loudness_max": 0.382,
            "loudness_end": 0.0,
            "pitches": [
                0.689,
                0.769,
                0.744,
                0.321,
                1.0,
                0.213,
                0.185,
                0.324,
                0.707,
                0.597,
                0.321,
                0.552
            ],
            "timbre": [
                58.101,
                56.914,
                36.319,
                -16.844,
                21.434,
                -64.903,
                34.302,
                28.068,
                11.604,
                16.622,
                5.483,
                11.375
            ]
        },
        {
            "start": 63.26821,
            "duration": 0.15274,
            "confidence": 0.015,
            "loudness_start": -2.975,
            "loudness_max_time": 0.04732,
            "loudness_max": -0.692,
            "loudness_end": 0.0,
            "pitches": [
                0.225,
                0.805,
                0.822,
                0.899,
                1.0,
                0.931,
                0.279,
                0.299,
                0.102,
                0.241,
                0.075,
                0.099
            ],
            "timbre": [
                58.068,
                71.641,
                20.577,
                -22.199,
                17.025,
                -37.656,
                1.282,
                32.34,
                5.096,
                1.373,
                -4.163,
                -0.536
            ]
        },
        {
            "start": 63.42095,
            "duration": 0.39905,
            "confidence": 0.233,
            "loudness_start": -3.048,
            "loudness_max_time": 0.02179,
            "loudness_max": 1.065,
            "loudness_end": 0.0,
            "pitches": [
                0.226,
                0.263,
                0.349,
                0.357,
                0.643,
                0.407,
                0.712,
                0.763,
                1.0,
                0.443,
                0.221,
                0.324
            ],
            "timbre": [
                58.263,
                85.124,
                -3.08,
                -1.672,
                19.3,
                -49.545,
                -0.142,
                2.193,
                4.283,
                19.485,
                -4.163,
                0.728
            ]
        },
        {
            "start": 63.82,
            "duration": 0.40639,
            "confidence": 0.052,
            "loudness_start": -4.622,
            "loudness_max_time": 0.02104,
            "loudness_max": -1.401,
            "loudness_end": 0.0,
            "pitches": [
                0.311,
                0.397,
                0.381,
                0.58,
                0.53,
                0.536,
                0.775,
                0.828,
                1.0,
                0.708,
                0.586,
                0.245
            ],
            "timbre": [
                54.525,
                52.383,
                -21.707,
                26.829,
                23.763,
                -60.137,
                11.678,
                -2.0,
                3.507,
                3.105,
                -14.33,
                -15.438
            ]
        },
        {
            "start": 64.22639,
            "duration": 0.24961,
            "confidence": 0.106,
            "loudness_start": -12.824,
            "loudness_max_time": 0.1496,
            "loudness_max": -8.804,
            "loudness_end": 0.0,
            "pitches": [
                0.073,
                0.171,
                0.032,
                0.025,
                0.056,
                0.219,
                1.0,
                0.165,
                0.062,
                0.094,
                0.082,
                0.031
            ],
            "timbre": [
                49.238,
                28.693,
                39.089,
                -5.309,
                9.872,
                -43.702,
                10.424,
                -12.515,
                -6.41,
                16.254,
                -8.158,
                -13.326
            ]
        },
        {
            "start": 64.47601,
            "duration": 0.24957,
            "confidence": 0.934,
            "loudness_start": -13.073,
            "loudness_max_time": 0.01421,
            "loudness_max": -0.212,
            "loudness_end": 0.0,
            "pitches": [
                0.432,
                0.982,
                1.0,
                0.476,
                0.544,
                0.257,
                0.7,
                0.392,
                0.166,
                0.138,
                0.13,
                0.522
            ],
            "timbre": [
                53.562,
                65.958,
                -32.474,
                60.527,
                -6.306,
                -60.689,
                6.068,
                -1.872,
                -9.108,
                -13.511,
                -9.751,
                6.767
            ]
        },
        {
            "start": 64.72558,
            "duration": 0.27256,
            "confidence": 0.203,
            "loudness_start": -15.559,
            "loudness_max_time": 0.16414,
            "loudness_max": -11.969,
            "loudness_end": 0.0,
            "pitches": [
                0.037,
                0.173,
                0.025,
                0.019,
                0.042,
                0.194,
                1.0,
                0.139,
                0.021,
                0.043,
                0.033,
                0.016
            ],
            "timbre": [
                46.205,
                41.569,
                36.091,
                1.804,
                4.415,
                -28.142,
                40.737,
                -15.322,
                -6.993,
                -15.233,
                2.473,
                -8.024
            ]
        },
        {
            "start": 64.99814,
            "duration": 0.26707,
            "confidence": 0.905,
            "loudness_start": -17.058,
            "loudness_max_time": 0.01437,
            "loudness_max": -3.725,
            "loudness_end": 0.0,
            "pitches": [
                0.595,
                1.0,
                0.896,
                0.523,
                0.639,
                0.31,
                0.765,
                0.464,
                0.192,
                0.114,
                0.09,
                0.738
            ],
            "timbre": [
                50.286,
                6.821,
                -43.913,
                39.383,
                -1.96,
                -63.295,
                5.155,
                -16.128,
                -5.538,
                0.972,
                -1.203,
                9.336
            ]
        },
        {
            "start": 65.26522,
            "duration": 0.09946,
            "confidence": 0.401,
            "loudness_start": -16.505,
            "loudness_max_time": 0.00766,
            "loudness_max": -12.627,
            "loudness_end": 0.0,
            "pitches": [
                0.147,
                0.461,
                0.371,
                0.327,
                0.569,
                0.64,
                1.0,
                0.628,
                0.368,
                0.519,
                0.138,
                0.018
            ],
            "timbre": [
                46.092,
                20.038,
                10.637,
                -0.507,
                60.398,
                -44.796,
                12.79,
                -29.741,
                -7.73,
                20.511,
                -21.103,
                21.317
            ]
        },
        {
            "start": 65.36467,
            "duration": 0.15592,
            "confidence": 0.598,
            "loudness_start": -16.174,
            "loudness_max_time": 0.05155,
            "loudness_max": -9.867,
            "loudness_end": 0.0,
            "pitches": [
                0.045,
                0.272,
                0.207,
                0.18,
                0.738,
                0.753,
                1.0,
                0.832,
                0.264,
                0.313,
                0.028,
                0.028
            ],
            "timbre": [
                46.938,
                45.01,
                25.589,
                -2.672,
                17.743,
                4.231,
                31.281,
                10.596,
                -1.093,
                -22.627,
                -13.508,
                -2.222
            ]
        },
        {
            "start": 65.52059,
            "duration": 0.26717,
            "confidence": 0.985,
            "loudness_start": -17.211,
            "loudness_max_time": 0.01227,
            "loudness_max": -0.688,
            "loudness_end": 0.0,
            "pitches": [
                0.439,
                1.0,
                0.943,
                0.389,
                0.476,
                0.247,
                0.397,
                0.378,
                0.137,
                0.151,
                0.107,
                0.5
            ],
            "timbre": [
                52.747,
                70.417,
                -37.747,
                60.287,
                -3.671,
                -65.23,
                10.139,
                1.46,
                -7.007,
                -16.554,
                -16.853,
                10.718
            ]
        },
        {
            "start": 65.78776,
            "duration": 0.12594,
            "confidence": 0.254,
            "loudness_start": -18.23,
            "loudness_max_time": 0.02394,
            "loudness_max": -13.948,
            "loudness_end": 0.0,
            "pitches": [
                0.061,
                0.45,
                0.361,
                0.305,
                0.785,
                0.785,
                1.0,
                0.835,
                0.407,
                0.496,
                0.094,
                0.011
            ],
            "timbre": [
                43.962,
                32.512,
                15.957,
                19.746,
                29.279,
                -56.184,
                44.004,
                -38.572,
                -12.4,
                21.155,
                -17.258,
                10.623
            ]
        },
        {
            "start": 65.9137,
            "duration": 0.12939,
            "confidence": 0.54,
            "loudness_start": -18.27,
            "loudness_max_time": 0.02905,
            "loudness_max": -12.694,
            "loudness_end": 0.0,
            "pitches": [
                0.067,
                0.452,
                0.365,
                0.319,
                0.845,
                0.846,
                1.0,
                0.898,
                0.395,
                0.441,
                0.05,
                0.006
            ],
            "timbre": [
                44.645,
                16.09,
                31.818,
                31.113,
                6.279,
                -42.137,
                67.421,
                -15.059,
                -21.426,
                -11.386,
                -1.893,
                -3.476
            ]
        },
        {
            "start": 66.04308,
            "duration": 0.26154,
            "confidence": 0.95,
            "loudness_start": -19.03,
            "loudness_max_time": 0.01183,
            "loudness_max": -4.101,
            "loudness_end": 0.0,
            "pitches": [
                0.564,
                1.0,
                0.882,
                0.501,
                0.606,
                0.29,
                0.503,
                0.436,
                0.174,
                0.083,
                0.073,
                0.724
            ],
            "timbre": [
                49.058,
                20.94,
                -65.823,
                49.832,
                -11.65,
                -72.879,
                -3.835,
                0.068,
                -1.542,
                -8.1,
                -11.614,
                14.75
            ]
        },
        {
            "start": 66.30463,
            "duration": 0.12848,
            "confidence": 0.655,
            "loudness_start": -21.51,
            "loudness_max_time": 0.01943,
            "loudness_max": -13.521,
            "loudness_end": 0.0,
            "pitches": [
                0.055,
                0.365,
                0.293,
                0.247,
                0.649,
                0.661,
                1.0,
                0.698,
                0.32,
                0.364,
                0.06,
                0.006
            ],
            "timbre": [
                44.02,
                16.308,
                -4.08,
                16.321,
                43.146,
                -35.718,
                4.932,
                -38.696,
                -32.804,
                18.571,
                -12.644,
                12.625
            ]
        },
        {
            "start": 66.43311,
            "duration": 0.12694,
            "confidence": 0.331,
            "loudness_start": -19.467,
            "loudness_max_time": 0.0338,
            "loudness_max": -14.667,
            "loudness_end": 0.0,
            "pitches": [
                0.067,
                0.439,
                0.355,
                0.312,
                0.813,
                0.816,
                1.0,
                0.855,
                0.391,
                0.409,
                0.056,
                0.007
            ],
            "timbre": [
                43.416,
                23.538,
                -15.641,
                -11.864,
                29.358,
                -31.564,
                18.054,
                -32.574,
                -7.448,
                4.388,
                -6.039,
                6.551
            ]
        },
        {
            "start": 66.56005,
            "duration": 0.26118,
            "confidence": 1.0,
            "loudness_start": -19.537,
            "loudness_max_time": 0.0166,
            "loudness_max": -0.523,
            "loudness_end": 0.0,
            "pitches": [
                0.42,
                0.991,
                1.0,
                0.474,
                0.514,
                0.28,
                0.384,
                0.425,
                0.143,
                0.132,
                0.122,
                0.533
            ],
            "timbre": [
                52.519,
                70.161,
                -43.313,
                74.509,
                -1.163,
                -40.29,
                14.706,
                13.697,
                -23.657,
                -11.932,
                -5.996,
                14.032
            ]
        },
        {
            "start": 66.82122,
            "duration": 0.14454,
            "confidence": 0.16,
            "loudness_start": -20.116,
            "loudness_max_time": 0.01439,
            "loudness_max": -15.718,
            "loudness_end": 0.0,
            "pitches": [
                0.041,
                0.383,
                0.263,
                0.218,
                0.761,
                0.769,
                1.0,
                0.835,
                0.319,
                0.365,
                0.047,
                0.008
            ],
            "timbre": [
                42.072,
                71.805,
                17.455,
                19.324,
                10.16,
                -37.168,
                60.528,
                -41.13,
                -20.918,
                4.874,
                -5.889,
                5.82
            ]
        },
        {
            "start": 66.96576,
            "duration": 0.09927,
            "confidence": 0.408,
            "loudness_start": -19.845,
            "loudness_max_time": 0.01347,
            "loudness_max": -15.358,
            "loudness_end": 0.0,
            "pitches": [
                0.189,
                0.596,
                0.542,
                0.486,
                0.86,
                0.882,
                1.0,
                0.921,
                0.558,
                0.609,
                0.192,
                0.015
            ],
            "timbre": [
                42.484,
                27.504,
                22.512,
                9.104,
                16.981,
                -64.265,
                79.856,
                -21.509,
                -0.804,
                17.136,
                -16.053,
                -4.193
            ]
        },
        {
            "start": 67.06503,
            "duration": 0.41206,
            "confidence": 1.0,
            "loudness_start": -19.452,
            "loudness_max_time": 0.03179,
            "loudness_max": -1.744,
            "loudness_end": 0.0,
            "pitches": [
                0.191,
                0.386,
                0.464,
                0.586,
                0.299,
                0.545,
                1.0,
                0.859,
                0.458,
                0.567,
                0.385,
                0.233
            ],
            "timbre": [
                51.602,
                59.827,
                9.354,
                7.62,
                -10.609,
                25.065,
                24.887,
                17.709,
                -6.083,
                11.792,
                39.253,
                -5.746
            ]
        },
        {
            "start": 67.4771,
            "duration": 0.12222,
            "confidence": 0.763,
            "loudness_start": -15.181,
            "loudness_max_time": 0.01134,
            "loudness_max": -5.643,
            "loudness_end": 0.0,
            "pitches": [
                0.392,
                0.404,
                0.579,
                1.0,
                0.437,
                0.329,
                0.508,
                0.338,
                0.509,
                0.752,
                0.611,
                0.158
            ],
            "timbre": [
                52.593,
                95.875,
                28.176,
                -15.611,
                -7.875,
                -41.373,
                2.978,
                12.918,
                -16.537,
                -10.992,
                5.869,
                -0.681
            ]
        },
        {
            "start": 67.59932,
            "duration": 0.51465,
            "confidence": 0.606,
            "loudness_start": -8.667,
            "loudness_max_time": 0.01859,
            "loudness_max": -1.069,
            "loudness_end": 0.0,
            "pitches": [
                0.137,
                0.177,
                0.23,
                0.263,
                0.338,
                0.345,
                0.612,
                0.565,
                1.0,
                0.246,
                0.194,
                0.182
            ],
            "timbre": [
                53.419,
                62.91,
                -26.887,
                33.523,
                -14.004,
                -54.924,
                -2.113,
                4.767,
                -7.782,
                14.411,
                6.936,
                10.582
            ]
        },
        {
            "start": 68.11397,
            "duration": 0.25111,
            "confidence": 0.499,
            "loudness_start": -15.628,
            "loudness_max_time": 0.02522,
            "loudness_max": -9.399,
            "loudness_end": 0.0,
            "pitches": [
                0.747,
                0.661,
                0.376,
                0.519,
                0.597,
                0.443,
                0.448,
                0.47,
                0.77,
                1.0,
                0.512,
                0.643
            ],
            "timbre": [
                44.17,
                90.146,
                12.777,
                87.866,
                21.546,
                -22.591,
                24.61,
                31.428,
                10.911,
                -32.875,
                -14.142,
                -9.025
            ]
        },
        {
            "start": 68.36508,
            "duration": 0.28463,
            "confidence": 1.0,
            "loudness_start": -26.222,
            "loudness_max_time": 0.09226,
            "loudness_max": -6.531,
            "loudness_end": 0.0,
            "pitches": [
                0.065,
                0.107,
                0.144,
                0.223,
                1.0,
                0.082,
                0.039,
                0.039,
                0.059,
                0.132,
                0.075,
                0.092
            ],
            "timbre": [
                46.079,
                127.836,
                32.189,
                25.582,
                76.135,
                35.486,
                -15.904,
                -51.488,
                4.525,
                23.348,
                -47.543,
                18.607
            ]
        },
        {
            "start": 68.64971,
            "duration": 0.51628,
            "confidence": 0.916,
            "loudness_start": -21.248,
            "loudness_max_time": 0.15198,
            "loudness_max": -9.47,
            "loudness_end": 0.0,
            "pitches": [
                0.018,
                0.027,
                0.03,
                0.056,
                1.0,
                0.053,
                0.018,
                0.013,
                0.064,
                0.046,
                0.022,
                0.108
            ],
            "timbre": [
                48.047,
                56.326,
                102.083,
                0.431,
                67.296,
                -10.461,
                -6.279,
                -22.118,
                -30.756,
                17.897,
                -3.154,
                3.13
            ]
        },
        {
            "start": 69.16599,
            "duration": 0.18036,
            "confidence": 0.696,
            "loudness_start": -14.966,
            "loudness_max_time": 0.0308,
            "loudness_max": -7.456,
            "loudness_end": 0.0,
            "pitches": [
                0.134,
                0.241,
                0.248,
                0.607,
                1.0,
                0.098,
                0.128,
                0.11,
                0.2,
                0.194,
                0.129,
                0.326
            ],
            "timbre": [
                48.486,
                38.479,
                64.449,
                76.013,
                86.023,
                -16.457,
                -32.675,
                23.929,
                0.024,
                -28.997,
                -32.622,
                -20.454
            ]
        },
        {
            "start": 69.34635,
            "duration": 0.21569,
            "confidence": 0.736,
            "loudness_start": -19.491,
            "loudness_max_time": 0.03265,
            "loudness_max": -11.121,
            "loudness_end": 0.0,
            "pitches": [
                0.276,
                1.0,
                0.582,
                0.063,
                0.063,
                0.033,
                0.022,
                0.013,
                0.055,
                0.149,
                0.039,
                0.082
            ],
            "timbre": [
                44.776,
                18.57,
                3.53,
                29.222,
                67.147,
                -13.176,
                -25.97,
                14.632,
                -21.74,
                23.622,
                -5.02,
                2.684
            ]
        },
        {
            "start": 69.56204,
            "duration": 0.26041,
            "confidence": 0.942,
            "loudness_start": -20.11,
            "loudness_max_time": 0.03579,
            "loudness_max": -8.283,
            "loudness_end": 0.0,
            "pitches": [
                0.309,
                1.0,
                0.084,
                0.036,
                0.031,
                0.031,
                0.03,
                0.037,
                0.071,
                0.09,
                0.051,
                0.068
            ],
            "timbre": [
                48.246,
                68.912,
                28.004,
                19.563,
                60.932,
                -31.469,
                -47.622,
                43.341,
                4.081,
                25.082,
                3.216,
                0.927
            ]
        },
        {
            "start": 69.82245,
            "duration": 0.26118,
            "confidence": 0.472,
            "loudness_start": -17.841,
            "loudness_max_time": 0.04644,
            "loudness_max": -10.506,
            "loudness_end": 0.0,
            "pitches": [
                0.088,
                0.925,
                1.0,
                0.249,
                0.052,
                0.026,
                0.031,
                0.025,
                0.063,
                0.111,
                0.041,
                0.065
            ],
            "timbre": [
                46.609,
                86.348,
                27.195,
                45.98,
                61.699,
                -43.411,
                -17.494,
                -41.741,
                -60.284,
                36.795,
                -20.503,
                14.757
            ]
        },
        {
            "start": 70.08363,
            "duration": 0.10005,
            "confidence": 0.267,
            "loudness_start": -19.188,
            "loudness_max_time": 0.05219,
            "loudness_max": -15.443,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.317,
                0.154,
                0.054,
                0.053,
                0.022,
                0.027,
                0.035,
                0.026,
                0.104,
                0.108,
                0.515
            ],
            "timbre": [
                42.974,
                29.29,
                -45.601,
                -45.759,
                75.664,
                -27.446,
                -5.164,
                -46.641,
                -24.032,
                -1.775,
                -6.532,
                9.617
            ]
        },
        {
            "start": 70.18367,
            "duration": 0.29982,
            "confidence": 0.952,
            "loudness_start": -17.298,
            "loudness_max_time": 0.05582,
            "loudness_max": -4.538,
            "loudness_end": 0.0,
            "pitches": [
                0.068,
                0.097,
                0.107,
                0.115,
                1.0,
                0.081,
                0.043,
                0.048,
                0.139,
                0.055,
                0.067,
                0.456
            ],
            "timbre": [
                49.196,
                36.627,
                48.458,
                -36.412,
                62.452,
                37.073,
                -11.649,
                18.923,
                1.089,
                -33.296,
                -12.212,
                17.452
            ]
        },
        {
            "start": 70.48349,
            "duration": 0.23234,
            "confidence": 0.28,
            "loudness_start": -12.895,
            "loudness_max_time": 0.07932,
            "loudness_max": -9.421,
            "loudness_end": 0.0,
            "pitches": [
                0.039,
                0.13,
                1.0,
                0.173,
                0.08,
                0.026,
                0.039,
                0.026,
                0.052,
                0.731,
                0.056,
                0.035
            ],
            "timbre": [
                47.945,
                40.016,
                76.879,
                16.721,
                89.513,
                -29.083,
                6.748,
                47.521,
                -9.701,
                16.357,
                -5.056,
                36.882
            ]
        },
        {
            "start": 70.71583,
            "duration": 0.23841,
            "confidence": 0.953,
            "loudness_start": -19.348,
            "loudness_max_time": 0.06619,
            "loudness_max": -6.175,
            "loudness_end": 0.0,
            "pitches": [
                0.27,
                1.0,
                0.206,
                0.113,
                0.086,
                0.08,
                0.049,
                0.051,
                0.22,
                0.101,
                0.067,
                0.125
            ],
            "timbre": [
                47.412,
                108.434,
                106.802,
                0.653,
                85.212,
                39.344,
                -8.976,
                14.103,
                -18.264,
                -2.184,
                -34.069,
                6.417
            ]
        },
        {
            "start": 70.95424,
            "duration": 0.19161,
            "confidence": 0.423,
            "loudness_start": -18.761,
            "loudness_max_time": 0.03434,
            "loudness_max": -12.206,
            "loudness_end": 0.0,
            "pitches": [
                0.828,
                1.0,
                0.87,
                0.467,
                0.191,
                0.086,
                0.113,
                0.095,
                0.197,
                0.441,
                0.488,
                0.87
            ],
            "timbre": [
                41.96,
                51.569,
                34.185,
                83.337,
                40.064,
                -35.101,
                -9.782,
                19.768,
                -48.727,
                -0.402,
                15.129,
                6.447
            ]
        },
        {
            "start": 71.14585,
            "duration": 0.29605,
            "confidence": 1.0,
            "loudness_start": -23.48,
            "loudness_max_time": 0.06092,
            "loudness_max": -7.801,
            "loudness_end": 0.0,
            "pitches": [
                0.093,
                0.175,
                0.19,
                0.311,
                1.0,
                0.2,
                0.276,
                0.137,
                0.166,
                0.118,
                0.107,
                0.183
            ],
            "timbre": [
                44.563,
                131.455,
                113.41,
                -49.511,
                89.451,
                35.611,
                -20.707,
                13.702,
                -8.898,
                22.807,
                -36.366,
                14.541
            ]
        },
        {
            "start": 71.4419,
            "duration": 0.20322,
            "confidence": 0.77,
            "loudness_start": -19.549,
            "loudness_max_time": 0.12056,
            "loudness_max": -9.127,
            "loudness_end": 0.0,
            "pitches": [
                0.049,
                0.381,
                1.0,
                0.184,
                0.062,
                0.036,
                0.072,
                0.02,
                0.036,
                0.176,
                0.031,
                0.025
            ],
            "timbre": [
                46.029,
                112.077,
                45.395,
                -61.039,
                62.446,
                -1.317,
                -6.125,
                6.405,
                -48.636,
                23.922,
                -4.506,
                19.525
            ]
        },
        {
            "start": 71.64512,
            "duration": 0.14567,
            "confidence": 0.251,
            "loudness_start": -16.344,
            "loudness_max_time": 0.03683,
            "loudness_max": -10.787,
            "loudness_end": 0.0,
            "pitches": [
                0.713,
                0.555,
                0.371,
                0.237,
                0.267,
                0.202,
                0.308,
                0.251,
                0.194,
                0.282,
                0.33,
                1.0
            ],
            "timbre": [
                45.755,
                87.83,
                35.588,
                54.816,
                40.077,
                -24.82,
                3.891,
                10.352,
                -35.221,
                -30.18,
                -17.439,
                22.175
            ]
        },
        {
            "start": 71.79079,
            "duration": 0.51039,
            "confidence": 0.912,
            "loudness_start": -21.148,
            "loudness_max_time": 0.05539,
            "loudness_max": -8.73,
            "loudness_end": 0.0,
            "pitches": [
                0.204,
                0.244,
                0.119,
                0.133,
                0.32,
                0.216,
                0.143,
                0.162,
                0.222,
                0.564,
                1.0,
                0.369
            ],
            "timbre": [
                44.615,
                84.683,
                17.675,
                15.579,
                60.37,
                22.798,
                -11.282,
                6.256,
                -20.272,
                -22.754,
                -17.49,
                11.471
            ]
        },
        {
            "start": 72.30118,
            "duration": 0.34853,
            "confidence": 1.0,
            "loudness_start": -27.935,
            "loudness_max_time": 0.01346,
            "loudness_max": -4.375,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.635,
                0.319,
                0.176,
                0.208,
                0.311,
                0.391,
                0.809,
                0.759,
                0.948,
                0.638,
                0.971
            ],
            "timbre": [
                49.403,
                29.934,
                -39.893,
                53.867,
                1.428,
                -65.477,
                23.367,
                22.571,
                -7.918,
                8.982,
                -8.147,
                34.796
            ]
        },
        {
            "start": 72.64971,
            "duration": 0.12159,
            "confidence": 0.267,
            "loudness_start": -21.664,
            "loudness_max_time": 0.07966,
            "loudness_max": -17.719,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.709,
                0.326,
                0.382,
                0.501,
                0.482,
                0.411,
                0.378,
                0.604,
                0.869,
                0.912,
                0.339
            ],
            "timbre": [
                40.532,
                21.827,
                3.98,
                -47.333,
                28.206,
                -51.654,
                42.599,
                32.707,
                25.081,
                19.323,
                -16.638,
                13.342
            ]
        },
        {
            "start": 72.77129,
            "duration": 0.4517,
            "confidence": 0.97,
            "loudness_start": -20.84,
            "loudness_max_time": 0.07931,
            "loudness_max": -5.354,
            "loudness_end": 0.0,
            "pitches": [
                0.465,
                0.304,
                0.221,
                0.175,
                0.189,
                0.28,
                0.532,
                1.0,
                0.938,
                0.7,
                0.48,
                0.605
            ],
            "timbre": [
                45.219,
                84.936,
                -24.293,
                14.605,
                24.215,
                19.125,
                33.744,
                -40.824,
                28.001,
                26.729,
                -67.327,
                19.29
            ]
        },
        {
            "start": 73.22299,
            "duration": 0.11873,
            "confidence": 0.322,
            "loudness_start": -24.026,
            "loudness_max_time": 0.02783,
            "loudness_max": -17.924,
            "loudness_end": 0.0,
            "pitches": [
                0.702,
                0.549,
                0.24,
                0.142,
                0.459,
                0.508,
                0.631,
                0.69,
                0.527,
                1.0,
                0.755,
                0.476
            ],
            "timbre": [
                39.315,
                24.174,
                -17.064,
                1.961,
                28.364,
                -53.895,
                34.656,
                -15.244,
                29.417,
                3.826,
                -3.681,
                10.594
            ]
        },
        {
            "start": 73.34172,
            "duration": 0.38172,
            "confidence": 1.0,
            "loudness_start": -23.513,
            "loudness_max_time": 0.04073,
            "loudness_max": -3.585,
            "loudness_end": 0.0,
            "pitches": [
                0.372,
                0.22,
                0.206,
                0.113,
                0.105,
                0.282,
                0.563,
                1.0,
                0.772,
                0.552,
                0.389,
                0.417
            ],
            "timbre": [
                47.89,
                25.258,
                -67.251,
                55.54,
                17.931,
                18.43,
                -1.377,
                17.793,
                32.28,
                4.925,
                13.527,
                -3.234
            ]
        },
        {
            "start": 73.72345,
            "duration": 0.28209,
            "confidence": 1.0,
            "loudness_start": -22.519,
            "loudness_max_time": 0.02926,
            "loudness_max": -3.261,
            "loudness_end": 0.0,
            "pitches": [
                0.982,
                0.599,
                0.358,
                0.131,
                0.344,
                0.214,
                0.215,
                0.441,
                0.29,
                0.34,
                0.224,
                1.0
            ],
            "timbre": [
                48.8,
                46.068,
                -67.757,
                30.593,
                18.268,
                17.7,
                10.524,
                23.192,
                14.502,
                18.49,
                21.09,
                -3.984
            ]
        },
        {
            "start": 74.00553,
            "duration": 0.37379,
            "confidence": 0.849,
            "loudness_start": -20.079,
            "loudness_max_time": 0.07799,
            "loudness_max": -7.138,
            "loudness_end": 0.0,
            "pitches": [
                0.198,
                0.268,
                0.226,
                0.367,
                0.473,
                1.0,
                0.924,
                0.409,
                0.514,
                0.412,
                0.462,
                0.633
            ],
            "timbre": [
                48.14,
                24.635,
                15.757,
                0.984,
                18.279,
                -29.744,
                26.262,
                -3.417,
                -8.438,
                22.916,
                -47.651,
                7.292
            ]
        },
        {
            "start": 74.37932,
            "duration": 0.41429,
            "confidence": 0.949,
            "loudness_start": -19.504,
            "loudness_max_time": 0.09429,
            "loudness_max": -6.617,
            "loudness_end": 0.0,
            "pitches": [
                0.343,
                0.241,
                0.168,
                0.097,
                0.129,
                0.241,
                0.532,
                1.0,
                0.696,
                0.549,
                0.35,
                0.408
            ],
            "timbre": [
                47.113,
                20.329,
                -53.773,
                33.618,
                11.357,
                9.849,
                15.375,
                -10.497,
                10.05,
                -2.621,
                -1.197,
                4.064
            ]
        },
        {
            "start": 74.79361,
            "duration": 0.09016,
            "confidence": 0.368,
            "loudness_start": -22.285,
            "loudness_max_time": 0.01204,
            "loudness_max": -17.652,
            "loudness_end": 0.0,
            "pitches": [
                0.176,
                0.305,
                0.225,
                0.207,
                0.749,
                0.774,
                1.0,
                0.995,
                0.39,
                0.398,
                0.366,
                0.079
            ],
            "timbre": [
                39.37,
                29.056,
                -22.181,
                10.53,
                13.123,
                -55.504,
                26.261,
                -15.686,
                6.307,
                -3.303,
                -5.214,
                20.86
            ]
        },
        {
            "start": 74.88376,
            "duration": 0.16476,
            "confidence": 1.0,
            "loudness_start": -23.53,
            "loudness_max_time": 0.08793,
            "loudness_max": -6.392,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.868,
                0.19,
                0.042,
                0.116,
                0.145,
                0.362,
                0.353,
                0.576,
                0.601,
                0.855,
                0.153
            ],
            "timbre": [
                46.562,
                20.312,
                -2.861,
                -74.935,
                8.205,
                57.137,
                31.354,
                28.486,
                21.238,
                -8.461,
                -12.335,
                16.125
            ]
        },
        {
            "start": 75.04853,
            "duration": 0.138,
            "confidence": 0.112,
            "loudness_start": -15.627,
            "loudness_max_time": 0.03575,
            "loudness_max": -11.967,
            "loudness_end": 0.0,
            "pitches": [
                0.525,
                0.964,
                0.209,
                0.196,
                0.797,
                0.79,
                0.961,
                1.0,
                0.351,
                0.485,
                0.249,
                0.081
            ],
            "timbre": [
                44.845,
                31.8,
                -53.031,
                3.487,
                2.312,
                -21.582,
                -3.164,
                6.783,
                44.173,
                2.906,
                -20.659,
                19.317
            ]
        },
        {
            "start": 75.18653,
            "duration": 0.24934,
            "confidence": 0.653,
            "loudness_start": -22.784,
            "loudness_max_time": 0.13895,
            "loudness_max": -13.098,
            "loudness_end": 0.0,
            "pitches": [
                0.272,
                0.375,
                0.195,
                0.197,
                0.396,
                0.503,
                0.951,
                1.0,
                0.62,
                0.469,
                0.256,
                0.398
            ],
            "timbre": [
                42.293,
                54.196,
                11.961,
                -34.135,
                -0.388,
                -4.164,
                55.518,
                14.791,
                -9.618,
                -25.147,
                -23.611,
                22.443
            ]
        },
        {
            "start": 75.43587,
            "duration": 0.3824,
            "confidence": 1.0,
            "loudness_start": -23.99,
            "loudness_max_time": 0.02344,
            "loudness_max": -6.631,
            "loudness_end": 0.0,
            "pitches": [
                0.366,
                0.241,
                0.219,
                0.127,
                0.127,
                0.277,
                0.557,
                1.0,
                0.698,
                0.515,
                0.42,
                0.397
            ],
            "timbre": [
                48.533,
                5.628,
                -31.999,
                50.333,
                20.69,
                -37.271,
                48.921,
                25.815,
                4.047,
                13.684,
                -13.528,
                23.561
            ]
        },
        {
            "start": 75.81828,
            "duration": 0.27356,
            "confidence": 0.991,
            "loudness_start": -18.788,
            "loudness_max_time": 0.0207,
            "loudness_max": -4.343,
            "loudness_end": 0.0,
            "pitches": [
                0.968,
                0.567,
                0.319,
                0.09,
                0.25,
                0.129,
                0.217,
                0.413,
                0.341,
                0.361,
                0.183,
                1.0
            ],
            "timbre": [
                49.767,
                46.368,
                -63.248,
                17.018,
                15.112,
                -20.952,
                10.621,
                7.135,
                -2.043,
                23.317,
                16.643,
                13.906
            ]
        },
        {
            "start": 76.09184,
            "duration": 0.37728,
            "confidence": 0.827,
            "loudness_start": -19.926,
            "loudness_max_time": 0.1621,
            "loudness_max": -7.007,
            "loudness_end": 0.0,
            "pitches": [
                0.155,
                0.278,
                0.236,
                0.229,
                0.415,
                1.0,
                0.808,
                0.272,
                0.342,
                0.355,
                0.375,
                0.389
            ],
            "timbre": [
                50.155,
                45.759,
                22.029,
                -27.687,
                19.928,
                -33.074,
                35.747,
                2.675,
                -7.165,
                21.965,
                -20.667,
                -2.574
            ]
        },
        {
            "start": 76.46912,
            "duration": 0.278,
            "confidence": 0.643,
            "loudness_start": -16.45,
            "loudness_max_time": 0.06236,
            "loudness_max": -8.855,
            "loudness_end": 0.0,
            "pitches": [
                0.729,
                0.527,
                0.243,
                0.44,
                0.307,
                0.462,
                1.0,
                0.739,
                0.63,
                0.465,
                0.351,
                0.724
            ],
            "timbre": [
                46.741,
                64.991,
                16.142,
                54.053,
                15.229,
                -9.916,
                50.453,
                3.625,
                2.22,
                -0.984,
                -26.416,
                0.662
            ]
        },
        {
            "start": 76.74712,
            "duration": 0.25025,
            "confidence": 1.0,
            "loudness_start": -23.332,
            "loudness_max_time": 0.05964,
            "loudness_max": -8.323,
            "loudness_end": 0.0,
            "pitches": [
                0.356,
                0.701,
                0.807,
                1.0,
                0.813,
                0.587,
                0.5,
                0.429,
                0.542,
                0.472,
                0.466,
                0.49
            ],
            "timbre": [
                48.647,
                64.432,
                117.904,
                8.946,
                45.604,
                44.418,
                85.943,
                2.442,
                -10.741,
                1.496,
                24.212,
                14.011
            ]
        },
        {
            "start": 76.99737,
            "duration": 0.28476,
            "confidence": 0.486,
            "loudness_start": -14.944,
            "loudness_max_time": 0.06128,
            "loudness_max": -8.147,
            "loudness_end": 0.0,
            "pitches": [
                0.414,
                0.294,
                0.148,
                0.307,
                1.0,
                0.443,
                0.524,
                0.473,
                0.381,
                0.272,
                0.239,
                0.638
            ],
            "timbre": [
                49.41,
                3.443,
                38.375,
                10.798,
                48.885,
                -35.578,
                17.754,
                -15.018,
                -20.489,
                7.641,
                -10.303,
                10.378
            ]
        },
        {
            "start": 77.28213,
            "duration": 0.23782,
            "confidence": 0.458,
            "loudness_start": -14.192,
            "loudness_max_time": 0.08156,
            "loudness_max": -9.176,
            "loudness_end": 0.0,
            "pitches": [
                0.285,
                0.26,
                0.21,
                0.645,
                1.0,
                0.336,
                0.199,
                0.136,
                0.14,
                0.356,
                0.3,
                0.318
            ],
            "timbre": [
                46.824,
                35.117,
                30.485,
                35.315,
                54.373,
                -12.922,
                -26.18,
                27.891,
                25.288,
                -19.019,
                -40.72,
                0.425
            ]
        },
        {
            "start": 77.51995,
            "duration": 0.38825,
            "confidence": 1.0,
            "loudness_start": -22.906,
            "loudness_max_time": 0.05209,
            "loudness_max": -6.722,
            "loudness_end": 0.0,
            "pitches": [
                0.356,
                0.358,
                1.0,
                0.998,
                0.974,
                0.461,
                0.424,
                0.558,
                0.448,
                0.549,
                0.476,
                0.769
            ],
            "timbre": [
                49.264,
                28.916,
                51.899,
                42.24,
                44.189,
                -4.271,
                53.624,
                -14.655,
                -19.611,
                25.619,
                -10.503,
                11.077
            ]
        },
        {
            "start": 77.90821,
            "duration": 0.26186,
            "confidence": 0.717,
            "loudness_start": -16.315,
            "loudness_max_time": 0.05691,
            "loudness_max": -8.541,
            "loudness_end": 0.0,
            "pitches": [
                0.509,
                1.0,
                0.187,
                0.221,
                0.155,
                0.281,
                0.512,
                0.395,
                0.556,
                0.28,
                0.193,
                0.347
            ],
            "timbre": [
                48.434,
                27.914,
                11.688,
                35.5,
                34.691,
                -19.807,
                12.784,
                19.145,
                -19.514,
                1.807,
                -31.488,
                6.345
            ]
        },
        {
            "start": 78.17007,
            "duration": 0.38372,
            "confidence": 0.861,
            "loudness_start": -20.627,
            "loudness_max_time": 0.08674,
            "loudness_max": -8.476,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                0.391,
                1.0,
                0.329,
                0.184,
                0.246,
                0.26,
                0.32,
                0.277,
                0.324,
                0.227,
                0.292
            ],
            "timbre": [
                47.985,
                42.505,
                28.087,
                9.191,
                18.888,
                -19.397,
                4.968,
                -8.363,
                -18.444,
                19.892,
                -22.487,
                3.847
            ]
        },
        {
            "start": 78.55379,
            "duration": 0.51025,
            "confidence": 0.932,
            "loudness_start": -16.162,
            "loudness_max_time": 0.05146,
            "loudness_max": -5.211,
            "loudness_end": 0.0,
            "pitches": [
                0.3,
                0.305,
                0.775,
                0.626,
                1.0,
                0.293,
                0.233,
                0.344,
                0.31,
                0.408,
                0.268,
                0.539
            ],
            "timbre": [
                51.478,
                59.942,
                37.234,
                -8.143,
                51.228,
                4.434,
                8.032,
                30.984,
                1.269,
                -8.768,
                17.218,
                17.288
            ]
        },
        {
            "start": 79.06404,
            "duration": 0.30163,
            "confidence": 0.961,
            "loudness_start": -22.952,
            "loudness_max_time": 0.07866,
            "loudness_max": -9.019,
            "loudness_end": 0.0,
            "pitches": [
                0.557,
                0.73,
                1.0,
                0.314,
                0.192,
                0.304,
                0.582,
                0.438,
                0.397,
                0.315,
                0.208,
                0.442
            ],
            "timbre": [
                45.898,
                37.109,
                32.348,
                3.551,
                25.586,
                27.71,
                32.931,
                -4.164,
                -8.606,
                -1.622,
                -0.914,
                10.459
            ]
        },
        {
            "start": 79.36567,
            "duration": 0.12726,
            "confidence": 0.002,
            "loudness_start": -20.037,
            "loudness_max_time": 0.07448,
            "loudness_max": -16.259,
            "loudness_end": 0.0,
            "pitches": [
                0.978,
                0.702,
                0.332,
                0.204,
                0.266,
                0.16,
                0.285,
                0.25,
                0.627,
                0.689,
                1.0,
                0.168
            ],
            "timbre": [
                41.583,
                110.07,
                9.792,
                -14.507,
                58.203,
                -38.596,
                59.768,
                9.02,
                -11.062,
                -34.093,
                -14.797,
                6.645
            ]
        },
        {
            "start": 79.49293,
            "duration": 0.25596,
            "confidence": 0.96,
            "loudness_start": -22.05,
            "loudness_max_time": 0.14558,
            "loudness_max": -5.44,
            "loudness_end": 0.0,
            "pitches": [
                0.487,
                0.417,
                0.448,
                0.835,
                1.0,
                0.306,
                0.337,
                0.288,
                0.289,
                0.404,
                0.377,
                0.66
            ],
            "timbre": [
                47.471,
                82.488,
                46.529,
                -93.192,
                51.306,
                14.97,
                -2.173,
                5.103,
                -10.033,
                -10.75,
                -17.297,
                17.903
            ]
        },
        {
            "start": 79.74889,
            "duration": 0.25546,
            "confidence": 0.604,
            "loudness_start": -12.726,
            "loudness_max_time": 0.04536,
            "loudness_max": -5.94,
            "loudness_end": 0.0,
            "pitches": [
                0.275,
                0.372,
                1.0,
                0.287,
                0.27,
                0.125,
                0.126,
                0.106,
                0.098,
                0.529,
                0.181,
                0.194
            ],
            "timbre": [
                51.131,
                72.127,
                53.079,
                -14.607,
                33.272,
                -0.849,
                -6.023,
                -23.828,
                -5.373,
                -1.194,
                -1.405,
                -13.962
            ]
        },
        {
            "start": 80.00435,
            "duration": 0.13941,
            "confidence": 0.094,
            "loudness_start": -10.404,
            "loudness_max_time": 0.02499,
            "loudness_max": -8.025,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.973,
                0.319,
                0.181,
                0.163,
                0.219,
                0.234,
                0.199,
                0.239,
                0.229,
                0.383,
                0.525
            ],
            "timbre": [
                48.092,
                15.672,
                3.002,
                62.228,
                14.753,
                -45.646,
                3.043,
                -11.528,
                -11.517,
                -14.23,
                -24.544,
                9.434
            ]
        },
        {
            "start": 80.14376,
            "duration": 0.50413,
            "confidence": 0.685,
            "loudness_start": -18.432,
            "loudness_max_time": 0.14481,
            "loudness_max": -8.734,
            "loudness_end": 0.0,
            "pitches": [
                0.672,
                1.0,
                0.281,
                0.277,
                0.23,
                0.332,
                0.545,
                0.451,
                0.362,
                0.409,
                0.32,
                0.539
            ],
            "timbre": [
                46.53,
                31.744,
                7.881,
                -9.203,
                25.169,
                -4.387,
                -12.905,
                -30.961,
                5.108,
                11.86,
                -43.341,
                3.5
            ]
        },
        {
            "start": 80.64789,
            "duration": 0.38218,
            "confidence": 1.0,
            "loudness_start": -21.457,
            "loudness_max_time": 0.03,
            "loudness_max": -4.957,
            "loudness_end": 0.0,
            "pitches": [
                0.361,
                0.233,
                0.186,
                0.127,
                0.134,
                0.228,
                0.527,
                1.0,
                0.661,
                0.549,
                0.323,
                0.425
            ],
            "timbre": [
                49.384,
                13.253,
                -27.886,
                59.643,
                20.909,
                -29.029,
                38.208,
                13.712,
                19.925,
                30.127,
                -15.55,
                12.589
            ]
        },
        {
            "start": 81.03007,
            "duration": 0.10635,
            "confidence": 0.514,
            "loudness_start": -23.283,
            "loudness_max_time": 0.0448,
            "loudness_max": -16.795,
            "loudness_end": 0.0,
            "pitches": [
                0.596,
                0.521,
                0.288,
                0.357,
                0.564,
                0.558,
                0.6,
                0.585,
                0.618,
                1.0,
                0.806,
                0.211
            ],
            "timbre": [
                40.429,
                15.931,
                -4.834,
                -8.798,
                23.76,
                -22.787,
                39.368,
                14.348,
                27.663,
                -26.209,
                -9.375,
                -4.319
            ]
        },
        {
            "start": 81.13642,
            "duration": 0.44218,
            "confidence": 1.0,
            "loudness_start": -22.507,
            "loudness_max_time": 0.07206,
            "loudness_max": -6.49,
            "loudness_end": 0.0,
            "pitches": [
                0.404,
                0.26,
                0.197,
                0.141,
                0.17,
                0.267,
                0.535,
                1.0,
                0.869,
                0.613,
                0.403,
                0.52
            ],
            "timbre": [
                44.652,
                17.435,
                -12.731,
                -25.462,
                25.713,
                45.748,
                31.33,
                12.471,
                27.802,
                2.931,
                -38.418,
                3.524
            ]
        },
        {
            "start": 81.57859,
            "duration": 0.08091,
            "confidence": 0.379,
            "loudness_start": -21.44,
            "loudness_max_time": 0.02063,
            "loudness_max": -15.995,
            "loudness_end": 0.0,
            "pitches": [
                0.217,
                0.322,
                0.29,
                0.273,
                0.85,
                0.878,
                1.0,
                0.995,
                0.365,
                0.414,
                0.364,
                0.064
            ],
            "timbre": [
                40.734,
                32.487,
                -3.985,
                5.375,
                15.695,
                -67.828,
                23.981,
                -4.268,
                24.417,
                7.568,
                2.118,
                3.16
            ]
        },
        {
            "start": 81.6595,
            "duration": 0.37247,
            "confidence": 1.0,
            "loudness_start": -21.255,
            "loudness_max_time": 0.07874,
            "loudness_max": -5.893,
            "loudness_end": 0.0,
            "pitches": [
                0.48,
                0.272,
                0.199,
                0.137,
                0.134,
                0.303,
                0.541,
                0.986,
                1.0,
                0.807,
                0.4,
                0.582
            ],
            "timbre": [
                44.91,
                28.095,
                -28.834,
                -36.848,
                37.865,
                35.44,
                30.371,
                -16.756,
                16.463,
                13.888,
                -39.872,
                6.744
            ]
        },
        {
            "start": 82.03197,
            "duration": 0.31587,
            "confidence": 0.819,
            "loudness_start": -17.04,
            "loudness_max_time": 0.08746,
            "loudness_max": -6.567,
            "loudness_end": 0.0,
            "pitches": [
                0.982,
                0.714,
                0.439,
                0.206,
                0.384,
                0.348,
                0.295,
                0.566,
                0.701,
                0.41,
                0.253,
                1.0
            ],
            "timbre": [
                46.834,
                63.424,
                -29.564,
                -59.16,
                49.46,
                -19.627,
                45.295,
                -44.692,
                -0.088,
                17.989,
                -38.134,
                12.265
            ]
        },
        {
            "start": 82.34785,
            "duration": 0.39673,
            "confidence": 0.755,
            "loudness_start": -18.145,
            "loudness_max_time": 0.08401,
            "loudness_max": -6.689,
            "loudness_end": 0.0,
            "pitches": [
                0.234,
                0.08,
                0.108,
                0.193,
                0.179,
                0.282,
                1.0,
                0.997,
                0.577,
                0.49,
                0.436,
                0.474
            ],
            "timbre": [
                49.474,
                57.029,
                -22.899,
                -37.67,
                12.597,
                -26.121,
                -29.465,
                10.662,
                35.808,
                10.341,
                -13.153,
                2.068
            ]
        },
        {
            "start": 82.74458,
            "duration": 0.34757,
            "confidence": 0.895,
            "loudness_start": -17.684,
            "loudness_max_time": 0.03048,
            "loudness_max": -4.564,
            "loudness_end": 0.0,
            "pitches": [
                0.983,
                0.65,
                0.356,
                0.176,
                0.172,
                0.371,
                0.316,
                1.0,
                0.624,
                0.378,
                0.563,
                0.973
            ],
            "timbre": [
                48.178,
                11.318,
                -62.422,
                70.659,
                15.329,
                -56.095,
                18.89,
                29.383,
                10.583,
                12.9,
                -16.162,
                5.444
            ]
        },
        {
            "start": 83.09215,
            "duration": 0.1458,
            "confidence": 0.483,
            "loudness_start": -20.866,
            "loudness_max_time": 0.08137,
            "loudness_max": -15.861,
            "loudness_end": 0.0,
            "pitches": [
                0.58,
                0.919,
                0.585,
                0.472,
                0.905,
                0.833,
                0.806,
                0.891,
                0.696,
                1.0,
                0.913,
                0.481
            ],
            "timbre": [
                41.294,
                65.624,
                -11.453,
                -25.567,
                27.569,
                -16.806,
                47.733,
                -11.205,
                -16.76,
                -6.206,
                -29.353,
                7.309
            ]
        },
        {
            "start": 83.23796,
            "duration": 0.29546,
            "confidence": 1.0,
            "loudness_start": -23.437,
            "loudness_max_time": 0.074,
            "loudness_max": -6.005,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.49,
                0.228,
                0.199,
                0.202,
                0.285,
                0.483,
                0.355,
                0.647,
                0.595,
                0.483,
                0.98
            ],
            "timbre": [
                47.389,
                37.895,
                -23.726,
                3.464,
                14.002,
                55.71,
                40.237,
                5.83,
                20.175,
                7.21,
                5.21,
                11.82
            ]
        },
        {
            "start": 83.53342,
            "duration": 0.25152,
            "confidence": 0.556,
            "loudness_start": -20.59,
            "loudness_max_time": 0.07511,
            "loudness_max": -14.658,
            "loudness_end": 0.0,
            "pitches": [
                0.292,
                0.338,
                0.186,
                0.216,
                0.403,
                0.501,
                0.969,
                1.0,
                0.599,
                0.37,
                0.172,
                0.376
            ],
            "timbre": [
                42.665,
                53.438,
                -5.52,
                5.444,
                4.515,
                -16.499,
                34.524,
                1.045,
                13.115,
                -19.73,
                -21.817,
                11.738
            ]
        },
        {
            "start": 83.78494,
            "duration": 0.33424,
            "confidence": 1.0,
            "loudness_start": -24.267,
            "loudness_max_time": 0.01624,
            "loudness_max": -5.348,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.648,
                0.37,
                0.212,
                0.231,
                0.358,
                0.392,
                0.888,
                0.768,
                0.728,
                0.615,
                0.969
            ],
            "timbre": [
                49.928,
                27.071,
                -40.06,
                30.563,
                9.292,
                -41.245,
                -9.722,
                -2.134,
                12.144,
                10.999,
                -13.366,
                -5.942
            ]
        },
        {
            "start": 84.11918,
            "duration": 0.3205,
            "confidence": 1.0,
            "loudness_start": -19.513,
            "loudness_max_time": 0.07389,
            "loudness_max": -4.624,
            "loudness_end": 0.0,
            "pitches": [
                0.927,
                0.673,
                0.387,
                0.177,
                0.307,
                0.242,
                0.272,
                0.471,
                0.444,
                0.276,
                0.167,
                1.0
            ],
            "timbre": [
                45.939,
                18.943,
                10.643,
                -91.059,
                14.124,
                -4.044,
                19.779,
                25.9,
                11.084,
                9.568,
                -31.827,
                10.223
            ]
        },
        {
            "start": 84.43968,
            "duration": 0.14531,
            "confidence": 0.655,
            "loudness_start": -16.081,
            "loudness_max_time": 0.06853,
            "loudness_max": -6.512,
            "loudness_end": 0.0,
            "pitches": [
                0.58,
                0.478,
                0.186,
                0.128,
                0.313,
                0.322,
                0.752,
                0.749,
                0.966,
                1.0,
                0.894,
                0.112
            ],
            "timbre": [
                50.163,
                46.447,
                -7.141,
                -51.628,
                2.037,
                -35.669,
                -25.098,
                1.858,
                5.98,
                21.615,
                -19.793,
                -7.634
            ]
        },
        {
            "start": 84.58499,
            "duration": 0.19088,
            "confidence": 0.184,
            "loudness_start": -10.779,
            "loudness_max_time": 0.06882,
            "loudness_max": -7.837,
            "loudness_end": 0.0,
            "pitches": [
                0.342,
                0.163,
                0.099,
                0.234,
                0.332,
                0.437,
                0.316,
                0.312,
                0.173,
                0.122,
                0.108,
                1.0
            ],
            "timbre": [
                50.408,
                56.975,
                -3.657,
                -16.986,
                34.952,
                -33.801,
                -50.762,
                2.047,
                44.347,
                8.827,
                -15.983,
                -11.735
            ]
        },
        {
            "start": 84.77587,
            "duration": 0.30181,
            "confidence": 0.479,
            "loudness_start": -12.741,
            "loudness_max_time": 0.07536,
            "loudness_max": -7.387,
            "loudness_end": 0.0,
            "pitches": [
                0.764,
                0.541,
                0.32,
                0.556,
                0.477,
                0.458,
                1.0,
                0.463,
                0.565,
                0.564,
                0.358,
                0.896
            ],
            "timbre": [
                48.552,
                116.654,
                10.434,
                15.224,
                1.052,
                -10.654,
                -1.823,
                -9.972,
                17.468,
                1.689,
                -38.08,
                2.525
            ]
        },
        {
            "start": 85.07769,
            "duration": 0.16263,
            "confidence": 1.0,
            "loudness_start": -19.689,
            "loudness_max_time": 0.06171,
            "loudness_max": -5.793,
            "loudness_end": 0.0,
            "pitches": [
                0.767,
                0.537,
                0.308,
                0.725,
                0.921,
                0.407,
                0.283,
                0.357,
                0.689,
                1.0,
                0.732,
                0.288
            ],
            "timbre": [
                49.006,
                103.598,
                38.566,
                80.835,
                42.065,
                20.231,
                12.698,
                -39.981,
                -10.402,
                6.364,
                -34.093,
                -0.074
            ]
        },
        {
            "start": 85.24032,
            "duration": 0.26259,
            "confidence": 0.901,
            "loudness_start": -17.795,
            "loudness_max_time": 0.15972,
            "loudness_max": -4.966,
            "loudness_end": 0.0,
            "pitches": [
                0.624,
                0.463,
                0.462,
                0.473,
                0.669,
                0.695,
                0.787,
                0.483,
                0.382,
                0.765,
                0.696,
                1.0
            ],
            "timbre": [
                47.438,
                97.689,
                69.456,
                -89.767,
                42.193,
                -17.353,
                17.33,
                -44.239,
                5.115,
                -15.495,
                -9.556,
                -5.075
            ]
        },
        {
            "start": 85.5029,
            "duration": 0.18458,
            "confidence": 0.424,
            "loudness_start": -10.337,
            "loudness_max_time": 0.02117,
            "loudness_max": -5.211,
            "loudness_end": 0.0,
            "pitches": [
                0.473,
                1.0,
                0.298,
                0.714,
                0.926,
                0.216,
                0.235,
                0.27,
                0.368,
                0.584,
                0.326,
                0.368
            ],
            "timbre": [
                49.014,
                55.297,
                9.588,
                82.318,
                28.529,
                -30.829,
                -21.764,
                4.382,
                -6.799,
                -15.136,
                -17.167,
                -2.077
            ]
        },
        {
            "start": 85.68748,
            "duration": 0.20322,
            "confidence": 0.924,
            "loudness_start": -19.074,
            "loudness_max_time": 0.15022,
            "loudness_max": -5.584,
            "loudness_end": 0.0,
            "pitches": [
                0.178,
                0.145,
                0.123,
                0.174,
                1.0,
                0.459,
                0.354,
                0.53,
                0.592,
                0.558,
                0.218,
                0.263
            ],
            "timbre": [
                47.307,
                102.652,
                94.264,
                -81.485,
                43.303,
                -42.693,
                24.658,
                -46.916,
                -17.933,
                9.545,
                8.106,
                -22.429
            ]
        },
        {
            "start": 85.8907,
            "duration": 0.1454,
            "confidence": 0.25,
            "loudness_start": -8.374,
            "loudness_max_time": 0.05484,
            "loudness_max": -4.688,
            "loudness_end": 0.0,
            "pitches": [
                0.576,
                0.314,
                0.095,
                0.266,
                1.0,
                0.208,
                0.128,
                0.127,
                0.108,
                0.302,
                0.255,
                0.233
            ],
            "timbre": [
                53.813,
                46.634,
                60.523,
                14.712,
                32.785,
                -36.962,
                33.091,
                5.34,
                -5.215,
                0.052,
                -17.282,
                8.102
            ]
        },
        {
            "start": 86.0361,
            "duration": 0.21469,
            "confidence": 0.12,
            "loudness_start": -8.483,
            "loudness_max_time": 0.03264,
            "loudness_max": -5.155,
            "loudness_end": 0.0,
            "pitches": [
                0.137,
                0.267,
                1.0,
                0.12,
                0.18,
                0.117,
                0.292,
                0.204,
                0.186,
                0.23,
                0.075,
                0.132
            ],
            "timbre": [
                52.509,
                72.952,
                36.217,
                10.926,
                27.277,
                -30.463,
                -30.172,
                8.115,
                16.426,
                -3.095,
                -7.531,
                16.291
            ]
        },
        {
            "start": 86.25079,
            "duration": 0.22027,
            "confidence": 0.49,
            "loudness_start": -11.165,
            "loudness_max_time": 0.03895,
            "loudness_max": -6.317,
            "loudness_end": 0.0,
            "pitches": [
                0.494,
                1.0,
                0.358,
                0.295,
                0.46,
                0.326,
                0.476,
                0.23,
                0.465,
                0.352,
                0.165,
                0.466
            ],
            "timbre": [
                50.817,
                16.709,
                16.018,
                29.022,
                59.629,
                -25.457,
                -11.448,
                8.379,
                3.946,
                18.201,
                -23.528,
                -9.383
            ]
        },
        {
            "start": 86.47107,
            "duration": 0.4293,
            "confidence": 0.69,
            "loudness_start": -17.581,
            "loudness_max_time": 0.11306,
            "loudness_max": -6.927,
            "loudness_end": 0.0,
            "pitches": [
                0.418,
                0.682,
                1.0,
                0.427,
                0.253,
                0.365,
                0.563,
                0.41,
                0.423,
                0.438,
                0.314,
                0.439
            ],
            "timbre": [
                48.006,
                143.392,
                7.488,
                -21.535,
                57.107,
                -14.07,
                10.265,
                -44.425,
                -21.746,
                23.723,
                -55.563,
                -11.846
            ]
        },
        {
            "start": 86.90036,
            "duration": 0.16249,
            "confidence": 0.985,
            "loudness_start": -17.857,
            "loudness_max_time": 0.06563,
            "loudness_max": -4.2,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.987,
                0.346,
                0.335,
                0.272,
                0.263,
                0.325,
                0.333,
                0.426,
                0.347,
                0.454,
                0.477
            ],
            "timbre": [
                50.638,
                105.714,
                13.605,
                20.213,
                37.224,
                19.249,
                -3.425,
                22.512,
                9.891,
                17.4,
                -38.206,
                -1.452
            ]
        },
        {
            "start": 87.06286,
            "duration": 0.22073,
            "confidence": 0.678,
            "loudness_start": -18.023,
            "loudness_max_time": 0.17507,
            "loudness_max": -7.868,
            "loudness_end": 0.0,
            "pitches": [
                0.172,
                0.33,
                0.854,
                1.0,
                0.694,
                0.339,
                0.333,
                0.396,
                0.166,
                0.099,
                0.117,
                0.182
            ],
            "timbre": [
                47.262,
                95.348,
                33.8,
                -74.102,
                1.152,
                -36.982,
                -17.497,
                -28.005,
                -0.164,
                27.97,
                11.366,
                10.722
            ]
        },
        {
            "start": 87.28358,
            "duration": 0.12204,
            "confidence": 0.09,
            "loudness_start": -10.925,
            "loudness_max_time": 0.04566,
            "loudness_max": -6.789,
            "loudness_end": 0.0,
            "pitches": [
                0.763,
                1.0,
                0.815,
                0.342,
                0.272,
                0.263,
                0.694,
                0.355,
                0.441,
                0.538,
                0.509,
                0.442
            ],
            "timbre": [
                49.295,
                119.049,
                2.953,
                40.858,
                22.251,
                -17.78,
                -72.84,
                -16.112,
                25.916,
                9.434,
                -35.386,
                8.469
            ]
        },
        {
            "start": 87.40562,
            "duration": 0.17374,
            "confidence": 0.992,
            "loudness_start": -19.433,
            "loudness_max_time": 0.06656,
            "loudness_max": -3.735,
            "loudness_end": 0.0,
            "pitches": [
                0.611,
                1.0,
                0.36,
                0.129,
                0.265,
                0.137,
                0.151,
                0.09,
                0.163,
                0.116,
                0.241,
                0.294
            ],
            "timbre": [
                49.942,
                78.077,
                19.945,
                -9.062,
                36.385,
                55.767,
                4.003,
                -26.437,
                13.02,
                -14.03,
                -30.295,
                10.359
            ]
        },
        {
            "start": 87.57937,
            "duration": 0.21501,
            "confidence": 0.801,
            "loudness_start": -14.793,
            "loudness_max_time": 0.11779,
            "loudness_max": -4.34,
            "loudness_end": 0.0,
            "pitches": [
                0.208,
                0.74,
                1.0,
                0.32,
                0.235,
                0.176,
                0.423,
                0.353,
                0.249,
                0.229,
                0.186,
                0.202
            ],
            "timbre": [
                49.673,
                71.018,
                35.384,
                -87.071,
                45.531,
                -19.725,
                -19.777,
                11.666,
                24.326,
                -24.738,
                -4.211,
                11.275
            ]
        },
        {
            "start": 87.79438,
            "duration": 0.17433,
            "confidence": 0.688,
            "loudness_start": -13.722,
            "loudness_max_time": 0.0734,
            "loudness_max": -5.84,
            "loudness_end": 0.0,
            "pitches": [
                0.342,
                0.466,
                0.293,
                0.249,
                1.0,
                0.202,
                0.267,
                0.229,
                0.425,
                0.491,
                0.355,
                0.508
            ],
            "timbre": [
                52.302,
                165.139,
                112.849,
                1.039,
                54.041,
                -17.019,
                66.015,
                24.031,
                -14.584,
                -12.26,
                11.595,
                39.016
            ]
        },
        {
            "start": 87.96871,
            "duration": 0.24952,
            "confidence": 0.513,
            "loudness_start": -7.369,
            "loudness_max_time": 0.05948,
            "loudness_max": -2.612,
            "loudness_end": 0.0,
            "pitches": [
                0.619,
                0.523,
                0.321,
                0.444,
                1.0,
                0.559,
                0.857,
                0.792,
                0.674,
                0.564,
                0.39,
                0.727
            ],
            "timbre": [
                53.515,
                139.673,
                17.967,
                70.61,
                28.454,
                -30.32,
                42.746,
                -14.338,
                -26.86,
                3.903,
                -47.643,
                53.064
            ]
        },
        {
            "start": 88.21823,
            "duration": 0.12245,
            "confidence": 0.618,
            "loudness_start": -17.159,
            "loudness_max_time": 0.03492,
            "loudness_max": -9.036,
            "loudness_end": 0.0,
            "pitches": [
                0.219,
                0.347,
                1.0,
                0.179,
                0.072,
                0.048,
                0.232,
                0.18,
                0.087,
                0.1,
                0.185,
                0.028
            ],
            "timbre": [
                47.737,
                9.674,
                14.497,
                11.021,
                34.309,
                -14.796,
                -21.837,
                -18.767,
                -45.116,
                -1.896,
                13.511,
                4.91
            ]
        },
        {
            "start": 88.34068,
            "duration": 0.21456,
            "confidence": 0.78,
            "loudness_start": -14.217,
            "loudness_max_time": 0.05121,
            "loudness_max": -5.358,
            "loudness_end": 0.0,
            "pitches": [
                0.583,
                0.942,
                1.0,
                0.344,
                0.283,
                0.425,
                0.77,
                0.289,
                0.331,
                0.378,
                0.236,
                0.438
            ],
            "timbre": [
                52.131,
                43.261,
                45.243,
                -20.43,
                16.768,
                -8.126,
                -8.219,
                4.384,
                -10.716,
                -8.108,
                11.37,
                3.126
            ]
        },
        {
            "start": 88.55524,
            "duration": 0.44045,
            "confidence": 0.536,
            "loudness_start": -11.182,
            "loudness_max_time": 0.11489,
            "loudness_max": -5.116,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.894,
                0.544,
                0.459,
                0.485,
                0.574,
                0.744,
                0.697,
                0.664,
                0.759,
                0.588,
                0.927
            ],
            "timbre": [
                50.397,
                62.494,
                43.936,
                43.157,
                25.998,
                -21.59,
                12.694,
                44.212,
                -7.952,
                5.503,
                -7.512,
                36.853
            ]
        },
        {
            "start": 88.99569,
            "duration": 0.39537,
            "confidence": 0.992,
            "loudness_start": -20.634,
            "loudness_max_time": 0.02131,
            "loudness_max": -5.089,
            "loudness_end": 0.0,
            "pitches": [
                0.417,
                0.244,
                0.199,
                0.173,
                0.212,
                0.274,
                0.589,
                1.0,
                0.707,
                0.649,
                0.289,
                0.457
            ],
            "timbre": [
                51.851,
                31.398,
                5.142,
                13.183,
                13.841,
                -40.879,
                42.377,
                -14.926,
                -11.759,
                15.494,
                10.113,
                10.213
            ]
        },
        {
            "start": 89.39107,
            "duration": 0.11605,
            "confidence": 0.039,
            "loudness_start": -11.028,
            "loudness_max_time": 0.04586,
            "loudness_max": -8.474,
            "loudness_end": 0.0,
            "pitches": [
                0.157,
                0.35,
                0.064,
                0.073,
                0.386,
                0.134,
                0.105,
                0.097,
                0.212,
                1.0,
                0.223,
                0.09
            ],
            "timbre": [
                49.74,
                -11.876,
                71.785,
                20.922,
                62.796,
                -42.371,
                43.638,
                15.397,
                8.552,
                5.376,
                -10.806,
                19.063
            ]
        },
        {
            "start": 89.50712,
            "duration": 0.50499,
            "confidence": 0.647,
            "loudness_start": -12.393,
            "loudness_max_time": 0.02517,
            "loudness_max": -5.082,
            "loudness_end": 0.0,
            "pitches": [
                0.329,
                0.253,
                0.205,
                0.124,
                0.31,
                0.259,
                0.668,
                1.0,
                0.564,
                0.812,
                0.394,
                0.443
            ],
            "timbre": [
                51.195,
                2.802,
                25.555,
                28.116,
                30.454,
                -33.643,
                42.982,
                6.3,
                6.599,
                14.266,
                15.915,
                6.426
            ]
        },
        {
            "start": 90.01211,
            "duration": 0.15705,
            "confidence": 0.853,
            "loudness_start": -12.981,
            "loudness_max_time": 0.0743,
            "loudness_max": -3.126,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.989,
                0.252,
                0.073,
                0.177,
                0.177,
                0.439,
                0.372,
                0.525,
                0.566,
                0.824,
                0.14
            ],
            "timbre": [
                53.551,
                18.569,
                68.979,
                -37.636,
                42.879,
                0.207,
                68.4,
                14.375,
                7.744,
                21.38,
                3.563,
                8.807
            ]
        },
        {
            "start": 90.16916,
            "duration": 0.20281,
            "confidence": 0.387,
            "loudness_start": -5.393,
            "loudness_max_time": 0.05424,
            "loudness_max": -1.38,
            "loudness_end": 0.0,
            "pitches": [
                0.251,
                0.454,
                0.364,
                0.285,
                0.514,
                0.206,
                0.296,
                0.509,
                0.206,
                1.0,
                0.128,
                0.157
            ],
            "timbre": [
                57.214,
                107.911,
                93.669,
                11.254,
                4.239,
                -29.781,
                59.38,
                20.137,
                -10.013,
                -14.289,
                -7.821,
                -7.247
            ]
        },
        {
            "start": 90.37197,
            "duration": 0.30789,
            "confidence": 0.168,
            "loudness_start": -4.724,
            "loudness_max_time": 0.10045,
            "loudness_max": -0.839,
            "loudness_end": 0.0,
            "pitches": [
                0.994,
                0.773,
                0.491,
                0.213,
                0.61,
                0.382,
                0.321,
                0.575,
                0.267,
                0.679,
                0.227,
                1.0
            ],
            "timbre": [
                57.186,
                124.211,
                96.338,
                13.109,
                11.762,
                -43.621,
                47.752,
                18.845,
                -7.469,
                9.06,
                -14.839,
                -1.752
            ]
        },
        {
            "start": 90.67986,
            "duration": 0.41143,
            "confidence": 0.041,
            "loudness_start": -4.125,
            "loudness_max_time": 0.07672,
            "loudness_max": -1.334,
            "loudness_end": 0.0,
            "pitches": [
                0.236,
                0.165,
                0.151,
                0.224,
                0.294,
                0.243,
                0.842,
                1.0,
                0.576,
                0.508,
                0.285,
                0.257
            ],
            "timbre": [
                55.173,
                82.646,
                63.611,
                67.43,
                6.711,
                -32.819,
                52.824,
                -16.062,
                -21.183,
                0.073,
                -30.557,
                13.422
            ]
        },
        {
            "start": 91.09129,
            "duration": 0.48848,
            "confidence": 0.563,
            "loudness_start": -10.258,
            "loudness_max_time": 0.0069,
            "loudness_max": -3.833,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                0.24,
                0.164,
                0.122,
                0.506,
                0.177,
                0.438,
                1.0,
                0.645,
                0.576,
                0.409,
                0.361
            ],
            "timbre": [
                52.792,
                -7.884,
                16.051,
                10.691,
                28.507,
                -63.238,
                36.734,
                -7.039,
                -1.971,
                -0.58,
                -11.341,
                -1.045
            ]
        },
        {
            "start": 91.57977,
            "duration": 0.1507,
            "confidence": 0.673,
            "loudness_start": -12.266,
            "loudness_max_time": 0.03859,
            "loudness_max": -4.527,
            "loudness_end": 0.0,
            "pitches": [
                0.393,
                0.652,
                0.161,
                0.201,
                0.454,
                0.399,
                0.795,
                0.709,
                1.0,
                0.93,
                0.851,
                0.179
            ],
            "timbre": [
                51.283,
                -5.939,
                17.363,
                -0.428,
                23.003,
                -13.606,
                41.02,
                22.48,
                -4.989,
                3.77,
                -0.185,
                10.579
            ]
        },
        {
            "start": 91.73048,
            "duration": 0.38336,
            "confidence": 0.072,
            "loudness_start": -10.98,
            "loudness_max_time": 0.20403,
            "loudness_max": -8.436,
            "loudness_end": 0.0,
            "pitches": [
                0.171,
                0.56,
                0.33,
                0.218,
                0.64,
                0.397,
                1.0,
                0.902,
                0.278,
                0.152,
                0.215,
                0.167
            ],
            "timbre": [
                49.838,
                47.286,
                29.607,
                -17.703,
                38.55,
                -38.735,
                47.058,
                12.144,
                12.174,
                -8.874,
                -9.002,
                -4.171
            ]
        },
        {
            "start": 92.11383,
            "duration": 0.39478,
            "confidence": 0.911,
            "loudness_start": -13.458,
            "loudness_max_time": 0.15618,
            "loudness_max": -1.928,
            "loudness_end": 0.0,
            "pitches": [
                0.311,
                0.313,
                0.533,
                0.632,
                0.377,
                0.305,
                0.447,
                0.51,
                1.0,
                0.96,
                0.543,
                0.411
            ],
            "timbre": [
                55.471,
                60.219,
                36.365,
                -38.601,
                25.281,
                -4.646,
                49.127,
                42.042,
                -7.161,
                19.341,
                41.554,
                10.119
            ]
        },
        {
            "start": 92.50862,
            "duration": 0.15029,
            "confidence": 0.239,
            "loudness_start": -4.595,
            "loudness_max_time": 0.01699,
            "loudness_max": -0.761,
            "loudness_end": 0.0,
            "pitches": [
                0.878,
                0.524,
                0.204,
                0.183,
                0.202,
                0.12,
                0.419,
                0.433,
                0.814,
                0.824,
                1.0,
                0.128
            ],
            "timbre": [
                57.205,
                90.487,
                47.506,
                22.441,
                25.006,
                -54.646,
                46.362,
                9.954,
                2.855,
                33.283,
                -16.095,
                39.186
            ]
        },
        {
            "start": 92.65891,
            "duration": 0.1229,
            "confidence": 0.272,
            "loudness_start": -5.818,
            "loudness_max_time": 0.0483,
            "loudness_max": -2.188,
            "loudness_end": 0.0,
            "pitches": [
                0.605,
                0.772,
                0.446,
                0.485,
                0.642,
                0.653,
                0.663,
                0.657,
                1.0,
                0.993,
                0.986,
                0.178
            ],
            "timbre": [
                56.711,
                31.614,
                36.455,
                -11.141,
                2.848,
                -41.586,
                47.206,
                28.596,
                -1.636,
                -0.985,
                -5.933,
                13.008
            ]
        },
        {
            "start": 92.78181,
            "duration": 0.21401,
            "confidence": 0.187,
            "loudness_start": -4.634,
            "loudness_max_time": 0.07765,
            "loudness_max": -1.265,
            "loudness_end": 0.0,
            "pitches": [
                0.72,
                0.9,
                0.677,
                0.447,
                0.801,
                0.444,
                0.741,
                0.391,
                0.66,
                0.451,
                0.383,
                1.0
            ],
            "timbre": [
                57.222,
                83.662,
                51.748,
                -9.237,
                -4.297,
                -35.296,
                41.438,
                19.499,
                -9.772,
                -2.732,
                -2.277,
                14.731
            ]
        },
        {
            "start": 92.99583,
            "duration": 0.17388,
            "confidence": 0.243,
            "loudness_start": -4.31,
            "loudness_max_time": 0.07405,
            "loudness_max": 0.045,
            "loudness_end": 0.0,
            "pitches": [
                0.281,
                1.0,
                0.314,
                0.308,
                0.973,
                0.792,
                0.653,
                0.52,
                0.256,
                0.383,
                0.346,
                0.404
            ],
            "timbre": [
                57.787,
                86.576,
                57.96,
                16.682,
                15.938,
                -33.578,
                59.634,
                2.731,
                -1.241,
                -1.356,
                -13.264,
                40.647
            ]
        },
        {
            "start": 93.16971,
            "duration": 0.12816,
            "confidence": 0.059,
            "loudness_start": -4.46,
            "loudness_max_time": 0.01052,
            "loudness_max": -1.885,
            "loudness_end": 0.0,
            "pitches": [
                0.305,
                1.0,
                0.189,
                0.131,
                0.328,
                0.33,
                0.614,
                0.619,
                0.561,
                0.521,
                0.139,
                0.105
            ],
            "timbre": [
                57.083,
                56.838,
                19.351,
                -14.627,
                -8.336,
                -56.602,
                33.214,
                15.251,
                -11.256,
                18.412,
                -4.698,
                9.521
            ]
        },
        {
            "start": 93.29787,
            "duration": 0.07646,
            "confidence": 0.035,
            "loudness_start": -3.755,
            "loudness_max_time": 0.00956,
            "loudness_max": -0.762,
            "loudness_end": 0.0,
            "pitches": [
                0.477,
                0.789,
                0.758,
                0.754,
                0.853,
                0.818,
                0.931,
                0.92,
                0.847,
                1.0,
                0.335,
                0.305
            ],
            "timbre": [
                56.935,
                79.257,
                67.249,
                10.051,
                9.887,
                -64.329,
                45.803,
                5.325,
                6.817,
                5.329,
                -10.72,
                -8.131
            ]
        },
        {
            "start": 93.37433,
            "duration": 0.1498,
            "confidence": 0.432,
            "loudness_start": -4.343,
            "loudness_max_time": 0.0818,
            "loudness_max": 0.705,
            "loudness_end": 0.0,
            "pitches": [
                0.049,
                0.338,
                0.269,
                0.206,
                0.846,
                0.814,
                1.0,
                0.938,
                0.295,
                0.505,
                0.103,
                0.038
            ],
            "timbre": [
                57.762,
                68.528,
                90.746,
                -14.031,
                29.515,
                -38.955,
                59.766,
                35.403,
                7.562,
                13.065,
                -19.365,
                1.421
            ]
        },
        {
            "start": 93.52413,
            "duration": 0.14503,
            "confidence": 0.171,
            "loudness_start": -3.807,
            "loudness_max_time": 0.04238,
            "loudness_max": -0.243,
            "loudness_end": 0.0,
            "pitches": [
                0.036,
                0.314,
                0.262,
                0.259,
                1.0,
                0.89,
                0.976,
                0.938,
                0.314,
                0.384,
                0.044,
                0.026
            ],
            "timbre": [
                58.017,
                97.721,
                73.746,
                8.648,
                8.344,
                -25.113,
                66.529,
                5.197,
                -12.908,
                -0.845,
                -16.318,
                15.668
            ]
        },
        {
            "start": 93.66916,
            "duration": 0.26685,
            "confidence": 0.199,
            "loudness_start": -3.153,
            "loudness_max_time": 0.09087,
            "loudness_max": -0.094,
            "loudness_end": 0.0,
            "pitches": [
                0.469,
                0.976,
                1.0,
                0.634,
                0.62,
                0.265,
                0.289,
                0.3,
                0.244,
                0.403,
                0.147,
                0.378
            ],
            "timbre": [
                58.152,
                79.143,
                46.544,
                0.068,
                17.621,
                -41.101,
                37.486,
                19.159,
                -0.172,
                8.399,
                -3.649,
                3.887
            ]
        },
        {
            "start": 93.93601,
            "duration": 0.28494,
            "confidence": 0.474,
            "loudness_start": -6.01,
            "loudness_max_time": 0.06613,
            "loudness_max": -0.659,
            "loudness_end": 0.0,
            "pitches": [
                0.383,
                1.0,
                0.196,
                0.11,
                0.161,
                0.069,
                0.085,
                0.047,
                0.155,
                0.273,
                0.175,
                0.074
            ],
            "timbre": [
                56.695,
                85.514,
                57.413,
                2.307,
                20.504,
                -18.936,
                34.671,
                5.839,
                -14.498,
                14.612,
                -14.381,
                3.638
            ]
        },
        {
            "start": 94.22095,
            "duration": 0.14077,
            "confidence": 0.202,
            "loudness_start": -6.929,
            "loudness_max_time": 0.02518,
            "loudness_max": -2.597,
            "loudness_end": 0.0,
            "pitches": [
                0.33,
                1.0,
                0.18,
                0.124,
                0.165,
                0.14,
                0.549,
                0.556,
                0.825,
                0.867,
                0.473,
                0.024
            ],
            "timbre": [
                54.899,
                41.846,
                -6.149,
                3.035,
                -12.173,
                -58.619,
                26.547,
                11.177,
                13.393,
                5.699,
                -3.022,
                11.237
            ]
        },
        {
            "start": 94.36172,
            "duration": 0.1258,
            "confidence": 0.106,
            "loudness_start": -8.12,
            "loudness_max_time": 0.01228,
            "loudness_max": -4.166,
            "loudness_end": 0.0,
            "pitches": [
                0.287,
                0.401,
                0.396,
                0.285,
                0.727,
                0.702,
                0.937,
                0.909,
                0.824,
                1.0,
                0.589,
                0.026
            ],
            "timbre": [
                53.988,
                116.417,
                49.955,
                1.407,
                29.011,
                -55.272,
                39.82,
                -4.87,
                35.879,
                12.972,
                -12.63,
                0.093
            ]
        },
        {
            "start": 94.48753,
            "duration": 0.25587,
            "confidence": 0.837,
            "loudness_start": -7.733,
            "loudness_max_time": 0.05078,
            "loudness_max": 1.787,
            "loudness_end": 0.0,
            "pitches": [
                0.414,
                1.0,
                0.24,
                0.052,
                0.03,
                0.019,
                0.03,
                0.018,
                0.081,
                0.266,
                0.052,
                0.019
            ],
            "timbre": [
                59.211,
                114.157,
                33.316,
                11.619,
                20.564,
                -1.064,
                -7.312,
                -10.013,
                -6.66,
                6.035,
                -4.19,
                -5.754
            ]
        },
        {
            "start": 94.7434,
            "duration": 0.21451,
            "confidence": 0.404,
            "loudness_start": -5.8,
            "loudness_max_time": 0.02886,
            "loudness_max": 0.713,
            "loudness_end": 0.0,
            "pitches": [
                0.711,
                1.0,
                0.878,
                0.568,
                0.389,
                0.225,
                0.161,
                0.28,
                0.211,
                0.305,
                0.109,
                0.538
            ],
            "timbre": [
                56.682,
                85.038,
                -10.461,
                24.149,
                -3.012,
                -56.996,
                4.049,
                12.581,
                -12.148,
                -9.858,
                -2.406,
                -4.089
            ]
        },
        {
            "start": 94.95791,
            "duration": 0.4278,
            "confidence": 0.643,
            "loudness_start": -7.899,
            "loudness_max_time": 0.11509,
            "loudness_max": 0.069,
            "loudness_end": 0.0,
            "pitches": [
                0.269,
                0.699,
                1.0,
                0.407,
                0.182,
                0.14,
                0.088,
                0.106,
                0.166,
                0.351,
                0.203,
                0.225
            ],
            "timbre": [
                55.823,
                68.3,
                45.476,
                -34.974,
                30.125,
                -13.894,
                38.835,
                18.604,
                -13.842,
                15.323,
                -25.592,
                5.74
            ]
        },
        {
            "start": 95.38571,
            "duration": 0.13615,
            "confidence": 0.094,
            "loudness_start": -11.831,
            "loudness_max_time": 0.03865,
            "loudness_max": -6.982,
            "loudness_end": 0.0,
            "pitches": [
                0.474,
                0.433,
                0.207,
                0.177,
                0.441,
                0.443,
                0.993,
                1.0,
                0.931,
                0.954,
                0.442,
                0.016
            ],
            "timbre": [
                50.049,
                35.905,
                19.536,
                8.246,
                -0.8,
                -24.285,
                56.097,
                -7.308,
                -9.22,
                2.682,
                -5.633,
                -18.327
            ]
        },
        {
            "start": 95.52186,
            "duration": 0.26023,
            "confidence": 0.957,
            "loudness_start": -12.36,
            "loudness_max_time": 0.0727,
            "loudness_max": 0.07,
            "loudness_end": 0.0,
            "pitches": [
                0.667,
                1.0,
                0.076,
                0.011,
                0.03,
                0.026,
                0.01,
                0.043,
                0.194,
                0.087,
                0.018,
                0.014
            ],
            "timbre": [
                57.069,
                69.88,
                49.446,
                -0.198,
                33.619,
                12.839,
                18.644,
                27.135,
                11.472,
                9.044,
                -11.257,
                -22.915
            ]
        },
        {
            "start": 95.78209,
            "duration": 0.24444,
            "confidence": 0.587,
            "loudness_start": -10.453,
            "loudness_max_time": 0.01018,
            "loudness_max": -0.457,
            "loudness_end": 0.0,
            "pitches": [
                0.735,
                1.0,
                0.7,
                0.294,
                0.284,
                0.148,
                0.078,
                0.138,
                0.094,
                0.105,
                0.044,
                0.341
            ],
            "timbre": [
                54.998,
                69.0,
                -22.435,
                26.126,
                1.431,
                -63.659,
                12.706,
                11.282,
                -1.868,
                -4.533,
                -18.086,
                7.183
            ]
        },
        {
            "start": 96.02653,
            "duration": 0.27868,
            "confidence": 0.967,
            "loudness_start": -11.714,
            "loudness_max_time": 0.04888,
            "loudness_max": 1.462,
            "loudness_end": 0.0,
            "pitches": [
                0.194,
                1.0,
                0.274,
                0.286,
                0.401,
                0.302,
                0.074,
                0.07,
                0.073,
                0.13,
                0.043,
                0.259
            ],
            "timbre": [
                56.042,
                79.311,
                13.634,
                13.755,
                34.829,
                15.155,
                9.177,
                1.676,
                -1.229,
                -15.466,
                -23.348,
                -10.863
            ]
        },
        {
            "start": 96.30522,
            "duration": 0.50485,
            "confidence": 0.713,
            "loudness_start": -9.696,
            "loudness_max_time": 0.10384,
            "loudness_max": -0.683,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                0.411,
                0.287,
                0.51,
                1.0,
                0.652,
                0.257,
                0.661,
                0.533,
                0.394,
                0.118,
                0.24
            ],
            "timbre": [
                57.444,
                81.969,
                9.966,
                -29.057,
                2.739,
                -23.72,
                -2.761,
                16.569,
                11.988,
                3.062,
                -9.194,
                -8.116
            ]
        },
        {
            "start": 96.81007,
            "duration": 0.53923,
            "confidence": 0.725,
            "loudness_start": -6.948,
            "loudness_max_time": 0.05884,
            "loudness_max": 0.094,
            "loudness_end": 0.0,
            "pitches": [
                0.145,
                0.302,
                0.514,
                0.791,
                1.0,
                0.18,
                0.324,
                0.5,
                0.563,
                0.445,
                0.216,
                0.386
            ],
            "timbre": [
                57.267,
                75.835,
                16.089,
                7.499,
                14.158,
                -17.226,
                37.315,
                0.548,
                8.866,
                10.386,
                -0.762,
                1.316
            ]
        },
        {
            "start": 97.3493,
            "duration": 0.25238,
            "confidence": 0.255,
            "loudness_start": -8.661,
            "loudness_max_time": 0.00779,
            "loudness_max": -2.812,
            "loudness_end": 0.0,
            "pitches": [
                0.542,
                1.0,
                0.751,
                0.331,
                0.378,
                0.163,
                0.381,
                0.137,
                0.105,
                0.131,
                0.078,
                0.424
            ],
            "timbre": [
                53.795,
                47.699,
                -12.807,
                -13.652,
                -8.588,
                -71.538,
                26.141,
                7.136,
                -4.031,
                4.924,
                -6.584,
                11.781
            ]
        },
        {
            "start": 97.60168,
            "duration": 0.27025,
            "confidence": 0.791,
            "loudness_start": -9.011,
            "loudness_max_time": 0.04448,
            "loudness_max": -0.714,
            "loudness_end": 0.0,
            "pitches": [
                0.072,
                0.361,
                0.086,
                0.09,
                0.179,
                0.165,
                1.0,
                0.237,
                0.125,
                0.281,
                0.124,
                0.068
            ],
            "timbre": [
                56.788,
                81.782,
                48.485,
                -3.62,
                13.15,
                -3.262,
                59.972,
                17.021,
                -1.872,
                -6.729,
                8.443,
                9.417
            ]
        },
        {
            "start": 97.87193,
            "duration": 0.23832,
            "confidence": 0.194,
            "loudness_start": -6.004,
            "loudness_max_time": 0.00878,
            "loudness_max": -0.452,
            "loudness_end": 0.0,
            "pitches": [
                0.588,
                1.0,
                0.886,
                0.41,
                0.492,
                0.186,
                0.228,
                0.255,
                0.161,
                0.283,
                0.102,
                0.444
            ],
            "timbre": [
                57.599,
                87.352,
                18.731,
                -9.012,
                8.625,
                -60.591,
                39.302,
                42.526,
                5.024,
                -1.887,
                -6.861,
                23.888
            ]
        },
        {
            "start": 98.11025,
            "duration": 0.41483,
            "confidence": 0.7,
            "loudness_start": -8.884,
            "loudness_max_time": 0.07524,
            "loudness_max": -0.544,
            "loudness_end": 0.0,
            "pitches": [
                0.237,
                0.336,
                0.751,
                1.0,
                0.545,
                0.145,
                0.208,
                0.105,
                0.15,
                0.273,
                0.126,
                0.079
            ],
            "timbre": [
                56.353,
                82.349,
                11.227,
                6.339,
                20.64,
                -4.238,
                -6.08,
                -5.399,
                8.508,
                4.828,
                -22.941,
                -16.453
            ]
        },
        {
            "start": 98.52508,
            "duration": 0.12553,
            "confidence": 0.281,
            "loudness_start": -8.67,
            "loudness_max_time": 0.03128,
            "loudness_max": -4.801,
            "loudness_end": 0.0,
            "pitches": [
                0.151,
                0.251,
                0.18,
                0.135,
                0.635,
                0.625,
                1.0,
                0.997,
                0.931,
                0.996,
                0.545,
                0.021
            ],
            "timbre": [
                53.133,
                128.517,
                29.187,
                -2.309,
                8.21,
                -32.218,
                31.487,
                -5.274,
                34.984,
                3.394,
                1.881,
                -9.11
            ]
        },
        {
            "start": 98.65061,
            "duration": 0.25465,
            "confidence": 0.771,
            "loudness_start": -8.711,
            "loudness_max_time": 0.03507,
            "loudness_max": 0.269,
            "loudness_end": 0.0,
            "pitches": [
                0.445,
                1.0,
                0.225,
                0.055,
                0.031,
                0.013,
                0.02,
                0.012,
                0.045,
                0.174,
                0.039,
                0.013
            ],
            "timbre": [
                57.107,
                100.051,
                48.564,
                17.572,
                39.52,
                -18.975,
                60.469,
                6.177,
                11.456,
                12.996,
                8.7,
                18.484
            ]
        },
        {
            "start": 98.90526,
            "duration": 0.22036,
            "confidence": 0.588,
            "loudness_start": -6.214,
            "loudness_max_time": 0.04144,
            "loudness_max": 0.955,
            "loudness_end": 0.0,
            "pitches": [
                0.643,
                1.0,
                0.953,
                0.685,
                0.515,
                0.265,
                0.203,
                0.322,
                0.247,
                0.441,
                0.155,
                0.452
            ],
            "timbre": [
                58.202,
                67.008,
                1.449,
                8.498,
                21.467,
                -31.955,
                14.409,
                -3.11,
                -1.429,
                -7.016,
                3.914,
                13.961
            ]
        },
        {
            "start": 99.12562,
            "duration": 0.31224,
            "confidence": 0.314,
            "loudness_start": -5.242,
            "loudness_max_time": 0.06647,
            "loudness_max": -1.828,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                1.0,
                0.619,
                0.092,
                0.063,
                0.029,
                0.038,
                0.048,
                0.098,
                0.29,
                0.042,
                0.029
            ],
            "timbre": [
                55.817,
                24.634,
                42.761,
                8.487,
                36.384,
                -31.321,
                30.768,
                21.406,
                -31.314,
                12.338,
                -24.467,
                16.685
            ]
        },
        {
            "start": 99.43787,
            "duration": 0.08717,
            "confidence": 0.336,
            "loudness_start": -8.038,
            "loudness_max_time": 0.00718,
            "loudness_max": -2.395,
            "loudness_end": 0.0,
            "pitches": [
                0.652,
                1.0,
                0.855,
                0.861,
                0.807,
                0.808,
                0.696,
                0.697,
                0.47,
                0.485,
                0.624,
                0.499
            ],
            "timbre": [
                53.375,
                29.765,
                -47.834,
                -12.165,
                -18.054,
                -81.416,
                12.357,
                5.582,
                -14.822,
                5.691,
                -15.596,
                5.538
            ]
        },
        {
            "start": 99.52503,
            "duration": 0.14517,
            "confidence": 0.146,
            "loudness_start": -9.325,
            "loudness_max_time": 0.05578,
            "loudness_max": -6.04,
            "loudness_end": 0.0,
            "pitches": [
                0.181,
                0.407,
                0.295,
                0.29,
                0.58,
                0.584,
                0.996,
                1.0,
                0.82,
                0.83,
                0.235,
                0.012
            ],
            "timbre": [
                51.873,
                69.557,
                -20.771,
                -6.676,
                20.668,
                -27.539,
                57.794,
                -16.04,
                -7.701,
                -26.349,
                -19.093,
                -14.182
            ]
        },
        {
            "start": 99.6702,
            "duration": 0.2858,
            "confidence": 0.949,
            "loudness_start": -12.165,
            "loudness_max_time": 0.0851,
            "loudness_max": -0.386,
            "loudness_end": 0.0,
            "pitches": [
                0.62,
                1.0,
                0.071,
                0.01,
                0.018,
                0.022,
                0.009,
                0.035,
                0.171,
                0.123,
                0.035,
                0.015
            ],
            "timbre": [
                55.675,
                64.631,
                17.739,
                -25.67,
                41.032,
                39.306,
                0.922,
                -9.899,
                1.577,
                -8.744,
                -9.421,
                -11.725
            ]
        },
        {
            "start": 99.95601,
            "duration": 0.22735,
            "confidence": 0.579,
            "loudness_start": -7.835,
            "loudness_max_time": 0.00991,
            "loudness_max": 0.057,
            "loudness_end": 0.0,
            "pitches": [
                0.741,
                1.0,
                0.737,
                0.399,
                0.323,
                0.177,
                0.108,
                0.161,
                0.108,
                0.084,
                0.072,
                0.37
            ],
            "timbre": [
                55.59,
                81.893,
                -22.969,
                14.913,
                -5.653,
                -65.45,
                9.716,
                18.372,
                -8.613,
                -7.373,
                -17.688,
                5.247
            ]
        },
        {
            "start": 100.18336,
            "duration": 0.29469,
            "confidence": 0.998,
            "loudness_start": -12.394,
            "loudness_max_time": 0.06452,
            "loudness_max": 1.504,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                1.0,
                0.267,
                0.333,
                0.437,
                0.345,
                0.08,
                0.074,
                0.127,
                0.277,
                0.111,
                0.29
            ],
            "timbre": [
                55.52,
                77.939,
                44.954,
                -41.081,
                39.004,
                39.877,
                20.443,
                19.126,
                14.81,
                -7.824,
                -19.261,
                -2.932
            ]
        },
        {
            "start": 100.47805,
            "duration": 0.51755,
            "confidence": 0.457,
            "loudness_start": -5.351,
            "loudness_max_time": 0.04204,
            "loudness_max": -0.659,
            "loudness_end": 0.0,
            "pitches": [
                0.192,
                0.299,
                0.292,
                0.529,
                1.0,
                0.657,
                0.251,
                0.625,
                0.493,
                0.396,
                0.139,
                0.256
            ],
            "timbre": [
                57.493,
                104.741,
                8.148,
                -28.395,
                -15.469,
                -31.028,
                -12.982,
                3.033,
                28.826,
                -22.209,
                15.371,
                -16.499
            ]
        },
        {
            "start": 100.9956,
            "duration": 0.20304,
            "confidence": 0.13,
            "loudness_start": -3.288,
            "loudness_max_time": 0.01463,
            "loudness_max": 0.9,
            "loudness_end": 0.0,
            "pitches": [
                0.513,
                0.915,
                1.0,
                0.592,
                0.697,
                0.345,
                0.191,
                0.253,
                0.161,
                0.137,
                0.118,
                0.51
            ],
            "timbre": [
                57.475,
                90.909,
                -5.42,
                9.376,
                11.012,
                -60.82,
                18.902,
                13.57,
                -4.928,
                -7.836,
                -8.944,
                16.24
            ]
        },
        {
            "start": 101.19864,
            "duration": 0.5702,
            "confidence": 0.467,
            "loudness_start": -6.162,
            "loudness_max_time": 0.1102,
            "loudness_max": -1.058,
            "loudness_end": 0.0,
            "pitches": [
                0.519,
                1.0,
                0.576,
                0.83,
                0.558,
                0.314,
                0.368,
                0.385,
                0.516,
                0.564,
                0.452,
                0.387
            ],
            "timbre": [
                55.902,
                95.374,
                -9.788,
                -28.992,
                42.765,
                -26.806,
                16.72,
                -22.439,
                1.993,
                5.693,
                -34.629,
                20.453
            ]
        },
        {
            "start": 101.76884,
            "duration": 0.25161,
            "confidence": 0.884,
            "loudness_start": -12.109,
            "loudness_max_time": 0.02795,
            "loudness_max": -0.227,
            "loudness_end": 0.0,
            "pitches": [
                0.079,
                0.385,
                0.073,
                0.045,
                0.168,
                0.291,
                1.0,
                0.226,
                0.072,
                0.158,
                0.106,
                0.072
            ],
            "timbre": [
                57.5,
                112.792,
                46.186,
                8.46,
                2.704,
                -13.078,
                55.972,
                9.624,
                -29.181,
                -1.104,
                4.911,
                8.635
            ]
        },
        {
            "start": 102.02045,
            "duration": 0.29229,
            "confidence": 0.571,
            "loudness_start": -6.672,
            "loudness_max_time": 0.03512,
            "loudness_max": 0.322,
            "loudness_end": 0.0,
            "pitches": [
                0.528,
                1.0,
                0.97,
                0.516,
                0.486,
                0.232,
                0.611,
                0.284,
                0.14,
                0.129,
                0.117,
                0.418
            ],
            "timbre": [
                57.354,
                76.867,
                35.499,
                5.0,
                11.029,
                -30.966,
                40.617,
                36.111,
                -5.405,
                6.692,
                14.068,
                -10.236
            ]
        },
        {
            "start": 102.31274,
            "duration": 0.21497,
            "confidence": 0.404,
            "loudness_start": -6.04,
            "loudness_max_time": 0.0521,
            "loudness_max": -1.137,
            "loudness_end": 0.0,
            "pitches": [
                0.511,
                1.0,
                0.139,
                0.076,
                0.12,
                0.056,
                0.061,
                0.026,
                0.097,
                0.123,
                0.054,
                0.063
            ],
            "timbre": [
                56.402,
                81.602,
                28.279,
                23.033,
                18.812,
                -24.681,
                17.643,
                -6.56,
                -9.701,
                -7.674,
                -22.978,
                -25.839
            ]
        },
        {
            "start": 102.52771,
            "duration": 0.30168,
            "confidence": 0.797,
            "loudness_start": -6.947,
            "loudness_max_time": 0.09567,
            "loudness_max": 1.813,
            "loudness_end": 0.0,
            "pitches": [
                0.59,
                1.0,
                0.628,
                0.596,
                0.697,
                0.359,
                0.264,
                0.281,
                0.196,
                0.129,
                0.097,
                0.429
            ],
            "timbre": [
                56.423,
                92.513,
                25.244,
                -18.597,
                9.114,
                4.993,
                17.098,
                32.218,
                -2.461,
                7.247,
                -31.452,
                -14.659
            ]
        },
        {
            "start": 102.82939,
            "duration": 0.49392,
            "confidence": 0.849,
            "loudness_start": -9.44,
            "loudness_max_time": 0.07245,
            "loudness_max": 0.989,
            "loudness_end": 0.0,
            "pitches": [
                0.225,
                0.779,
                1.0,
                0.696,
                0.36,
                0.191,
                0.236,
                0.311,
                0.307,
                0.338,
                0.211,
                0.086
            ],
            "timbre": [
                57.45,
                98.401,
                9.73,
                -4.612,
                50.386,
                -1.741,
                -7.859,
                15.15,
                4.98,
                29.318,
                -12.684,
                -14.11
            ]
        },
        {
            "start": 103.32331,
            "duration": 0.34921,
            "confidence": 0.848,
            "loudness_start": -8.705,
            "loudness_max_time": 0.04533,
            "loudness_max": 1.757,
            "loudness_end": 0.0,
            "pitches": [
                0.223,
                1.0,
                0.485,
                0.056,
                0.029,
                0.041,
                0.027,
                0.021,
                0.033,
                0.126,
                0.037,
                0.105
            ],
            "timbre": [
                57.334,
                107.561,
                29.242,
                -31.234,
                18.862,
                21.81,
                -6.414,
                11.318,
                18.263,
                2.544,
                -2.612,
                -29.357
            ]
        },
        {
            "start": 103.67252,
            "duration": 0.45741,
            "confidence": 0.356,
            "loudness_start": -4.553,
            "loudness_max_time": 0.01169,
            "loudness_max": 0.582,
            "loudness_end": 0.0,
            "pitches": [
                0.351,
                1.0,
                0.565,
                0.061,
                0.049,
                0.077,
                0.113,
                0.13,
                0.327,
                0.117,
                0.045,
                0.125
            ],
            "timbre": [
                57.761,
                111.65,
                31.101,
                12.34,
                4.345,
                -53.212,
                39.22,
                11.916,
                16.859,
                6.612,
                -16.046,
                12.312
            ]
        },
        {
            "start": 104.12993,
            "duration": 0.26068,
            "confidence": 0.434,
            "loudness_start": -8.095,
            "loudness_max_time": 0.01017,
            "loudness_max": 0.326,
            "loudness_end": 0.0,
            "pitches": [
                0.729,
                1.0,
                0.625,
                0.249,
                0.31,
                0.127,
                0.079,
                0.143,
                0.076,
                0.141,
                0.052,
                0.322
            ],
            "timbre": [
                56.211,
                90.319,
                -2.16,
                9.925,
                -14.893,
                -63.105,
                5.664,
                17.351,
                0.458,
                -8.193,
                -8.401,
                14.772
            ]
        },
        {
            "start": 104.39061,
            "duration": 0.25302,
            "confidence": 0.511,
            "loudness_start": -9.347,
            "loudness_max_time": 0.15583,
            "loudness_max": -3.792,
            "loudness_end": 0.0,
            "pitches": [
                0.238,
                1.0,
                0.305,
                0.253,
                0.386,
                0.307,
                0.068,
                0.054,
                0.056,
                0.076,
                0.041,
                0.192
            ],
            "timbre": [
                54.65,
                75.966,
                -1.098,
                -21.584,
                31.508,
                -39.311,
                28.666,
                -9.426,
                -14.411,
                10.661,
                -3.512,
                1.948
            ]
        },
        {
            "start": 104.64363,
            "duration": 0.11737,
            "confidence": 0.647,
            "loudness_start": -6.897,
            "loudness_max_time": 0.03154,
            "loudness_max": 0.404,
            "loudness_end": 0.0,
            "pitches": [
                0.534,
                1.0,
                0.15,
                0.136,
                0.218,
                0.186,
                0.199,
                0.287,
                0.395,
                0.311,
                0.302,
                0.102
            ],
            "timbre": [
                58.332,
                44.816,
                17.781,
                -0.233,
                8.865,
                -53.973,
                46.036,
                17.531,
                25.277,
                14.402,
                4.084,
                10.065
            ]
        },
        {
            "start": 104.761,
            "duration": 0.14698,
            "confidence": 0.168,
            "loudness_start": -3.476,
            "loudness_max_time": 0.05322,
            "loudness_max": -0.325,
            "loudness_end": 0.0,
            "pitches": [
                0.12,
                0.141,
                0.111,
                0.117,
                0.645,
                0.53,
                0.989,
                0.997,
                0.89,
                1.0,
                0.364,
                0.051
            ],
            "timbre": [
                57.72,
                83.849,
                61.951,
                14.869,
                47.692,
                -29.657,
                51.89,
                16.836,
                25.085,
                -9.558,
                -14.742,
                20.367
            ]
        },
        {
            "start": 104.90798,
            "duration": 0.26721,
            "confidence": 0.474,
            "loudness_start": -5.797,
            "loudness_max_time": 0.08647,
            "loudness_max": 0.129,
            "loudness_end": 0.0,
            "pitches": [
                0.115,
                0.452,
                0.061,
                0.312,
                1.0,
                0.372,
                0.05,
                0.045,
                0.143,
                0.263,
                0.063,
                0.297
            ],
            "timbre": [
                57.836,
                101.293,
                32.127,
                -17.876,
                36.232,
                -34.322,
                16.112,
                12.935,
                13.244,
                7.74,
                -5.062,
                9.798
            ]
        },
        {
            "start": 105.17519,
            "duration": 0.52834,
            "confidence": 0.317,
            "loudness_start": -3.624,
            "loudness_max_time": 0.01026,
            "loudness_max": 0.784,
            "loudness_end": 0.0,
            "pitches": [
                0.154,
                0.325,
                0.542,
                0.893,
                1.0,
                0.287,
                0.331,
                0.4,
                0.447,
                0.293,
                0.148,
                0.197
            ],
            "timbre": [
                57.673,
                59.918,
                -3.768,
                15.331,
                20.418,
                -59.909,
                12.196,
                4.259,
                14.971,
                3.066,
                -14.894,
                4.612
            ]
        },
        {
            "start": 105.70354,
            "duration": 0.10753,
            "confidence": 0.383,
            "loudness_start": -6.823,
            "loudness_max_time": 0.00195,
            "loudness_max": -1.608,
            "loudness_end": 0.0,
            "pitches": [
                0.295,
                1.0,
                0.145,
                0.071,
                0.248,
                0.228,
                0.467,
                0.463,
                0.541,
                0.55,
                0.341,
                0.053
            ],
            "timbre": [
                54.695,
                59.18,
                -28.342,
                -15.556,
                -21.461,
                -75.983,
                20.077,
                12.192,
                -14.828,
                -6.601,
                -6.079,
                14.912
            ]
        },
        {
            "start": 105.81107,
            "duration": 0.08961,
            "confidence": 0.075,
            "loudness_start": -7.39,
            "loudness_max_time": 0.03922,
            "loudness_max": -4.538,
            "loudness_end": 0.0,
            "pitches": [
                0.341,
                0.769,
                0.709,
                0.695,
                0.798,
                0.788,
                1.0,
                0.984,
                0.911,
                0.943,
                0.256,
                0.244
            ],
            "timbre": [
                53.38,
                64.364,
                13.997,
                18.087,
                1.211,
                -46.292,
                47.677,
                -1.186,
                -4.428,
                0.69,
                -21.635,
                2.203
            ]
        },
        {
            "start": 105.90068,
            "duration": 0.3132,
            "confidence": 0.787,
            "loudness_start": -9.369,
            "loudness_max_time": 0.07943,
            "loudness_max": -0.128,
            "loudness_end": 0.0,
            "pitches": [
                0.064,
                0.343,
                0.104,
                0.111,
                0.208,
                0.216,
                1.0,
                0.163,
                0.079,
                0.183,
                0.131,
                0.07
            ],
            "timbre": [
                55.536,
                79.953,
                64.74,
                -43.365,
                3.318,
                -2.497,
                57.159,
                24.936,
                -20.941,
                -6.812,
                -11.908,
                12.133
            ]
        },
        {
            "start": 106.21388,
            "duration": 0.27315,
            "confidence": 0.373,
            "loudness_start": -5.993,
            "loudness_max_time": 0.0181,
            "loudness_max": 0.092,
            "loudness_end": 0.0,
            "pitches": [
                0.575,
                1.0,
                0.918,
                0.401,
                0.426,
                0.224,
                0.81,
                0.275,
                0.119,
                0.147,
                0.099,
                0.421
            ],
            "timbre": [
                57.798,
                74.761,
                36.67,
                7.261,
                12.763,
                -49.722,
                34.543,
                24.525,
                0.749,
                3.503,
                -7.014,
                -6.648
            ]
        },
        {
            "start": 106.48703,
            "duration": 0.22608,
            "confidence": 0.519,
            "loudness_start": -6.376,
            "loudness_max_time": 0.0498,
            "loudness_max": -1.037,
            "loudness_end": 0.0,
            "pitches": [
                0.487,
                1.0,
                0.161,
                0.083,
                0.119,
                0.059,
                0.075,
                0.03,
                0.1,
                0.119,
                0.058,
                0.07
            ],
            "timbre": [
                56.559,
                87.445,
                29.917,
                38.277,
                14.725,
                -27.894,
                20.488,
                -10.335,
                -16.26,
                -7.978,
                -28.65,
                -28.326
            ]
        },
        {
            "start": 106.71311,
            "duration": 0.29619,
            "confidence": 0.798,
            "loudness_start": -8.429,
            "loudness_max_time": 0.10557,
            "loudness_max": 1.806,
            "loudness_end": 0.0,
            "pitches": [
                0.608,
                1.0,
                0.622,
                0.585,
                0.738,
                0.327,
                0.237,
                0.281,
                0.185,
                0.147,
                0.099,
                0.464
            ],
            "timbre": [
                56.508,
                83.826,
                20.692,
                -15.552,
                19.45,
                8.675,
                9.942,
                45.212,
                11.167,
                3.453,
                -16.267,
                -25.379
            ]
        },
        {
            "start": 107.0093,
            "duration": 0.25556,
            "confidence": 0.829,
            "loudness_start": -8.616,
            "loudness_max_time": 0.03749,
            "loudness_max": 0.97,
            "loudness_end": 0.0,
            "pitches": [
                0.403,
                1.0,
                0.224,
                0.047,
                0.017,
                0.01,
                0.02,
                0.011,
                0.039,
                0.153,
                0.032,
                0.017
            ],
            "timbre": [
                57.883,
                110.809,
                25.703,
                -28.692,
                41.122,
                2.444,
                0.02,
                -0.292,
                7.324,
                28.683,
                -1.085,
                -19.425
            ]
        },
        {
            "start": 107.26485,
            "duration": 0.24952,
            "confidence": 0.294,
            "loudness_start": -2.023,
            "loudness_max_time": 0.02599,
            "loudness_max": 1.216,
            "loudness_end": 0.0,
            "pitches": [
                0.776,
                1.0,
                0.858,
                0.458,
                0.389,
                0.21,
                0.174,
                0.36,
                0.308,
                0.323,
                0.126,
                0.525
            ],
            "timbre": [
                57.221,
                91.171,
                -10.191,
                37.378,
                9.733,
                -57.58,
                2.041,
                15.42,
                -5.809,
                -7.065,
                -7.703,
                -4.221
            ]
        },
        {
            "start": 107.51438,
            "duration": 0.27247,
            "confidence": 0.806,
            "loudness_start": -8.429,
            "loudness_max_time": 0.16853,
            "loudness_max": -0.07,
            "loudness_end": 0.0,
            "pitches": [
                0.257,
                1.0,
                0.563,
                0.077,
                0.029,
                0.03,
                0.022,
                0.019,
                0.055,
                0.127,
                0.032,
                0.053
            ],
            "timbre": [
                58.456,
                98.811,
                32.012,
                -15.777,
                30.719,
                -17.603,
                -29.814,
                10.383,
                26.694,
                16.302,
                2.685,
                -39.41
            ]
        },
        {
            "start": 107.78685,
            "duration": 0.20286,
            "confidence": 0.207,
            "loudness_start": -4.527,
            "loudness_max_time": 0.04027,
            "loudness_max": -0.637,
            "loudness_end": 0.0,
            "pitches": [
                0.596,
                1.0,
                0.744,
                0.455,
                0.398,
                0.239,
                0.172,
                0.155,
                0.134,
                0.063,
                0.06,
                0.733
            ],
            "timbre": [
                57.908,
                81.751,
                26.153,
                -0.915,
                -4.413,
                -43.521,
                21.224,
                5.561,
                2.153,
                2.821,
                -5.959,
                -8.518
            ]
        },
        {
            "start": 107.98971,
            "duration": 0.29252,
            "confidence": 0.081,
            "loudness_start": -4.67,
            "loudness_max_time": 0.15059,
            "loudness_max": 0.152,
            "loudness_end": 0.0,
            "pitches": [
                0.614,
                1.0,
                0.067,
                0.011,
                0.02,
                0.026,
                0.02,
                0.041,
                0.176,
                0.084,
                0.049,
                0.095
            ],
            "timbre": [
                56.974,
                100.007,
                70.451,
                11.209,
                26.932,
                -31.893,
                51.656,
                -5.884,
                15.647,
                8.051,
                -33.501,
                11.664
            ]
        },
        {
            "start": 108.28222,
            "duration": 0.28834,
            "confidence": 0.651,
            "loudness_start": -8.299,
            "loudness_max_time": 0.0312,
            "loudness_max": 0.122,
            "loudness_end": 0.0,
            "pitches": [
                0.705,
                1.0,
                0.64,
                0.343,
                0.374,
                0.172,
                0.136,
                0.168,
                0.115,
                0.147,
                0.072,
                0.3
            ],
            "timbre": [
                56.003,
                85.07,
                10.222,
                4.134,
                6.791,
                -17.424,
                19.353,
                25.644,
                8.321,
                -5.278,
                7.316,
                -10.505
            ]
        },
        {
            "start": 108.57057,
            "duration": 0.24961,
            "confidence": 0.526,
            "loudness_start": -8.618,
            "loudness_max_time": 0.0338,
            "loudness_max": -3.747,
            "loudness_end": 0.0,
            "pitches": [
                0.254,
                1.0,
                0.302,
                0.237,
                0.347,
                0.283,
                0.08,
                0.076,
                0.067,
                0.081,
                0.047,
                0.205
            ],
            "timbre": [
                55.14,
                76.351,
                -4.623,
                -15.491,
                30.756,
                -48.432,
                15.863,
                -6.961,
                -9.115,
                12.772,
                -12.068,
                -3.963
            ]
        },
        {
            "start": 108.82018,
            "duration": 0.11973,
            "confidence": 0.698,
            "loudness_start": -8.211,
            "loudness_max_time": 0.02098,
            "loudness_max": 0.07,
            "loudness_end": 0.0,
            "pitches": [
                0.59,
                1.0,
                0.148,
                0.149,
                0.129,
                0.088,
                0.114,
                0.211,
                0.29,
                0.128,
                0.193,
                0.067
            ],
            "timbre": [
                58.047,
                30.385,
                21.558,
                0.957,
                21.54,
                -37.232,
                47.663,
                29.814,
                26.537,
                18.28,
                7.751,
                3.904
            ]
        },
        {
            "start": 108.93991,
            "duration": 0.14172,
            "confidence": 0.09,
            "loudness_start": -3.649,
            "loudness_max_time": 0.05077,
            "loudness_max": -0.644,
            "loudness_end": 0.0,
            "pitches": [
                0.517,
                0.735,
                0.335,
                0.353,
                1.0,
                0.914,
                0.878,
                0.906,
                0.262,
                0.396,
                0.29,
                0.113
            ],
            "timbre": [
                57.834,
                58.767,
                46.916,
                -4.045,
                33.797,
                -39.44,
                43.179,
                19.597,
                17.381,
                1.902,
                -14.845,
                21.326
            ]
        },
        {
            "start": 109.08163,
            "duration": 0.26639,
            "confidence": 0.343,
            "loudness_start": -4.172,
            "loudness_max_time": 0.06378,
            "loudness_max": 0.043,
            "loudness_end": 0.0,
            "pitches": [
                0.192,
                0.558,
                0.142,
                0.515,
                1.0,
                0.381,
                0.103,
                0.097,
                0.173,
                0.461,
                0.088,
                0.392
            ],
            "timbre": [
                58.458,
                85.775,
                28.883,
                -17.03,
                34.325,
                -31.585,
                17.944,
                8.824,
                26.774,
                3.035,
                -3.027,
                5.649
            ]
        },
        {
            "start": 109.34803,
            "duration": 0.39057,
            "confidence": 0.173,
            "loudness_start": -2.712,
            "loudness_max_time": 0.01032,
            "loudness_max": 1.203,
            "loudness_end": 0.0,
            "pitches": [
                0.194,
                0.209,
                0.297,
                0.378,
                0.822,
                0.444,
                0.726,
                0.734,
                1.0,
                0.467,
                0.204,
                0.287
            ],
            "timbre": [
                58.116,
                66.181,
                -2.89,
                -0.268,
                21.605,
                -63.399,
                -2.498,
                3.583,
                13.524,
                2.267,
                -11.503,
                -1.031
            ]
        },
        {
            "start": 109.73859,
            "duration": 0.10857,
            "confidence": 0.177,
            "loudness_start": -6.034,
            "loudness_max_time": 0.01552,
            "loudness_max": -1.863,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.962,
                0.202,
                0.11,
                0.211,
                0.119,
                0.092,
                0.082,
                0.254,
                0.253,
                0.558,
                0.137
            ],
            "timbre": [
                55.472,
                63.723,
                -26.849,
                -1.818,
                27.807,
                -62.233,
                28.266,
                -5.244,
                -14.494,
                11.359,
                -12.034,
                -10.914
            ]
        },
        {
            "start": 109.84717,
            "duration": 0.27215,
            "confidence": 0.379,
            "loudness_start": -6.807,
            "loudness_max_time": 0.03196,
            "loudness_max": -1.61,
            "loudness_end": 0.0,
            "pitches": [
                0.533,
                1.0,
                0.836,
                0.547,
                0.491,
                0.279,
                0.407,
                0.205,
                0.172,
                0.12,
                0.161,
                0.397
            ],
            "timbre": [
                55.023,
                56.138,
                -8.03,
                -10.327,
                -2.28,
                -24.989,
                25.81,
                6.091,
                -2.604,
                -1.559,
                3.472,
                -19.558
            ]
        },
        {
            "start": 110.11932,
            "duration": 0.27438,
            "confidence": 0.742,
            "loudness_start": -7.532,
            "loudness_max_time": 0.02958,
            "loudness_max": -0.392,
            "loudness_end": 0.0,
            "pitches": [
                0.056,
                0.436,
                0.149,
                0.102,
                0.189,
                0.205,
                1.0,
                0.248,
                0.15,
                0.172,
                0.149,
                0.064
            ],
            "timbre": [
                57.348,
                103.688,
                44.731,
                4.118,
                8.117,
                -7.381,
                57.77,
                1.979,
                -5.558,
                -2.309,
                14.423,
                17.838
            ]
        },
        {
            "start": 110.3937,
            "duration": 0.23111,
            "confidence": 0.273,
            "loudness_start": -4.638,
            "loudness_max_time": 0.02367,
            "loudness_max": 0.082,
            "loudness_end": 0.0,
            "pitches": [
                0.608,
                1.0,
                0.93,
                0.449,
                0.459,
                0.178,
                0.228,
                0.253,
                0.21,
                0.21,
                0.131,
                0.479
            ],
            "timbre": [
                57.082,
                59.959,
                4.035,
                24.757,
                19.895,
                -46.871,
                26.09,
                16.675,
                6.583,
                -3.274,
                -20.945,
                18.918
            ]
        },
        {
            "start": 110.62481,
            "duration": 0.43147,
            "confidence": 0.78,
            "loudness_start": -9.319,
            "loudness_max_time": 0.09493,
            "loudness_max": 0.063,
            "loudness_end": 0.0,
            "pitches": [
                0.239,
                0.33,
                0.768,
                1.0,
                0.542,
                0.149,
                0.239,
                0.123,
                0.172,
                0.292,
                0.112,
                0.077
            ],
            "timbre": [
                55.228,
                60.431,
                22.158,
                -39.858,
                33.029,
                -4.4,
                15.676,
                6.89,
                2.606,
                16.439,
                -23.593,
                -2.049
            ]
        },
        {
            "start": 111.05628,
            "duration": 0.12082,
            "confidence": 0.033,
            "loudness_start": -7.536,
            "loudness_max_time": 0.0106,
            "loudness_max": -3.83,
            "loudness_end": 0.0,
            "pitches": [
                0.239,
                0.369,
                0.38,
                0.275,
                0.729,
                0.721,
                1.0,
                0.977,
                0.906,
                0.992,
                0.57,
                0.024
            ],
            "timbre": [
                53.758,
                114.593,
                49.678,
                0.665,
                28.303,
                -58.353,
                28.673,
                -10.857,
                38.543,
                10.441,
                -10.811,
                -0.192
            ]
        },
        {
            "start": 111.1771,
            "duration": 0.238,
            "confidence": 0.788,
            "loudness_start": -8.181,
            "loudness_max_time": 0.04333,
            "loudness_max": 0.85,
            "loudness_end": 0.0,
            "pitches": [
                0.481,
                1.0,
                0.248,
                0.05,
                0.021,
                0.014,
                0.029,
                0.012,
                0.049,
                0.306,
                0.055,
                0.018
            ],
            "timbre": [
                58.374,
                61.896,
                45.934,
                19.357,
                69.183,
                -33.279,
                27.584,
                18.701,
                13.832,
                24.076,
                -10.558,
                3.794
            ]
        },
        {
            "start": 111.4151,
            "duration": 0.23791,
            "confidence": 0.519,
            "loudness_start": -5.9,
            "loudness_max_time": 0.02769,
            "loudness_max": 0.527,
            "loudness_end": 0.0,
            "pitches": [
                0.676,
                1.0,
                0.991,
                0.827,
                0.542,
                0.302,
                0.266,
                0.371,
                0.246,
                0.416,
                0.198,
                0.419
            ],
            "timbre": [
                56.641,
                88.055,
                -19.796,
                7.974,
                26.434,
                -20.65,
                14.714,
                15.218,
                14.247,
                -9.79,
                -0.088,
                -0.775
            ]
        },
        {
            "start": 111.65302,
            "duration": 0.19755,
            "confidence": 0.791,
            "loudness_start": -8.782,
            "loudness_max_time": 0.12495,
            "loudness_max": 1.477,
            "loudness_end": 0.0,
            "pitches": [
                0.483,
                1.0,
                0.536,
                0.13,
                0.064,
                0.054,
                0.064,
                0.052,
                0.125,
                0.358,
                0.311,
                0.141
            ],
            "timbre": [
                55.14,
                68.643,
                57.177,
                -71.974,
                37.566,
                -30.322,
                43.823,
                -10.749,
                14.36,
                25.555,
                -7.104,
                -3.181
            ]
        },
        {
            "start": 111.85057,
            "duration": 0.3688,
            "confidence": 0.103,
            "loudness_start": -3.838,
            "loudness_max_time": 0.07449,
            "loudness_max": -0.931,
            "loudness_end": 0.0,
            "pitches": [
                0.596,
                1.0,
                0.841,
                0.633,
                0.556,
                0.411,
                0.316,
                0.383,
                0.332,
                0.203,
                0.155,
                0.351
            ],
            "timbre": [
                55.891,
                59.869,
                21.403,
                36.452,
                18.941,
                -39.222,
                31.117,
                9.448,
                26.035,
                6.445,
                -35.916,
                -4.855
            ]
        },
        {
            "start": 112.21937,
            "duration": 0.24599,
            "confidence": 0.904,
            "loudness_start": -10.495,
            "loudness_max_time": 0.07423,
            "loudness_max": 1.713,
            "loudness_end": 0.0,
            "pitches": [
                0.706,
                1.0,
                0.032,
                0.015,
                0.038,
                0.031,
                0.011,
                0.05,
                0.181,
                0.111,
                0.039,
                0.017
            ],
            "timbre": [
                56.536,
                72.576,
                38.131,
                -33.708,
                47.728,
                10.077,
                6.635,
                12.45,
                0.366,
                7.692,
                -22.246,
                -4.211
            ]
        },
        {
            "start": 112.46535,
            "duration": 0.26132,
            "confidence": 0.48,
            "loudness_start": -8.815,
            "loudness_max_time": 0.02249,
            "loudness_max": -0.37,
            "loudness_end": 0.0,
            "pitches": [
                0.69,
                1.0,
                0.659,
                0.332,
                0.302,
                0.153,
                0.095,
                0.138,
                0.096,
                0.088,
                0.051,
                0.267
            ],
            "timbre": [
                54.73,
                77.581,
                -27.617,
                31.257,
                5.361,
                -31.451,
                11.904,
                10.034,
                -1.344,
                -0.527,
                7.292,
                3.299
            ]
        },
        {
            "start": 112.72667,
            "duration": 0.24925,
            "confidence": 1.0,
            "loudness_start": -12.333,
            "loudness_max_time": 0.05355,
            "loudness_max": 2.126,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                1.0,
                0.278,
                0.335,
                0.493,
                0.367,
                0.088,
                0.074,
                0.146,
                0.264,
                0.091,
                0.242
            ],
            "timbre": [
                56.798,
                95.733,
                19.089,
                -19.312,
                26.519,
                33.273,
                -2.605,
                -3.722,
                23.553,
                -11.125,
                1.296,
                -25.505
            ]
        },
        {
            "start": 112.97592,
            "duration": 0.28508,
            "confidence": 0.546,
            "loudness_start": -5.85,
            "loudness_max_time": 0.07643,
            "loudness_max": -0.852,
            "loudness_end": 0.0,
            "pitches": [
                0.674,
                0.961,
                1.0,
                0.562,
                0.842,
                0.293,
                0.219,
                0.283,
                0.161,
                0.104,
                0.103,
                0.629
            ],
            "timbre": [
                57.291,
                102.953,
                28.103,
                -22.007,
                2.392,
                -23.097,
                26.833,
                28.563,
                14.675,
                2.372,
                11.832,
                17.079
            ]
        },
        {
            "start": 113.261,
            "duration": 0.24971,
            "confidence": 0.028,
            "loudness_start": -4.339,
            "loudness_max_time": 0.0655,
            "loudness_max": -1.346,
            "loudness_end": 0.0,
            "pitches": [
                0.147,
                0.813,
                0.068,
                0.386,
                1.0,
                0.398,
                0.045,
                0.038,
                0.093,
                0.108,
                0.044,
                0.308
            ],
            "timbre": [
                56.487,
                103.877,
                18.522,
                0.698,
                16.604,
                -38.915,
                2.987,
                -11.155,
                11.008,
                20.63,
                -24.5,
                3.458
            ]
        },
        {
            "start": 113.5107,
            "duration": 0.26735,
            "confidence": 0.593,
            "loudness_start": -4.981,
            "loudness_max_time": 0.04861,
            "loudness_max": 0.117,
            "loudness_end": 0.0,
            "pitches": [
                0.612,
                0.907,
                1.0,
                0.43,
                0.629,
                0.263,
                0.218,
                0.24,
                0.174,
                0.149,
                0.117,
                0.849
            ],
            "timbre": [
                57.988,
                84.998,
                16.969,
                -2.563,
                20.277,
                -35.26,
                33.773,
                3.419,
                5.528,
                26.124,
                5.139,
                5.922
            ]
        },
        {
            "start": 113.77805,
            "duration": 0.26703,
            "confidence": 0.118,
            "loudness_start": -3.86,
            "loudness_max_time": 0.0329,
            "loudness_max": -1.319,
            "loudness_end": 0.0,
            "pitches": [
                0.293,
                1.0,
                0.993,
                0.778,
                0.6,
                0.053,
                0.037,
                0.029,
                0.139,
                0.244,
                0.059,
                0.212
            ],
            "timbre": [
                56.921,
                77.103,
                37.889,
                22.648,
                17.348,
                -36.142,
                50.358,
                -6.04,
                12.761,
                14.964,
                -28.877,
                5.199
            ]
        },
        {
            "start": 114.04508,
            "duration": 0.09714,
            "confidence": 0.166,
            "loudness_start": -8.893,
            "loudness_max_time": 0.00793,
            "loudness_max": -2.145,
            "loudness_end": 0.0,
            "pitches": [
                0.631,
                1.0,
                0.124,
                0.067,
                0.168,
                0.166,
                0.271,
                0.287,
                0.349,
                0.339,
                0.387,
                0.094
            ],
            "timbre": [
                53.958,
                53.541,
                -45.157,
                -18.299,
                -12.631,
                -75.889,
                12.271,
                9.586,
                -6.741,
                3.234,
                -6.878,
                14.956
            ]
        },
        {
            "start": 114.14222,
            "duration": 0.14748,
            "confidence": 0.135,
            "loudness_start": -8.19,
            "loudness_max_time": 0.06571,
            "loudness_max": -5.384,
            "loudness_end": 0.0,
            "pitches": [
                0.078,
                0.123,
                0.064,
                0.049,
                0.361,
                0.348,
                1.0,
                0.98,
                0.845,
                0.87,
                0.254,
                0.015
            ],
            "timbre": [
                52.809,
                57.084,
                11.706,
                -12.771,
                8.436,
                -33.452,
                46.164,
                9.135,
                -6.901,
                4.791,
                -25.33,
                -7.834
            ]
        },
        {
            "start": 114.28971,
            "duration": 0.121,
            "confidence": 0.823,
            "loudness_start": -9.017,
            "loudness_max_time": 0.04092,
            "loudness_max": -0.456,
            "loudness_end": 0.0,
            "pitches": [
                0.087,
                0.533,
                0.512,
                0.428,
                0.898,
                0.903,
                1.0,
                0.968,
                0.475,
                0.524,
                0.102,
                0.032
            ],
            "timbre": [
                57.208,
                87.474,
                53.281,
                -7.857,
                18.021,
                8.164,
                68.422,
                13.328,
                7.643,
                -13.043,
                7.357,
                19.399
            ]
        },
        {
            "start": 114.4107,
            "duration": 0.15687,
            "confidence": 0.294,
            "loudness_start": -3.664,
            "loudness_max_time": 0.06603,
            "loudness_max": 0.814,
            "loudness_end": 0.0,
            "pitches": [
                0.028,
                0.269,
                0.205,
                0.191,
                0.899,
                0.884,
                1.0,
                0.968,
                0.284,
                0.342,
                0.054,
                0.013
            ],
            "timbre": [
                57.27,
                98.699,
                32.162,
                17.292,
                14.661,
                -18.587,
                49.126,
                -4.292,
                13.855,
                -17.605,
                -28.122,
                26.258
            ]
        },
        {
            "start": 114.56757,
            "duration": 0.22644,
            "confidence": 0.471,
            "loudness_start": -6.685,
            "loudness_max_time": 0.00934,
            "loudness_max": -0.812,
            "loudness_end": 0.0,
            "pitches": [
                0.614,
                1.0,
                0.907,
                0.452,
                0.484,
                0.192,
                0.221,
                0.257,
                0.156,
                0.388,
                0.118,
                0.497
            ],
            "timbre": [
                57.562,
                57.887,
                10.141,
                -10.767,
                32.62,
                -55.465,
                26.414,
                4.127,
                5.582,
                -0.665,
                -10.436,
                11.826
            ]
        },
        {
            "start": 114.79401,
            "duration": 0.27034,
            "confidence": 0.528,
            "loudness_start": -6.851,
            "loudness_max_time": 0.0811,
            "loudness_max": -0.958,
            "loudness_end": 0.0,
            "pitches": [
                0.462,
                1.0,
                0.169,
                0.113,
                0.104,
                0.071,
                0.093,
                0.048,
                0.137,
                0.229,
                0.102,
                0.049
            ],
            "timbre": [
                57.141,
                83.855,
                25.017,
                -6.151,
                40.726,
                -17.688,
                5.966,
                0.66,
                10.538,
                4.124,
                -10.75,
                9.368
            ]
        },
        {
            "start": 115.06435,
            "duration": 0.17029,
            "confidence": 0.285,
            "loudness_start": -6.867,
            "loudness_max_time": 0.0321,
            "loudness_max": -2.544,
            "loudness_end": 0.0,
            "pitches": [
                0.307,
                1.0,
                0.243,
                0.211,
                0.04,
                0.053,
                0.535,
                0.543,
                0.664,
                0.658,
                0.409,
                0.062
            ],
            "timbre": [
                54.582,
                75.718,
                -32.104,
                -16.798,
                -10.952,
                -35.989,
                8.789,
                5.808,
                1.876,
                14.168,
                5.197,
                11.911
            ]
        },
        {
            "start": 115.23465,
            "duration": 0.09846,
            "confidence": 0.169,
            "loudness_start": -7.109,
            "loudness_max_time": 0.01878,
            "loudness_max": -4.692,
            "loudness_end": 0.0,
            "pitches": [
                0.312,
                0.433,
                0.36,
                0.292,
                0.686,
                0.663,
                0.952,
                0.934,
                0.898,
                1.0,
                0.604,
                0.021
            ],
            "timbre": [
                54.129,
                131.335,
                48.718,
                -5.202,
                27.63,
                -47.121,
                30.327,
                -1.389,
                29.872,
                10.432,
                -15.589,
                0.533
            ]
        },
        {
            "start": 115.33311,
            "duration": 0.26807,
            "confidence": 0.693,
            "loudness_start": -7.275,
            "loudness_max_time": 0.07321,
            "loudness_max": 0.099,
            "loudness_end": 0.0,
            "pitches": [
                0.424,
                1.0,
                0.237,
                0.042,
                0.032,
                0.013,
                0.033,
                0.013,
                0.053,
                0.21,
                0.052,
                0.023
            ],
            "timbre": [
                57.263,
                107.663,
                47.377,
                24.285,
                46.007,
                -11.816,
                43.857,
                4.338,
                15.157,
                12.786,
                -13.672,
                11.995
            ]
        },
        {
            "start": 115.60118,
            "duration": 0.25492,
            "confidence": 0.741,
            "loudness_start": -8.397,
            "loudness_max_time": 0.01677,
            "loudness_max": 0.609,
            "loudness_end": 0.0,
            "pitches": [
                0.661,
                1.0,
                0.809,
                0.569,
                0.427,
                0.259,
                0.222,
                0.364,
                0.27,
                0.6,
                0.275,
                0.482
            ],
            "timbre": [
                57.652,
                86.726,
                -9.067,
                8.327,
                16.425,
                -21.689,
                -7.606,
                12.993,
                -2.491,
                5.118,
                -5.51,
                -9.161
            ]
        },
        {
            "start": 115.8561,
            "duration": 0.24871,
            "confidence": 0.776,
            "loudness_start": -9.316,
            "loudness_max_time": 0.05534,
            "loudness_max": -0.161,
            "loudness_end": 0.0,
            "pitches": [
                0.338,
                1.0,
                0.434,
                0.084,
                0.044,
                0.021,
                0.043,
                0.037,
                0.203,
                0.362,
                0.079,
                0.026
            ],
            "timbre": [
                56.326,
                74.131,
                7.733,
                -16.949,
                51.772,
                3.889,
                6.674,
                -28.977,
                9.36,
                3.088,
                -17.845,
                -7.831
            ]
        },
        {
            "start": 116.10481,
            "duration": 0.26118,
            "confidence": 0.268,
            "loudness_start": -7.139,
            "loudness_max_time": 0.03392,
            "loudness_max": -1.878,
            "loudness_end": 0.0,
            "pitches": [
                0.563,
                1.0,
                0.832,
                0.527,
                0.469,
                0.279,
                0.205,
                0.245,
                0.193,
                0.142,
                0.088,
                0.32
            ],
            "timbre": [
                54.295,
                46.407,
                -23.546,
                -0.981,
                10.12,
                -36.853,
                5.188,
                19.936,
                5.297,
                -16.357,
                10.887,
                1.423
            ]
        },
        {
            "start": 116.36599,
            "duration": 0.26766,
            "confidence": 0.885,
            "loudness_start": -11.436,
            "loudness_max_time": 0.0891,
            "loudness_max": 0.223,
            "loudness_end": 0.0,
            "pitches": [
                0.68,
                1.0,
                0.032,
                0.014,
                0.061,
                0.029,
                0.007,
                0.034,
                0.175,
                0.104,
                0.033,
                0.021
            ],
            "timbre": [
                56.299,
                73.242,
                63.804,
                -11.622,
                50.975,
                11.521,
                58.861,
                11.219,
                18.728,
                -10.401,
                -5.119,
                13.778
            ]
        },
        {
            "start": 116.63365,
            "duration": 0.23678,
            "confidence": 0.585,
            "loudness_start": -7.912,
            "loudness_max_time": 0.02829,
            "loudness_max": 0.178,
            "loudness_end": 0.0,
            "pitches": [
                0.693,
                1.0,
                0.787,
                0.514,
                0.406,
                0.217,
                0.152,
                0.171,
                0.122,
                0.089,
                0.075,
                0.314
            ],
            "timbre": [
                55.243,
                69.182,
                -20.852,
                26.491,
                7.959,
                -21.504,
                20.649,
                20.063,
                -2.277,
                -7.212,
                7.516,
                3.719
            ]
        },
        {
            "start": 116.87043,
            "duration": 0.30313,
            "confidence": 0.901,
            "loudness_start": -11.63,
            "loudness_max_time": 0.06887,
            "loudness_max": -0.101,
            "loudness_end": 0.0,
            "pitches": [
                0.189,
                1.0,
                0.253,
                0.387,
                0.516,
                0.39,
                0.091,
                0.069,
                0.126,
                0.293,
                0.121,
                0.329
            ],
            "timbre": [
                54.212,
                72.82,
                34.449,
                -49.608,
                40.447,
                7.704,
                24.688,
                -0.183,
                -4.293,
                1.19,
                -35.138,
                -11.498
            ]
        },
        {
            "start": 117.17356,
            "duration": 0.35528,
            "confidence": 0.659,
            "loudness_start": -6.56,
            "loudness_max_time": 0.07204,
            "loudness_max": 0.366,
            "loudness_end": 0.0,
            "pitches": [
                0.758,
                1.0,
                0.71,
                0.232,
                0.804,
                0.18,
                0.174,
                0.198,
                0.301,
                0.236,
                0.169,
                0.601
            ],
            "timbre": [
                57.468,
                72.81,
                15.196,
                -15.022,
                11.901,
                -37.971,
                3.56,
                33.1,
                13.71,
                14.666,
                -7.517,
                -9.159
            ]
        },
        {
            "start": 117.52884,
            "duration": 0.40449,
            "confidence": 0.693,
            "loudness_start": -6.441,
            "loudness_max_time": 0.06543,
            "loudness_max": 0.551,
            "loudness_end": 0.0,
            "pitches": [
                0.144,
                0.349,
                0.622,
                0.635,
                1.0,
                0.467,
                0.523,
                0.455,
                0.462,
                0.4,
                0.315,
                0.173
            ],
            "timbre": [
                56.491,
                76.662,
                10.0,
                -27.155,
                30.222,
                -9.835,
                22.087,
                31.378,
                10.133,
                -5.36,
                -33.722,
                -11.93
            ]
        },
        {
            "start": 117.93333,
            "duration": 0.28567,
            "confidence": 0.615,
            "loudness_start": -7.458,
            "loudness_max_time": 0.05069,
            "loudness_max": -1.098,
            "loudness_end": 0.0,
            "pitches": [
                0.237,
                0.88,
                1.0,
                0.945,
                0.718,
                0.068,
                0.043,
                0.034,
                0.139,
                0.276,
                0.134,
                0.177
            ],
            "timbre": [
                56.522,
                70.127,
                15.831,
                -12.187,
                63.42,
                -21.567,
                69.46,
                -5.959,
                6.341,
                16.893,
                -19.855,
                8.918
            ]
        },
        {
            "start": 118.219,
            "duration": 0.09642,
            "confidence": 0.183,
            "loudness_start": -6.366,
            "loudness_max_time": 0.00755,
            "loudness_max": -0.878,
            "loudness_end": 0.0,
            "pitches": [
                0.631,
                1.0,
                0.147,
                0.086,
                0.192,
                0.187,
                0.284,
                0.306,
                0.38,
                0.37,
                0.393,
                0.092
            ],
            "timbre": [
                54.665,
                34.625,
                -41.625,
                4.739,
                11.244,
                -86.888,
                19.952,
                17.635,
                5.313,
                5.609,
                -11.452,
                5.85
            ]
        },
        {
            "start": 118.31542,
            "duration": 0.15175,
            "confidence": 0.118,
            "loudness_start": -8.613,
            "loudness_max_time": 0.05556,
            "loudness_max": -5.244,
            "loudness_end": 0.0,
            "pitches": [
                0.081,
                0.119,
                0.067,
                0.056,
                0.33,
                0.322,
                1.0,
                0.982,
                0.844,
                0.862,
                0.247,
                0.012
            ],
            "timbre": [
                52.555,
                63.266,
                -6.004,
                -13.633,
                10.497,
                -26.377,
                28.868,
                -5.208,
                2.664,
                -7.377,
                -22.393,
                -9.499
            ]
        },
        {
            "start": 118.46717,
            "duration": 0.26776,
            "confidence": 0.873,
            "loudness_start": -10.689,
            "loudness_max_time": 0.06889,
            "loudness_max": 0.112,
            "loudness_end": 0.0,
            "pitches": [
                0.065,
                0.341,
                0.075,
                0.047,
                0.204,
                0.331,
                1.0,
                0.172,
                0.09,
                0.112,
                0.111,
                0.089
            ],
            "timbre": [
                57.148,
                95.458,
                55.213,
                -0.795,
                3.633,
                12.234,
                60.976,
                28.075,
                -23.958,
                -8.21,
                10.425,
                2.152
            ]
        },
        {
            "start": 118.73492,
            "duration": 0.27887,
            "confidence": 0.51,
            "loudness_start": -5.638,
            "loudness_max_time": 0.03399,
            "loudness_max": 0.09,
            "loudness_end": 0.0,
            "pitches": [
                0.587,
                1.0,
                0.939,
                0.398,
                0.415,
                0.193,
                0.749,
                0.254,
                0.112,
                0.112,
                0.11,
                0.434
            ],
            "timbre": [
                57.934,
                78.298,
                40.565,
                10.812,
                7.809,
                -41.448,
                40.461,
                31.891,
                -11.706,
                4.818,
                -4.829,
                -4.471
            ]
        },
        {
            "start": 119.01379,
            "duration": 0.23805,
            "confidence": 0.558,
            "loudness_start": -6.173,
            "loudness_max_time": 0.02429,
            "loudness_max": 0.858,
            "loudness_end": 0.0,
            "pitches": [
                0.427,
                1.0,
                0.189,
                0.151,
                0.142,
                0.075,
                0.108,
                0.043,
                0.122,
                0.127,
                0.067,
                0.073
            ],
            "timbre": [
                57.232,
                106.608,
                22.872,
                34.704,
                25.728,
                -33.093,
                21.11,
                -13.299,
                -11.155,
                11.565,
                -18.172,
                -22.189
            ]
        },
        {
            "start": 119.25184,
            "duration": 0.27873,
            "confidence": 0.662,
            "loudness_start": -5.951,
            "loudness_max_time": 0.07473,
            "loudness_max": 1.03,
            "loudness_end": 0.0,
            "pitches": [
                0.725,
                1.0,
                0.791,
                0.62,
                0.771,
                0.284,
                0.221,
                0.265,
                0.179,
                0.162,
                0.11,
                0.593
            ],
            "timbre": [
                57.113,
                91.138,
                12.545,
                4.752,
                20.082,
                -19.569,
                4.028,
                40.289,
                5.159,
                14.029,
                -22.995,
                -12.267
            ]
        },
        {
            "start": 119.53057,
            "duration": 0.14091,
            "confidence": 0.807,
            "loudness_start": -9.366,
            "loudness_max_time": 0.07438,
            "loudness_max": 0.011,
            "loudness_end": 0.0,
            "pitches": [
                0.475,
                1.0,
                0.793,
                0.665,
                0.43,
                0.425,
                0.098,
                0.077,
                0.063,
                0.092,
                0.028,
                0.02
            ],
            "timbre": [
                57.507,
                108.32,
                16.357,
                -35.522,
                55.303,
                -12.146,
                -7.747,
                -3.396,
                17.662,
                25.136,
                -10.492,
                -16.744
            ]
        },
        {
            "start": 119.67147,
            "duration": 0.10753,
            "confidence": 0.182,
            "loudness_start": -2.926,
            "loudness_max_time": 0.03751,
            "loudness_max": 0.459,
            "loudness_end": 0.0,
            "pitches": [
                0.673,
                1.0,
                0.943,
                0.767,
                0.498,
                0.493,
                0.17,
                0.158,
                0.035,
                0.055,
                0.021,
                0.024
            ],
            "timbre": [
                58.88,
                103.768,
                19.169,
                -12.664,
                52.568,
                -42.589,
                -1.233,
                9.29,
                12.451,
                11.437,
                -11.63,
                -23.661
            ]
        },
        {
            "start": 119.779,
            "duration": 0.24526,
            "confidence": 0.066,
            "loudness_start": -2.176,
            "loudness_max_time": 0.01417,
            "loudness_max": 0.903,
            "loudness_end": 0.0,
            "pitches": [
                0.75,
                1.0,
                0.789,
                0.582,
                0.411,
                0.229,
                0.189,
                0.345,
                0.258,
                0.243,
                0.126,
                0.518
            ],
            "timbre": [
                57.314,
                88.757,
                -11.369,
                30.788,
                11.866,
                -53.827,
                1.408,
                13.631,
                -8.937,
                -5.96,
                -11.279,
                -6.739
            ]
        },
        {
            "start": 120.02426,
            "duration": 0.80063,
            "confidence": 0.823,
            "loudness_start": -8.823,
            "loudness_max_time": 0.07455,
            "loudness_max": 0.763,
            "loudness_end": 0.0,
            "pitches": [
                0.392,
                1.0,
                0.847,
                0.528,
                0.387,
                0.409,
                0.56,
                0.651,
                0.946,
                0.624,
                0.278,
                0.452
            ],
            "timbre": [
                55.367,
                98.09,
                46.379,
                -55.38,
                15.166,
                -10.629,
                31.627,
                5.887,
                4.306,
                -0.501,
                -9.687,
                -6.971
            ]
        },
        {
            "start": 120.8249,
            "duration": 0.26717,
            "confidence": 0.54,
            "loudness_start": -7.903,
            "loudness_max_time": 0.01202,
            "loudness_max": -0.242,
            "loudness_end": 0.0,
            "pitches": [
                0.689,
                1.0,
                0.538,
                0.206,
                0.263,
                0.117,
                0.069,
                0.131,
                0.074,
                0.137,
                0.041,
                0.277
            ],
            "timbre": [
                55.901,
                87.397,
                -10.77,
                18.847,
                -6.552,
                -53.827,
                -0.303,
                8.329,
                2.537,
                -9.575,
                -10.259,
                7.407
            ]
        },
        {
            "start": 121.09206,
            "duration": 0.11982,
            "confidence": 0.595,
            "loudness_start": -10.165,
            "loudness_max_time": 0.03431,
            "loudness_max": -4.237,
            "loudness_end": 0.0,
            "pitches": [
                0.473,
                0.869,
                0.748,
                0.744,
                1.0,
                0.927,
                0.616,
                0.613,
                0.178,
                0.197,
                0.106,
                0.137
            ],
            "timbre": [
                54.798,
                79.159,
                -9.446,
                -17.378,
                25.521,
                -49.063,
                25.519,
                1.529,
                -15.992,
                5.449,
                -9.38,
                2.426
            ]
        },
        {
            "start": 121.21188,
            "duration": 0.121,
            "confidence": 0.135,
            "loudness_start": -6.89,
            "loudness_max_time": 0.01568,
            "loudness_max": -3.063,
            "loudness_end": 0.0,
            "pitches": [
                0.774,
                1.0,
                0.747,
                0.744,
                0.993,
                0.84,
                0.763,
                0.768,
                0.431,
                0.446,
                0.263,
                0.139
            ],
            "timbre": [
                55.003,
                48.383,
                -9.203,
                -5.694,
                21.358,
                -58.266,
                19.719,
                -1.307,
                -8.851,
                11.112,
                -7.907,
                -12.825
            ]
        },
        {
            "start": 121.33288,
            "duration": 0.14816,
            "confidence": 0.704,
            "loudness_start": -6.693,
            "loudness_max_time": 0.04543,
            "loudness_max": 0.505,
            "loudness_end": 0.0,
            "pitches": [
                0.215,
                1.0,
                0.1,
                0.084,
                0.256,
                0.229,
                0.394,
                0.485,
                0.72,
                0.578,
                0.376,
                0.079
            ],
            "timbre": [
                57.875,
                43.467,
                22.392,
                -8.34,
                18.339,
                -13.173,
                52.43,
                27.799,
                20.096,
                18.421,
                5.014,
                1.318
            ]
        },
        {
            "start": 121.48104,
            "duration": 0.12163,
            "confidence": 0.145,
            "loudness_start": -3.595,
            "loudness_max_time": 0.03666,
            "loudness_max": -0.268,
            "loudness_end": 0.0,
            "pitches": [
                0.216,
                0.194,
                0.133,
                0.16,
                0.746,
                0.548,
                0.857,
                0.869,
                0.903,
                1.0,
                0.497,
                0.058
            ],
            "timbre": [
                57.061,
                85.066,
                71.565,
                34.171,
                41.751,
                -35.376,
                59.452,
                0.791,
                8.683,
                -1.735,
                -18.014,
                16.953
            ]
        },
        {
            "start": 121.60268,
            "duration": 0.2556,
            "confidence": 0.568,
            "loudness_start": -6.006,
            "loudness_max_time": 0.05921,
            "loudness_max": 0.161,
            "loudness_end": 0.0,
            "pitches": [
                0.103,
                0.538,
                0.049,
                0.356,
                1.0,
                0.365,
                0.051,
                0.056,
                0.131,
                0.275,
                0.063,
                0.289
            ],
            "timbre": [
                58.876,
                104.872,
                45.241,
                -4.561,
                37.997,
                -38.069,
                24.344,
                14.26,
                18.077,
                22.445,
                -0.575,
                11.892
            ]
        },
        {
            "start": 121.85828,
            "duration": 0.52844,
            "confidence": 0.112,
            "loudness_start": -2.682,
            "loudness_max_time": 0.0218,
            "loudness_max": 0.917,
            "loudness_end": 0.0,
            "pitches": [
                0.154,
                0.261,
                0.462,
                0.804,
                1.0,
                0.281,
                0.386,
                0.465,
                0.509,
                0.38,
                0.155,
                0.191
            ],
            "timbre": [
                57.993,
                68.283,
                -4.341,
                11.075,
                27.747,
                -46.197,
                3.43,
                -3.656,
                12.735,
                9.714,
                -3.791,
                2.467
            ]
        },
        {
            "start": 122.38671,
            "duration": 0.21991,
            "confidence": 0.429,
            "loudness_start": -7.394,
            "loudness_max_time": 0.01633,
            "loudness_max": -0.847,
            "loudness_end": 0.0,
            "pitches": [
                0.534,
                1.0,
                0.815,
                0.523,
                0.481,
                0.291,
                0.405,
                0.215,
                0.165,
                0.132,
                0.105,
                0.468
            ],
            "timbre": [
                55.622,
                69.726,
                -5.904,
                -0.002,
                -7.191,
                -55.945,
                35.086,
                6.037,
                -14.558,
                4.991,
                14.124,
                9.691
            ]
        },
        {
            "start": 122.60662,
            "duration": 0.30762,
            "confidence": 0.709,
            "loudness_start": -8.852,
            "loudness_max_time": 0.06096,
            "loudness_max": -0.753,
            "loudness_end": 0.0,
            "pitches": [
                0.064,
                0.36,
                0.089,
                0.115,
                0.174,
                0.227,
                1.0,
                0.161,
                0.078,
                0.12,
                0.121,
                0.066
            ],
            "timbre": [
                56.336,
                88.668,
                62.323,
                -21.497,
                -0.038,
                1.526,
                61.375,
                12.137,
                -23.186,
                -6.03,
                -6.968,
                14.363
            ]
        },
        {
            "start": 122.91424,
            "duration": 0.2732,
            "confidence": 0.477,
            "loudness_start": -4.9,
            "loudness_max_time": 0.06559,
            "loudness_max": 0.103,
            "loudness_end": 0.0,
            "pitches": [
                0.604,
                1.0,
                0.887,
                0.309,
                0.362,
                0.223,
                0.651,
                0.247,
                0.115,
                0.134,
                0.091,
                0.439
            ],
            "timbre": [
                58.262,
                82.448,
                37.429,
                8.462,
                17.17,
                -54.494,
                38.044,
                29.805,
                5.42,
                -8.709,
                -6.697,
                -6.92
            ]
        },
        {
            "start": 123.18744,
            "duration": 0.20381,
            "confidence": 0.433,
            "loudness_start": -4.977,
            "loudness_max_time": 0.03579,
            "loudness_max": -0.509,
            "loudness_end": 0.0,
            "pitches": [
                0.555,
                1.0,
                0.145,
                0.109,
                0.139,
                0.06,
                0.075,
                0.03,
                0.1,
                0.111,
                0.056,
                0.071
            ],
            "timbre": [
                56.929,
                100.347,
                27.718,
                26.992,
                19.335,
                -26.195,
                31.658,
                -14.017,
                -21.546,
                3.669,
                -22.205,
                -14.179
            ]
        },
        {
            "start": 123.39125,
            "duration": 0.31302,
            "confidence": 0.744,
            "loudness_start": -6.716,
            "loudness_max_time": 0.08593,
            "loudness_max": 0.993,
            "loudness_end": 0.0,
            "pitches": [
                0.611,
                1.0,
                0.688,
                0.598,
                0.72,
                0.42,
                0.305,
                0.322,
                0.204,
                0.171,
                0.109,
                0.429
            ],
            "timbre": [
                56.119,
                90.482,
                24.74,
                -17.334,
                22.326,
                -0.447,
                10.952,
                32.678,
                0.165,
                9.946,
                -30.715,
                -20.312
            ]
        },
        {
            "start": 123.70426,
            "duration": 0.4932,
            "confidence": 0.813,
            "loudness_start": -8.555,
            "loudness_max_time": 0.07457,
            "loudness_max": 0.836,
            "loudness_end": 0.0,
            "pitches": [
                0.251,
                0.873,
                1.0,
                0.783,
                0.408,
                0.203,
                0.273,
                0.344,
                0.369,
                0.359,
                0.252,
                0.093
            ],
            "timbre": [
                56.889,
                109.265,
                11.885,
                -17.287,
                42.603,
                -3.886,
                0.702,
                7.092,
                0.129,
                28.334,
                -22.256,
                -8.556
            ]
        },
        {
            "start": 124.19746,
            "duration": 0.28472,
            "confidence": 0.832,
            "loudness_start": -8.799,
            "loudness_max_time": 0.04327,
            "loudness_max": 1.221,
            "loudness_end": 0.0,
            "pitches": [
                0.26,
                1.0,
                0.397,
                0.063,
                0.028,
                0.032,
                0.032,
                0.019,
                0.051,
                0.146,
                0.035,
                0.052
            ],
            "timbre": [
                57.804,
                109.588,
                34.174,
                -24.75,
                35.913,
                13.145,
                -3.587,
                0.434,
                24.876,
                12.198,
                -0.114,
                -31.896
            ]
        },
        {
            "start": 124.48218,
            "duration": 0.16844,
            "confidence": 0.323,
            "loudness_start": -3.938,
            "loudness_max_time": 0.05223,
            "loudness_max": -0.152,
            "loudness_end": 0.0,
            "pitches": [
                0.463,
                0.845,
                0.053,
                0.024,
                0.216,
                0.205,
                0.639,
                0.633,
                0.989,
                1.0,
                0.672,
                0.208
            ],
            "timbre": [
                57.975,
                57.523,
                25.011,
                6.768,
                14.171,
                -36.951,
                43.288,
                2.763,
                9.345,
                9.513,
                -18.663,
                12.707
            ]
        },
        {
            "start": 124.65061,
            "duration": 0.08145,
            "confidence": 0.128,
            "loudness_start": -5.326,
            "loudness_max_time": 0.0176,
            "loudness_max": -0.913,
            "loudness_end": 0.0,
            "pitches": [
                0.993,
                1.0,
                0.849,
                0.862,
                0.942,
                0.856,
                0.654,
                0.619,
                0.686,
                0.796,
                0.292,
                0.792
            ],
            "timbre": [
                57.003,
                97.505,
                82.029,
                20.766,
                46.121,
                -56.348,
                50.627,
                0.619,
                10.834,
                24.915,
                -8.654,
                18.549
            ]
        },
        {
            "start": 124.73206,
            "duration": 0.26363,
            "confidence": 0.13,
            "loudness_start": -4.258,
            "loudness_max_time": 0.02938,
            "loudness_max": -1.41,
            "loudness_end": 0.0,
            "pitches": [
                0.688,
                1.0,
                0.027,
                0.012,
                0.039,
                0.025,
                0.013,
                0.037,
                0.159,
                0.045,
                0.011,
                0.092
            ],
            "timbre": [
                56.908,
                84.695,
                54.133,
                29.302,
                36.098,
                -31.217,
                34.264,
                0.768,
                13.063,
                21.951,
                -31.488,
                16.674
            ]
        },
        {
            "start": 124.99569,
            "duration": 0.26426,
            "confidence": 0.687,
            "loudness_start": -9.219,
            "loudness_max_time": 0.01511,
            "loudness_max": -0.226,
            "loudness_end": 0.0,
            "pitches": [
                0.698,
                1.0,
                0.549,
                0.243,
                0.302,
                0.14,
                0.084,
                0.166,
                0.118,
                0.205,
                0.059,
                0.304
            ],
            "timbre": [
                57.453,
                97.513,
                13.114,
                -13.973,
                -0.283,
                -36.91,
                8.592,
                18.257,
                5.135,
                2.471,
                17.355,
                2.357
            ]
        },
        {
            "start": 125.25995,
            "duration": 0.10762,
            "confidence": 0.105,
            "loudness_start": -5.465,
            "loudness_max_time": 0.04353,
            "loudness_max": -2.262,
            "loudness_end": 0.0,
            "pitches": [
                0.548,
                1.0,
                0.616,
                0.607,
                0.889,
                0.824,
                0.744,
                0.749,
                0.47,
                0.51,
                0.239,
                0.164
            ],
            "timbre": [
                56.421,
                96.319,
                15.243,
                -9.974,
                10.458,
                -37.762,
                8.758,
                3.956,
                2.813,
                16.148,
                -11.311,
                -7.245
            ]
        },
        {
            "start": 125.36757,
            "duration": 0.15379,
            "confidence": 0.322,
            "loudness_start": -4.757,
            "loudness_max_time": 0.05125,
            "loudness_max": -1.327,
            "loudness_end": 0.0,
            "pitches": [
                0.765,
                1.0,
                0.792,
                0.792,
                0.829,
                0.716,
                0.81,
                0.796,
                0.404,
                0.424,
                0.298,
                0.172
            ],
            "timbre": [
                57.544,
                112.841,
                14.546,
                -18.264,
                -6.316,
                -21.976,
                -15.871,
                5.885,
                29.169,
                14.922,
                -9.951,
                -12.859
            ]
        },
        {
            "start": 125.52136,
            "duration": 0.51061,
            "confidence": 0.29,
            "loudness_start": -4.313,
            "loudness_max_time": 0.0131,
            "loudness_max": 1.175,
            "loudness_end": 0.0,
            "pitches": [
                0.164,
                0.24,
                0.266,
                0.497,
                1.0,
                0.578,
                0.23,
                0.587,
                0.564,
                0.544,
                0.153,
                0.218
            ],
            "timbre": [
                58.746,
                83.931,
                30.097,
                -7.587,
                7.414,
                -57.203,
                17.643,
                7.698,
                16.622,
                20.02,
                -2.907,
                10.311
            ]
        },
        {
            "start": 126.03197,
            "duration": 1.03937,
            "confidence": 0.014,
            "loudness_start": -3.719,
            "loudness_max_time": 0.02087,
            "loudness_max": 0.497,
            "loudness_end": 0.0,
            "pitches": [
                0.577,
                1.0,
                0.655,
                0.88,
                0.642,
                0.493,
                0.526,
                0.725,
                0.963,
                0.797,
                0.458,
                0.407
            ],
            "timbre": [
                56.109,
                73.915,
                -5.144,
                44.459,
                15.803,
                -38.957,
                -0.66,
                -4.443,
                5.395,
                0.822,
                -20.787,
                1.57
            ]
        },
        {
            "start": 127.07134,
            "duration": 0.53959,
            "confidence": 1.0,
            "loudness_start": -15.866,
            "loudness_max_time": 0.04644,
            "loudness_max": 0.051,
            "loudness_end": 0.0,
            "pitches": [
                0.172,
                0.24,
                0.292,
                0.125,
                0.175,
                0.264,
                0.564,
                0.886,
                1.0,
                0.634,
                0.216,
                0.128
            ],
            "timbre": [
                53.546,
                69.488,
                34.658,
                65.031,
                35.632,
                4.021,
                17.348,
                20.739,
                -7.689,
                21.416,
                26.893,
                -6.105
            ]
        },
        {
            "start": 127.61093,
            "duration": 0.27868,
            "confidence": 0.774,
            "loudness_start": -14.858,
            "loudness_max_time": 0.00726,
            "loudness_max": -3.852,
            "loudness_end": 0.0,
            "pitches": [
                0.645,
                1.0,
                0.856,
                0.323,
                0.407,
                0.15,
                0.104,
                0.2,
                0.11,
                0.089,
                0.048,
                0.431
            ],
            "timbre": [
                50.393,
                -9.064,
                -9.11,
                37.403,
                -17.679,
                -80.144,
                26.552,
                16.063,
                7.478,
                11.85,
                -8.533,
                6.245
            ]
        },
        {
            "start": 127.88961,
            "duration": 0.11057,
            "confidence": 0.123,
            "loudness_start": -18.035,
            "loudness_max_time": 0.01362,
            "loudness_max": -13.955,
            "loudness_end": 0.0,
            "pitches": [
                0.034,
                0.037,
                0.032,
                0.049,
                0.108,
                0.082,
                0.057,
                0.038,
                0.096,
                1.0,
                0.103,
                0.022
            ],
            "timbre": [
                43.458,
                46.087,
                166.269,
                68.527,
                99.672,
                -41.606,
                -0.062,
                17.32,
                0.786,
                20.815,
                0.523,
                9.472
            ]
        },
        {
            "start": 128.00018,
            "duration": 0.12136,
            "confidence": 0.592,
            "loudness_start": -20.554,
            "loudness_max_time": 0.02995,
            "loudness_max": -10.885,
            "loudness_end": 0.0,
            "pitches": [
                0.307,
                0.325,
                0.246,
                0.193,
                0.311,
                0.356,
                0.345,
                0.243,
                0.242,
                1.0,
                0.22,
                0.186
            ],
            "timbre": [
                44.41,
                73.598,
                151.777,
                94.587,
                78.026,
                -32.465,
                4.56,
                -2.86,
                -7.589,
                21.077,
                -6.763,
                -2.5
            ]
        },
        {
            "start": 128.12154,
            "duration": 0.5234,
            "confidence": 1.0,
            "loudness_start": -21.228,
            "loudness_max_time": 0.01856,
            "loudness_max": 0.078,
            "loudness_end": 0.0,
            "pitches": [
                0.173,
                0.241,
                0.282,
                0.132,
                0.179,
                0.252,
                0.566,
                0.9,
                1.0,
                0.752,
                0.206,
                0.136
            ],
            "timbre": [
                54.63,
                64.926,
                20.082,
                47.371,
                26.633,
                -7.867,
                20.595,
                2.183,
                -0.615,
                15.619,
                16.591,
                -14.253
            ]
        },
        {
            "start": 128.64494,
            "duration": 0.35905,
            "confidence": 0.798,
            "loudness_start": -15.75,
            "loudness_max_time": 0.01711,
            "loudness_max": -4.335,
            "loudness_end": 0.0,
            "pitches": [
                0.636,
                1.0,
                0.832,
                0.267,
                0.408,
                0.151,
                0.113,
                0.188,
                0.101,
                0.102,
                0.054,
                0.391
            ],
            "timbre": [
                48.99,
                -0.594,
                -4.588,
                52.728,
                -10.095,
                -44.852,
                12.663,
                8.99,
                -9.531,
                11.281,
                25.2,
                -4.614
            ]
        },
        {
            "start": 129.00398,
            "duration": 0.16875,
            "confidence": 0.508,
            "loudness_start": -19.809,
            "loudness_max_time": 0.07863,
            "loudness_max": -14.338,
            "loudness_end": 0.0,
            "pitches": [
                0.218,
                0.23,
                0.386,
                0.331,
                0.565,
                0.835,
                0.438,
                0.382,
                0.715,
                1.0,
                0.944,
                0.332
            ],
            "timbre": [
                42.338,
                47.057,
                117.718,
                27.117,
                65.634,
                -11.481,
                15.62,
                -1.194,
                7.359,
                -7.48,
                -28.188,
                -1.183
            ]
        },
        {
            "start": 129.17274,
            "duration": 0.28417,
            "confidence": 1.0,
            "loudness_start": -21.424,
            "loudness_max_time": 0.01095,
            "loudness_max": -0.427,
            "loudness_end": 0.0,
            "pitches": [
                0.616,
                1.0,
                0.94,
                0.328,
                0.337,
                0.157,
                0.097,
                0.209,
                0.107,
                0.073,
                0.059,
                0.401
            ],
            "timbre": [
                52.467,
                67.817,
                -35.573,
                74.698,
                -13.148,
                -62.597,
                6.205,
                27.777,
                -13.171,
                -7.56,
                -23.269,
                13.863
            ]
        },
        {
            "start": 129.45692,
            "duration": 0.09274,
            "confidence": 0.308,
            "loudness_start": -20.615,
            "loudness_max_time": 0.025,
            "loudness_max": -15.719,
            "loudness_end": 0.0,
            "pitches": [
                0.358,
                0.301,
                0.256,
                0.289,
                0.399,
                0.199,
                0.208,
                0.255,
                0.309,
                1.0,
                0.537,
                0.395
            ],
            "timbre": [
                40.237,
                51.093,
                111.102,
                70.243,
                65.78,
                -51.914,
                13.905,
                1.825,
                -2.078,
                26.738,
                3.19,
                -7.848
            ]
        },
        {
            "start": 129.54967,
            "duration": 0.14549,
            "confidence": 0.573,
            "loudness_start": -23.032,
            "loudness_max_time": 0.05442,
            "loudness_max": -15.433,
            "loudness_end": 0.0,
            "pitches": [
                0.125,
                0.129,
                0.147,
                0.125,
                0.39,
                0.408,
                0.296,
                0.25,
                0.185,
                1.0,
                0.154,
                0.09
            ],
            "timbre": [
                39.866,
                63.287,
                160.545,
                60.009,
                96.848,
                -3.703,
                46.627,
                -1.439,
                27.288,
                21.231,
                -33.253,
                -10.021
            ]
        },
        {
            "start": 129.69514,
            "duration": 0.14748,
            "confidence": 1.0,
            "loudness_start": -25.085,
            "loudness_max_time": 0.01134,
            "loudness_max": -4.708,
            "loudness_end": 0.0,
            "pitches": [
                0.238,
                1.0,
                0.071,
                0.034,
                0.168,
                0.163,
                0.462,
                0.477,
                0.72,
                0.716,
                0.456,
                0.023
            ],
            "timbre": [
                48.675,
                -33.076,
                -70.47,
                33.254,
                -33.792,
                -75.508,
                -1.671,
                -0.045,
                -19.48,
                13.441,
                -14.125,
                16.217
            ]
        },
        {
            "start": 129.84264,
            "duration": 0.11379,
            "confidence": 0.234,
            "loudness_start": -17.555,
            "loudness_max_time": 0.02689,
            "loudness_max": -12.247,
            "loudness_end": 0.0,
            "pitches": [
                0.393,
                0.458,
                0.307,
                0.3,
                0.767,
                0.76,
                0.998,
                1.0,
                0.899,
                0.912,
                0.628,
                0.003
            ],
            "timbre": [
                43.127,
                30.287,
                20.615,
                45.342,
                -27.795,
                -56.448,
                59.057,
                16.105,
                9.881,
                -5.021,
                3.55,
                4.402
            ]
        },
        {
            "start": 129.95642,
            "duration": 0.12753,
            "confidence": 0.551,
            "loudness_start": -21.78,
            "loudness_max_time": 0.04333,
            "loudness_max": -14.763,
            "loudness_end": 0.0,
            "pitches": [
                0.505,
                0.594,
                0.232,
                0.205,
                0.447,
                0.23,
                0.147,
                0.224,
                0.308,
                1.0,
                0.273,
                0.395
            ],
            "timbre": [
                42.073,
                72.095,
                101.383,
                23.022,
                36.632,
                -7.119,
                20.032,
                -5.14,
                2.978,
                14.192,
                -11.597,
                -3.128
            ]
        },
        {
            "start": 130.08395,
            "duration": 0.10372,
            "confidence": 0.798,
            "loudness_start": -19.716,
            "loudness_max_time": 0.04577,
            "loudness_max": -10.397,
            "loudness_end": 0.0,
            "pitches": [
                0.597,
                0.853,
                0.618,
                0.473,
                0.47,
                0.799,
                0.687,
                0.818,
                0.801,
                1.0,
                0.495,
                0.244
            ],
            "timbre": [
                47.891,
                97.545,
                77.877,
                -0.854,
                50.817,
                -21.069,
                12.605,
                11.054,
                -16.016,
                13.097,
                1.898,
                5.202
            ]
        },
        {
            "start": 130.18765,
            "duration": 0.41918,
            "confidence": 0.96,
            "loudness_start": -12.4,
            "loudness_max_time": 0.03828,
            "loudness_max": 0.332,
            "loudness_end": 0.0,
            "pitches": [
                0.196,
                0.311,
                0.376,
                0.204,
                0.223,
                0.246,
                0.546,
                0.923,
                1.0,
                0.628,
                0.282,
                0.167
            ],
            "timbre": [
                53.887,
                79.679,
                -0.256,
                49.052,
                35.627,
                -0.119,
                6.657,
                30.924,
                11.524,
                9.773,
                -3.749,
                4.177
            ]
        },
        {
            "start": 130.60686,
            "duration": 0.11565,
            "confidence": 0.292,
            "loudness_start": -17.223,
            "loudness_max_time": 0.07669,
            "loudness_max": -12.538,
            "loudness_end": 0.0,
            "pitches": [
                0.34,
                0.387,
                0.275,
                0.246,
                1.0,
                0.469,
                0.285,
                0.788,
                0.791,
                0.998,
                0.517,
                0.256
            ],
            "timbre": [
                45.81,
                99.368,
                43.755,
                -13.537,
                77.93,
                -41.978,
                27.063,
                42.686,
                -15.66,
                27.765,
                -9.492,
                -13.299
            ]
        },
        {
            "start": 130.72249,
            "duration": 0.27841,
            "confidence": 0.897,
            "loudness_start": -15.08,
            "loudness_max_time": 0.02584,
            "loudness_max": -2.788,
            "loudness_end": 0.0,
            "pitches": [
                0.545,
                1.0,
                0.945,
                0.579,
                0.656,
                0.277,
                0.189,
                0.251,
                0.152,
                0.063,
                0.069,
                0.449
            ],
            "timbre": [
                52.403,
                64.825,
                -20.959,
                -1.417,
                8.398,
                7.42,
                2.817,
                2.289,
                -11.294,
                58.234,
                11.44,
                -4.294
            ]
        },
        {
            "start": 131.00092,
            "duration": 0.12277,
            "confidence": 0.456,
            "loudness_start": -17.562,
            "loudness_max_time": 0.07043,
            "loudness_max": -12.201,
            "loudness_end": 0.0,
            "pitches": [
                0.897,
                0.367,
                0.531,
                0.571,
                0.435,
                0.175,
                0.198,
                0.237,
                0.205,
                0.444,
                0.324,
                1.0
            ],
            "timbre": [
                46.125,
                71.617,
                43.995,
                3.512,
                47.293,
                -6.886,
                -19.522,
                -35.512,
                -6.775,
                6.997,
                -19.238,
                13.201
            ]
        },
        {
            "start": 131.12367,
            "duration": 0.08086,
            "confidence": 0.824,
            "loudness_start": -15.139,
            "loudness_max_time": 0.05166,
            "loudness_max": -6.059,
            "loudness_end": 0.0,
            "pitches": [
                0.166,
                0.122,
                1.0,
                0.721,
                0.284,
                0.149,
                0.164,
                0.09,
                0.178,
                0.366,
                0.172,
                0.108
            ],
            "timbre": [
                51.467,
                80.219,
                52.906,
                -69.55,
                42.225,
                11.462,
                -41.009,
                15.545,
                26.627,
                -6.888,
                2.75,
                6.962
            ]
        },
        {
            "start": 131.20454,
            "duration": 0.35365,
            "confidence": 0.636,
            "loudness_start": -6.377,
            "loudness_max_time": 0.0657,
            "loudness_max": 0.71,
            "loudness_end": 0.0,
            "pitches": [
                0.428,
                0.872,
                1.0,
                0.589,
                0.495,
                0.251,
                0.204,
                0.256,
                0.156,
                0.107,
                0.119,
                0.299
            ],
            "timbre": [
                53.642,
                94.623,
                8.07,
                19.653,
                26.308,
                -16.304,
                -16.996,
                -9.471,
                24.35,
                -4.951,
                -24.135,
                17.888
            ]
        },
        {
            "start": 131.5582,
            "duration": 0.22141,
            "confidence": 0.05,
            "loudness_start": -11.511,
            "loudness_max_time": 0.01884,
            "loudness_max": -8.22,
            "loudness_end": 0.0,
            "pitches": [
                0.099,
                1.0,
                0.219,
                0.061,
                0.065,
                0.078,
                0.046,
                0.033,
                0.095,
                0.088,
                0.03,
                0.056
            ],
            "timbre": [
                49.547,
                25.738,
                27.867,
                12.011,
                46.287,
                -23.659,
                -39.867,
                -16.675,
                5.107,
                -12.188,
                -18.003,
                -1.944
            ]
        },
        {
            "start": 131.77959,
            "duration": 0.38839,
            "confidence": 0.826,
            "loudness_start": -15.245,
            "loudness_max_time": 0.01283,
            "loudness_max": -4.576,
            "loudness_end": 0.0,
            "pitches": [
                0.184,
                0.334,
                0.414,
                0.13,
                0.18,
                0.249,
                0.584,
                0.959,
                1.0,
                0.594,
                0.216,
                0.146
            ],
            "timbre": [
                51.677,
                40.139,
                -2.478,
                -10.485,
                1.382,
                -62.132,
                -6.384,
                65.738,
                -2.713,
                23.825,
                24.732,
                16.497
            ]
        },
        {
            "start": 132.16798,
            "duration": 0.08689,
            "confidence": 0.68,
            "loudness_start": -13.161,
            "loudness_max_time": 0.05224,
            "loudness_max": -8.398,
            "loudness_end": 0.0,
            "pitches": [
                0.236,
                0.699,
                1.0,
                0.376,
                0.4,
                0.208,
                0.238,
                0.216,
                0.201,
                0.226,
                0.148,
                0.238
            ],
            "timbre": [
                50.764,
                116.276,
                101.943,
                -11.64,
                90.341,
                -17.782,
                -2.899,
                -57.256,
                -29.913,
                77.776,
                -16.579,
                14.322
            ]
        },
        {
            "start": 132.25488,
            "duration": 0.5688,
            "confidence": 0.729,
            "loudness_start": -7.768,
            "loudness_max_time": 0.05857,
            "loudness_max": 0.718,
            "loudness_end": 0.0,
            "pitches": [
                0.19,
                0.511,
                0.461,
                0.199,
                0.205,
                0.233,
                0.531,
                0.889,
                1.0,
                0.649,
                0.276,
                0.197
            ],
            "timbre": [
                54.833,
                104.123,
                51.877,
                19.741,
                40.244,
                -11.64,
                -9.685,
                14.881,
                21.801,
                -0.198,
                -21.842,
                3.432
            ]
        },
        {
            "start": 132.82367,
            "duration": 0.28481,
            "confidence": 0.713,
            "loudness_start": -9.901,
            "loudness_max_time": 0.01281,
            "loudness_max": -2.359,
            "loudness_end": 0.0,
            "pitches": [
                0.624,
                1.0,
                0.858,
                0.348,
                0.425,
                0.177,
                0.128,
                0.209,
                0.124,
                0.085,
                0.07,
                0.443
            ],
            "timbre": [
                52.197,
                60.329,
                -30.904,
                57.022,
                -19.223,
                -40.513,
                8.214,
                1.334,
                4.798,
                -5.445,
                -30.881,
                13.587
            ]
        },
        {
            "start": 133.10847,
            "duration": 0.22531,
            "confidence": 0.866,
            "loudness_start": -18.793,
            "loudness_max_time": 0.01935,
            "loudness_max": -7.987,
            "loudness_end": 0.0,
            "pitches": [
                0.079,
                0.048,
                0.061,
                0.079,
                0.083,
                0.09,
                0.403,
                0.066,
                0.071,
                0.105,
                0.186,
                1.0
            ],
            "timbre": [
                49.362,
                36.671,
                81.455,
                44.909,
                61.699,
                -34.357,
                15.491,
                -25.558,
                -8.007,
                37.648,
                -20.225,
                31.87
            ]
        },
        {
            "start": 133.33379,
            "duration": 0.36095,
            "confidence": 1.0,
            "loudness_start": -14.859,
            "loudness_max_time": 0.02389,
            "loudness_max": -0.421,
            "loudness_end": 0.0,
            "pitches": [
                0.647,
                1.0,
                0.93,
                0.317,
                0.365,
                0.179,
                0.154,
                0.227,
                0.116,
                0.107,
                0.12,
                0.566
            ],
            "timbre": [
                53.253,
                42.167,
                -23.324,
                53.787,
                25.297,
                -12.214,
                4.481,
                10.162,
                5.223,
                -12.807,
                28.346,
                0.09
            ]
        },
        {
            "start": 133.69473,
            "duration": 0.14558,
            "confidence": 0.758,
            "loudness_start": -18.889,
            "loudness_max_time": 0.0718,
            "loudness_max": -8.127,
            "loudness_end": 0.0,
            "pitches": [
                0.558,
                0.097,
                0.091,
                0.139,
                0.083,
                0.079,
                1.0,
                0.209,
                0.144,
                0.31,
                0.179,
                0.753
            ],
            "timbre": [
                49.008,
                46.115,
                70.49,
                7.45,
                82.583,
                -15.588,
                -6.647,
                -13.074,
                -16.511,
                27.966,
                -2.992,
                3.542
            ]
        },
        {
            "start": 133.84032,
            "duration": 0.3771,
            "confidence": 0.831,
            "loudness_start": -14.704,
            "loudness_max_time": 0.03932,
            "loudness_max": -3.955,
            "loudness_end": 0.0,
            "pitches": [
                0.196,
                0.298,
                0.355,
                0.214,
                0.257,
                0.269,
                0.611,
                0.931,
                1.0,
                0.601,
                0.284,
                0.237
            ],
            "timbre": [
                50.192,
                12.441,
                32.96,
                8.805,
                45.93,
                -4.705,
                20.177,
                22.668,
                19.99,
                18.822,
                1.496,
                -0.08
            ]
        },
        {
            "start": 134.2174,
            "duration": 0.13882,
            "confidence": 0.478,
            "loudness_start": -13.598,
            "loudness_max_time": 0.07193,
            "loudness_max": -8.024,
            "loudness_end": 0.0,
            "pitches": [
                0.172,
                1.0,
                0.565,
                0.138,
                0.114,
                0.169,
                0.126,
                0.176,
                0.277,
                0.235,
                0.099,
                0.19
            ],
            "timbre": [
                50.063,
                38.457,
                60.458,
                -10.065,
                69.994,
                -24.254,
                -1.312,
                3.072,
                -11.336,
                22.222,
                -4.87,
                11.534
            ]
        },
        {
            "start": 134.35625,
            "duration": 0.43574,
            "confidence": 0.995,
            "loudness_start": -11.829,
            "loudness_max_time": 0.0642,
            "loudness_max": 1.984,
            "loudness_end": 0.0,
            "pitches": [
                0.25,
                0.365,
                0.367,
                0.202,
                0.206,
                0.23,
                0.538,
                0.88,
                1.0,
                0.584,
                0.254,
                0.236
            ],
            "timbre": [
                55.333,
                92.354,
                43.702,
                -23.41,
                48.087,
                29.178,
                18.413,
                22.786,
                5.667,
                12.972,
                -1.078,
                6.982
            ]
        },
        {
            "start": 134.79198,
            "duration": 0.10444,
            "confidence": 0.462,
            "loudness_start": -9.385,
            "loudness_max_time": 0.02918,
            "loudness_max": -4.395,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.58,
                0.234,
                0.151,
                0.247,
                0.299,
                0.541,
                0.671,
                0.563,
                0.618,
                0.337,
                0.967
            ],
            "timbre": [
                54.425,
                161.695,
                64.316,
                3.703,
                96.761,
                -24.484,
                -1.746,
                5.37,
                -10.977,
                -7.553,
                -1.914,
                15.577
            ]
        },
        {
            "start": 134.89642,
            "duration": 0.31909,
            "confidence": 0.654,
            "loudness_start": -6.968,
            "loudness_max_time": 0.05857,
            "loudness_max": 0.121,
            "loudness_end": 0.0,
            "pitches": [
                0.561,
                1.0,
                0.845,
                0.441,
                0.654,
                0.323,
                0.203,
                0.245,
                0.157,
                0.064,
                0.093,
                0.616
            ],
            "timbre": [
                57.297,
                102.32,
                34.386,
                -8.441,
                42.065,
                -26.278,
                27.026,
                19.84,
                1.471,
                27.425,
                17.91,
                15.191
            ]
        },
        {
            "start": 135.21552,
            "duration": 0.21492,
            "confidence": 0.345,
            "loudness_start": -6.481,
            "loudness_max_time": 0.07947,
            "loudness_max": -2.284,
            "loudness_end": 0.0,
            "pitches": [
                0.095,
                0.31,
                1.0,
                0.24,
                0.105,
                0.052,
                0.104,
                0.052,
                0.071,
                0.193,
                0.053,
                0.554
            ],
            "timbre": [
                55.742,
                111.454,
                88.401,
                -3.909,
                41.385,
                -32.244,
                -10.496,
                2.869,
                -4.462,
                18.547,
                -6.585,
                40.437
            ]
        },
        {
            "start": 135.43044,
            "duration": 0.25537,
            "confidence": 0.363,
            "loudness_start": -6.786,
            "loudness_max_time": 0.01361,
            "loudness_max": 0.157,
            "loudness_end": 0.0,
            "pitches": [
                0.543,
                0.996,
                1.0,
                0.413,
                0.363,
                0.203,
                0.127,
                0.196,
                0.112,
                0.065,
                0.071,
                0.403
            ],
            "timbre": [
                55.128,
                91.781,
                -30.093,
                31.802,
                -5.986,
                -63.008,
                -7.272,
                36.805,
                2.661,
                8.981,
                -8.814,
                8.531
            ]
        },
        {
            "start": 135.6858,
            "duration": 0.2727,
            "confidence": 0.518,
            "loudness_start": -11.615,
            "loudness_max_time": 0.04143,
            "loudness_max": -6.276,
            "loudness_end": 0.0,
            "pitches": [
                0.239,
                1.0,
                0.343,
                0.062,
                0.062,
                0.06,
                0.054,
                0.078,
                0.079,
                0.118,
                0.059,
                0.15
            ],
            "timbre": [
                51.361,
                99.277,
                5.763,
                10.068,
                29.495,
                -8.499,
                -44.458,
                -14.313,
                5.408,
                2.2,
                -24.844,
                11.975
            ]
        },
        {
            "start": 135.9585,
            "duration": 0.22671,
            "confidence": 0.891,
            "loudness_start": -15.528,
            "loudness_max_time": 0.06535,
            "loudness_max": -3.934,
            "loudness_end": 0.0,
            "pitches": [
                0.557,
                1.0,
                0.992,
                0.484,
                0.44,
                0.208,
                0.139,
                0.21,
                0.114,
                0.124,
                0.037,
                0.421
            ],
            "timbre": [
                53.78,
                10.444,
                -1.225,
                -13.828,
                -7.975,
                -41.758,
                9.1,
                16.501,
                3.904,
                13.606,
                -25.676,
                -7.177
            ]
        },
        {
            "start": 136.18523,
            "duration": 0.19129,
            "confidence": 0.23,
            "loudness_start": -12.756,
            "loudness_max_time": 0.06642,
            "loudness_max": -8.007,
            "loudness_end": 0.0,
            "pitches": [
                0.365,
                0.586,
                0.984,
                0.364,
                0.293,
                0.247,
                0.3,
                0.338,
                0.361,
                1.0,
                0.388,
                0.43
            ],
            "timbre": [
                50.339,
                198.166,
                67.261,
                4.503,
                91.791,
                -34.946,
                -15.89,
                8.037,
                29.889,
                -20.949,
                0.16,
                4.797
            ]
        },
        {
            "start": 136.37651,
            "duration": 0.10476,
            "confidence": 0.522,
            "loudness_start": -11.498,
            "loudness_max_time": 0.06747,
            "loudness_max": -5.963,
            "loudness_end": 0.0,
            "pitches": [
                0.207,
                1.0,
                0.844,
                0.161,
                0.107,
                0.096,
                0.064,
                0.12,
                0.977,
                0.363,
                0.108,
                0.122
            ],
            "timbre": [
                52.642,
                92.624,
                100.665,
                -8.289,
                90.495,
                -34.338,
                -24.707,
                12.802,
                24.77,
                26.335,
                -1.794,
                2.786
            ]
        },
        {
            "start": 136.48128,
            "duration": 0.45859,
            "confidence": 0.676,
            "loudness_start": -8.886,
            "loudness_max_time": 0.00639,
            "loudness_max": 0.147,
            "loudness_end": 0.0,
            "pitches": [
                0.277,
                0.358,
                0.294,
                0.114,
                0.147,
                0.255,
                0.574,
                0.919,
                1.0,
                0.571,
                0.219,
                0.138
            ],
            "timbre": [
                53.998,
                63.033,
                -29.841,
                59.555,
                13.624,
                -66.741,
                -8.605,
                7.684,
                8.197,
                -14.028,
                -26.696,
                7.541
            ]
        },
        {
            "start": 136.93987,
            "duration": 0.31923,
            "confidence": 0.884,
            "loudness_start": -14.089,
            "loudness_max_time": 0.06977,
            "loudness_max": -2.275,
            "loudness_end": 0.0,
            "pitches": [
                0.419,
                1.0,
                0.984,
                0.728,
                0.672,
                0.424,
                0.31,
                0.35,
                0.236,
                0.134,
                0.136,
                0.347
            ],
            "timbre": [
                48.894,
                92.306,
                23.486,
                -21.938,
                24.49,
                3.12,
                24.858,
                -6.588,
                22.603,
                -12.637,
                -40.014,
                17.411
            ]
        },
        {
            "start": 137.2591,
            "duration": 0.23215,
            "confidence": 0.959,
            "loudness_start": -20.921,
            "loudness_max_time": 0.07104,
            "loudness_max": -7.564,
            "loudness_end": 0.0,
            "pitches": [
                0.18,
                0.074,
                0.06,
                0.061,
                0.057,
                0.062,
                0.193,
                0.058,
                0.077,
                0.198,
                0.618,
                1.0
            ],
            "timbre": [
                49.077,
                69.074,
                55.16,
                31.421,
                42.223,
                5.93,
                8.367,
                -26.777,
                6.661,
                25.939,
                -4.174,
                18.309
            ]
        },
        {
            "start": 137.49126,
            "duration": 0.30218,
            "confidence": 1.0,
            "loudness_start": -17.84,
            "loudness_max_time": 0.0407,
            "loudness_max": -0.802,
            "loudness_end": 0.0,
            "pitches": [
                0.482,
                0.922,
                1.0,
                0.556,
                0.482,
                0.235,
                0.191,
                0.238,
                0.133,
                0.103,
                0.159,
                0.611
            ],
            "timbre": [
                51.596,
                73.338,
                -27.263,
                -13.381,
                40.281,
                58.081,
                15.946,
                1.47,
                -18.904,
                29.029,
                -9.581,
                2.652
            ]
        },
        {
            "start": 137.79343,
            "duration": 0.24327,
            "confidence": 0.713,
            "loudness_start": -14.529,
            "loudness_max_time": 0.15556,
            "loudness_max": -6.809,
            "loudness_end": 0.0,
            "pitches": [
                0.189,
                0.078,
                0.052,
                0.082,
                0.092,
                0.081,
                0.179,
                0.146,
                0.14,
                0.265,
                0.282,
                1.0
            ],
            "timbre": [
                49.634,
                56.547,
                25.43,
                -43.866,
                14.372,
                0.482,
                -29.468,
                30.654,
                22.604,
                -27.017,
                5.823,
                8.527
            ]
        },
        {
            "start": 138.0367,
            "duration": 0.27288,
            "confidence": 0.824,
            "loudness_start": -18.986,
            "loudness_max_time": 0.01753,
            "loudness_max": -2.636,
            "loudness_end": 0.0,
            "pitches": [
                0.573,
                1.0,
                0.889,
                0.458,
                0.48,
                0.214,
                0.239,
                0.238,
                0.114,
                0.064,
                0.098,
                0.537
            ],
            "timbre": [
                52.176,
                2.113,
                -8.414,
                34.763,
                6.493,
                -44.929,
                30.899,
                -5.504,
                5.959,
                33.987,
                13.207,
                16.838
            ]
        },
        {
            "start": 138.30957,
            "duration": 0.11524,
            "confidence": 0.44,
            "loudness_start": -16.445,
            "loudness_max_time": 0.02543,
            "loudness_max": -9.757,
            "loudness_end": 0.0,
            "pitches": [
                0.088,
                0.057,
                0.031,
                0.051,
                0.319,
                0.086,
                0.056,
                0.081,
                0.205,
                1.0,
                0.337,
                0.065
            ],
            "timbre": [
                46.731,
                -20.324,
                19.984,
                19.024,
                56.794,
                -32.278,
                -19.468,
                -5.768,
                -13.115,
                30.084,
                11.044,
                12.039
            ]
        },
        {
            "start": 138.4248,
            "duration": 0.12263,
            "confidence": 0.732,
            "loudness_start": -15.497,
            "loudness_max_time": 0.03662,
            "loudness_max": -8.204,
            "loudness_end": 0.0,
            "pitches": [
                0.117,
                0.13,
                0.102,
                0.125,
                0.578,
                0.159,
                0.152,
                0.201,
                0.339,
                1.0,
                0.321,
                0.146
            ],
            "timbre": [
                50.466,
                33.289,
                42.934,
                -27.809,
                47.765,
                -18.177,
                -25.427,
                35.945,
                0.844,
                10.011,
                11.704,
                -4.195
            ]
        },
        {
            "start": 138.54744,
            "duration": 0.4181,
            "confidence": 0.806,
            "loudness_start": -10.01,
            "loudness_max_time": 0.02693,
            "loudness_max": -0.1,
            "loudness_end": 0.0,
            "pitches": [
                0.176,
                0.27,
                0.332,
                0.178,
                0.2,
                0.243,
                0.545,
                0.905,
                1.0,
                0.61,
                0.268,
                0.147
            ],
            "timbre": [
                53.719,
                86.915,
                -21.634,
                43.581,
                16.43,
                -15.126,
                -5.893,
                23.4,
                5.781,
                11.635,
                12.981,
                1.82
            ]
        },
        {
            "start": 138.96553,
            "duration": 0.11605,
            "confidence": 0.154,
            "loudness_start": -15.838,
            "loudness_max_time": 0.01426,
            "loudness_max": -11.362,
            "loudness_end": 0.0,
            "pitches": [
                0.23,
                0.233,
                0.19,
                0.11,
                0.304,
                0.163,
                0.208,
                0.449,
                0.589,
                1.0,
                0.308,
                0.22
            ],
            "timbre": [
                46.393,
                104.229,
                45.15,
                1.347,
                81.574,
                -60.635,
                33.472,
                56.075,
                -7.171,
                -0.208,
                -2.514,
                -3.445
            ]
        },
        {
            "start": 139.08159,
            "duration": 0.27297,
            "confidence": 0.915,
            "loudness_start": -15.043,
            "loudness_max_time": 0.01517,
            "loudness_max": -1.955,
            "loudness_end": 0.0,
            "pitches": [
                0.583,
                1.0,
                0.895,
                0.471,
                0.626,
                0.219,
                0.151,
                0.22,
                0.118,
                0.098,
                0.09,
                0.448
            ],
            "timbre": [
                53.103,
                62.156,
                -21.872,
                18.12,
                -6.554,
                -41.444,
                -2.631,
                7.102,
                6.132,
                34.027,
                -5.388,
                0.78
            ]
        },
        {
            "start": 139.35455,
            "duration": 0.12236,
            "confidence": 0.562,
            "loudness_start": -17.601,
            "loudness_max_time": 0.03963,
            "loudness_max": -11.517,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.447,
                0.426,
                0.358,
                0.469,
                0.358,
                0.23,
                0.216,
                0.398,
                0.726,
                0.445,
                0.936
            ],
            "timbre": [
                47.514,
                59.187,
                72.977,
                15.265,
                60.144,
                -15.74,
                7.412,
                -46.161,
                0.505,
                30.023,
                -17.796,
                14.731
            ]
        },
        {
            "start": 139.47691,
            "duration": 0.12744,
            "confidence": 0.68,
            "loudness_start": -13.189,
            "loudness_max_time": 0.05937,
            "loudness_max": -5.888,
            "loudness_end": 0.0,
            "pitches": [
                0.146,
                0.21,
                1.0,
                0.409,
                0.233,
                0.115,
                0.348,
                0.085,
                0.206,
                0.458,
                0.095,
                0.094
            ],
            "timbre": [
                52.282,
                101.074,
                61.31,
                -35.251,
                34.107,
                -4.692,
                -33.078,
                43.588,
                26.381,
                -26.289,
                16.312,
                12.332
            ]
        },
        {
            "start": 139.60435,
            "duration": 0.52898,
            "confidence": 0.69,
            "loudness_start": -7.66,
            "loudness_max_time": 0.01712,
            "loudness_max": 0.051,
            "loudness_end": 0.0,
            "pitches": [
                0.266,
                0.677,
                0.451,
                0.134,
                0.215,
                0.268,
                0.562,
                0.907,
                1.0,
                0.636,
                0.24,
                0.159
            ],
            "timbre": [
                55.087,
                53.786,
                -6.961,
                45.497,
                5.755,
                -49.167,
                -5.635,
                -6.934,
                2.188,
                2.281,
                -4.1,
                13.941
            ]
        },
        {
            "start": 140.13333,
            "duration": 0.21329,
            "confidence": 0.805,
            "loudness_start": -13.882,
            "loudness_max_time": 0.00642,
            "loudness_max": -4.045,
            "loudness_end": 0.0,
            "pitches": [
                0.529,
                1.0,
                0.932,
                0.509,
                0.448,
                0.226,
                0.173,
                0.217,
                0.12,
                0.093,
                0.044,
                0.442
            ],
            "timbre": [
                53.004,
                -5.265,
                -15.617,
                3.054,
                -3.34,
                -58.539,
                19.91,
                0.674,
                6.446,
                8.458,
                -15.96,
                2.298
            ]
        },
        {
            "start": 140.34662,
            "duration": 0.17465,
            "confidence": 0.31,
            "loudness_start": -12.005,
            "loudness_max_time": 0.02154,
            "loudness_max": -6.756,
            "loudness_end": 0.0,
            "pitches": [
                0.242,
                0.546,
                0.651,
                0.299,
                0.3,
                0.303,
                0.238,
                0.196,
                0.251,
                1.0,
                0.473,
                0.276
            ],
            "timbre": [
                51.525,
                160.066,
                55.077,
                -10.272,
                107.717,
                -39.904,
                5.638,
                14.203,
                31.612,
                -31.73,
                15.684,
                17.453
            ]
        },
        {
            "start": 140.52127,
            "duration": 0.07596,
            "confidence": 0.373,
            "loudness_start": -11.353,
            "loudness_max_time": 0.04264,
            "loudness_max": -6.409,
            "loudness_end": 0.0,
            "pitches": [
                0.472,
                0.801,
                1.0,
                0.487,
                0.399,
                0.349,
                0.191,
                0.203,
                0.214,
                0.594,
                0.251,
                0.392
            ],
            "timbre": [
                51.913,
                90.174,
                73.672,
                0.627,
                71.256,
                -34.656,
                -9.633,
                -41.009,
                -17.039,
                64.621,
                -6.436,
                6.029
            ]
        },
        {
            "start": 140.59723,
            "duration": 0.43542,
            "confidence": 0.71,
            "loudness_start": -8.263,
            "loudness_max_time": 0.06554,
            "loudness_max": 0.147,
            "loudness_end": 0.0,
            "pitches": [
                0.194,
                0.507,
                0.471,
                0.272,
                0.268,
                0.245,
                0.521,
                0.896,
                1.0,
                0.652,
                0.321,
                0.172
            ],
            "timbre": [
                52.982,
                72.701,
                42.64,
                13.12,
                41.917,
                -12.463,
                -2.635,
                -1.035,
                7.645,
                -9.065,
                -33.565,
                11.372
            ]
        },
        {
            "start": 141.03265,
            "duration": 0.08086,
            "confidence": 0.372,
            "loudness_start": -15.303,
            "loudness_max_time": 0.04139,
            "loudness_max": -12.432,
            "loudness_end": 0.0,
            "pitches": [
                0.228,
                0.573,
                0.214,
                0.271,
                0.439,
                0.329,
                0.219,
                0.164,
                0.298,
                1.0,
                0.234,
                0.24
            ],
            "timbre": [
                47.584,
                88.219,
                99.137,
                -14.005,
                50.078,
                -35.613,
                48.572,
                29.006,
                9.823,
                0.77,
                2.402,
                -5.01
            ]
        },
        {
            "start": 141.11351,
            "duration": 0.3307,
            "confidence": 0.818,
            "loudness_start": -11.79,
            "loudness_max_time": 0.07136,
            "loudness_max": -1.694,
            "loudness_end": 0.0,
            "pitches": [
                0.44,
                1.0,
                0.985,
                0.702,
                0.66,
                0.405,
                0.31,
                0.362,
                0.239,
                0.149,
                0.14,
                0.389
            ],
            "timbre": [
                49.599,
                100.439,
                31.616,
                8.875,
                15.762,
                -0.447,
                31.325,
                -15.748,
                -2.716,
                4.211,
                -52.936,
                14.448
            ]
        },
        {
            "start": 141.44421,
            "duration": 0.25029,
            "confidence": 1.0,
            "loudness_start": -19.463,
            "loudness_max_time": 0.04599,
            "loudness_max": -4.368,
            "loudness_end": 0.0,
            "pitches": [
                0.143,
                0.166,
                0.613,
                0.311,
                0.159,
                0.153,
                0.681,
                0.458,
                0.492,
                0.439,
                0.329,
                1.0
            ],
            "timbre": [
                52.083,
                80.317,
                111.994,
                63.218,
                66.029,
                2.447,
                45.115,
                -33.31,
                -16.6,
                10.577,
                0.341,
                32.258
            ]
        },
        {
            "start": 141.6945,
            "duration": 0.20322,
            "confidence": 0.894,
            "loudness_start": -12.035,
            "loudness_max_time": 0.01167,
            "loudness_max": -0.584,
            "loudness_end": 0.0,
            "pitches": [
                0.553,
                0.977,
                1.0,
                0.603,
                0.44,
                0.26,
                0.173,
                0.226,
                0.118,
                0.109,
                0.124,
                0.608
            ],
            "timbre": [
                56.289,
                68.268,
                -8.089,
                2.566,
                -3.389,
                -58.708,
                12.406,
                31.232,
                -3.508,
                6.164,
                1.441,
                6.968
            ]
        },
        {
            "start": 141.89774,
            "duration": 0.13311,
            "confidence": 0.189,
            "loudness_start": -8.136,
            "loudness_max_time": 0.02063,
            "loudness_max": -3.169,
            "loudness_end": 0.0,
            "pitches": [
                0.788,
                0.515,
                0.537,
                0.348,
                0.297,
                0.239,
                0.262,
                0.201,
                0.239,
                1.0,
                0.458,
                0.917
            ],
            "timbre": [
                53.096,
                121.882,
                44.956,
                48.171,
                31.325,
                -38.233,
                -18.622,
                -8.353,
                -19.287,
                -18.917,
                -12.655,
                2.464
            ]
        },
        {
            "start": 142.03084,
            "duration": 0.19111,
            "confidence": 0.631,
            "loudness_start": -12.392,
            "loudness_max_time": 0.06986,
            "loudness_max": -5.401,
            "loudness_end": 0.0,
            "pitches": [
                0.434,
                0.128,
                0.33,
                0.142,
                0.33,
                0.13,
                0.598,
                0.288,
                0.176,
                1.0,
                0.172,
                0.66
            ],
            "timbre": [
                51.803,
                107.173,
                90.672,
                -3.571,
                70.037,
                -10.359,
                -17.574,
                -11.001,
                -18.927,
                21.302,
                -2.202,
                10.098
            ]
        },
        {
            "start": 142.22195,
            "duration": 0.06268,
            "confidence": 0.486,
            "loudness_start": -8.988,
            "loudness_max_time": 0.00677,
            "loudness_max": -2.774,
            "loudness_end": 0.0,
            "pitches": [
                0.897,
                1.0,
                0.764,
                0.782,
                0.66,
                0.655,
                0.648,
                0.617,
                0.742,
                0.735,
                0.981,
                0.517
            ],
            "timbre": [
                54.56,
                -8.789,
                -7.971,
                -17.366,
                -17.384,
                -68.525,
                42.14,
                3.562,
                -14.704,
                7.527,
                -10.75,
                17.444
            ]
        },
        {
            "start": 142.28464,
            "duration": 0.2859,
            "confidence": 0.509,
            "loudness_start": -6.359,
            "loudness_max_time": 0.02159,
            "loudness_max": 1.272,
            "loudness_end": 0.0,
            "pitches": [
                0.915,
                0.821,
                0.351,
                0.235,
                0.165,
                0.118,
                0.429,
                0.158,
                0.089,
                0.274,
                0.136,
                1.0
            ],
            "timbre": [
                55.906,
                97.201,
                30.095,
                54.786,
                30.052,
                -46.003,
                58.958,
                3.611,
                19.237,
                5.92,
                5.234,
                23.524
            ]
        },
        {
            "start": 142.57053,
            "duration": 0.15678,
            "confidence": 0.264,
            "loudness_start": -9.516,
            "loudness_max_time": 0.11363,
            "loudness_max": -5.064,
            "loudness_end": 0.0,
            "pitches": [
                0.195,
                1.0,
                0.283,
                0.147,
                0.244,
                0.143,
                0.408,
                0.255,
                0.336,
                0.297,
                0.142,
                0.655
            ],
            "timbre": [
                53.322,
                67.281,
                72.992,
                -22.331,
                83.054,
                -34.32,
                -3.704,
                8.909,
                -0.902,
                -0.005,
                0.017,
                11.278
            ]
        },
        {
            "start": 142.7273,
            "duration": 0.4058,
            "confidence": 0.698,
            "loudness_start": -6.837,
            "loudness_max_time": 0.0216,
            "loudness_max": 0.478,
            "loudness_end": 0.0,
            "pitches": [
                0.205,
                0.345,
                0.306,
                0.159,
                0.179,
                0.234,
                0.536,
                0.881,
                1.0,
                0.595,
                0.242,
                0.229
            ],
            "timbre": [
                56.999,
                100.555,
                10.706,
                22.284,
                27.093,
                -33.372,
                -0.359,
                35.834,
                9.976,
                9.013,
                3.77,
                10.67
            ]
        },
        {
            "start": 143.1331,
            "duration": 0.12236,
            "confidence": 0.546,
            "loudness_start": -13.465,
            "loudness_max_time": 0.03232,
            "loudness_max": -5.933,
            "loudness_end": 0.0,
            "pitches": [
                0.419,
                0.63,
                0.309,
                0.216,
                0.377,
                0.638,
                0.608,
                0.67,
                1.0,
                0.669,
                0.436,
                0.491
            ],
            "timbre": [
                50.66,
                198.367,
                38.83,
                7.688,
                77.846,
                -13.529,
                7.467,
                30.754,
                30.383,
                -10.534,
                8.29,
                -17.969
            ]
        },
        {
            "start": 143.25546,
            "duration": 0.41098,
            "confidence": 0.663,
            "loudness_start": -11.593,
            "loudness_max_time": 0.01717,
            "loudness_max": -2.481,
            "loudness_end": 0.0,
            "pitches": [
                0.176,
                0.242,
                0.279,
                0.147,
                0.261,
                0.27,
                0.582,
                0.947,
                1.0,
                0.554,
                0.203,
                0.162
            ],
            "timbre": [
                53.203,
                81.215,
                -24.94,
                9.344,
                21.681,
                -42.6,
                3.441,
                -21.285,
                -9.24,
                20.166,
                -1.796,
                13.307
            ]
        },
        {
            "start": 143.66644,
            "duration": 0.11143,
            "confidence": 0.719,
            "loudness_start": -12.092,
            "loudness_max_time": 0.05743,
            "loudness_max": -4.743,
            "loudness_end": 0.0,
            "pitches": [
                0.072,
                0.186,
                1.0,
                0.344,
                0.241,
                0.059,
                0.236,
                0.157,
                0.223,
                0.374,
                0.107,
                0.057
            ],
            "timbre": [
                52.421,
                120.865,
                58.253,
                -37.763,
                48.514,
                8.325,
                -34.677,
                26.856,
                36.823,
                -17.831,
                5.529,
                13.35
            ]
        },
        {
            "start": 143.77786,
            "duration": 0.25546,
            "confidence": 0.608,
            "loudness_start": -7.874,
            "loudness_max_time": 0.01346,
            "loudness_max": -0.121,
            "loudness_end": 0.0,
            "pitches": [
                0.558,
                0.996,
                1.0,
                0.426,
                0.37,
                0.187,
                0.116,
                0.202,
                0.132,
                0.124,
                0.125,
                0.414
            ],
            "timbre": [
                55.733,
                75.957,
                -13.005,
                30.617,
                -1.368,
                -52.436,
                5.026,
                22.896,
                15.304,
                12.241,
                -6.772,
                7.187
            ]
        },
        {
            "start": 144.03333,
            "duration": 0.27274,
            "confidence": 0.304,
            "loudness_start": -10.4,
            "loudness_max_time": 0.04751,
            "loudness_max": -5.85,
            "loudness_end": 0.0,
            "pitches": [
                0.166,
                1.0,
                0.235,
                0.073,
                0.153,
                0.085,
                0.07,
                0.074,
                0.072,
                0.11,
                0.089,
                0.077
            ],
            "timbre": [
                51.101,
                97.96,
                7.109,
                -2.812,
                22.868,
                -1.832,
                -50.119,
                -1.678,
                5.226,
                -3.926,
                -30.066,
                18.345
            ]
        },
        {
            "start": 144.30608,
            "duration": 0.22635,
            "confidence": 0.905,
            "loudness_start": -15.418,
            "loudness_max_time": 0.00831,
            "loudness_max": -3.837,
            "loudness_end": 0.0,
            "pitches": [
                0.514,
                1.0,
                0.92,
                0.457,
                0.419,
                0.2,
                0.163,
                0.201,
                0.112,
                0.116,
                0.052,
                0.402
            ],
            "timbre": [
                53.499,
                22.53,
                -6.935,
                -9.899,
                -16.155,
                -45.451,
                18.28,
                8.243,
                -5.385,
                7.95,
                -24.25,
                3.471
            ]
        },
        {
            "start": 144.53242,
            "duration": 0.16272,
            "confidence": 0.327,
            "loudness_start": -13.939,
            "loudness_max_time": 0.074,
            "loudness_max": -8.265,
            "loudness_end": 0.0,
            "pitches": [
                0.445,
                0.578,
                1.0,
                0.377,
                0.338,
                0.403,
                0.418,
                0.434,
                0.356,
                0.725,
                0.639,
                0.554
            ],
            "timbre": [
                49.829,
                208.229,
                47.276,
                -15.097,
                75.624,
                -30.213,
                -15.349,
                0.3,
                23.161,
                -25.427,
                -1.959,
                14.405
            ]
        },
        {
            "start": 144.69514,
            "duration": 0.12177,
            "confidence": 0.387,
            "loudness_start": -12.2,
            "loudness_max_time": 0.06073,
            "loudness_max": -8.017,
            "loudness_end": 0.0,
            "pitches": [
                0.36,
                1.0,
                0.698,
                0.178,
                0.424,
                0.213,
                0.167,
                0.196,
                0.301,
                0.215,
                0.14,
                0.294
            ],
            "timbre": [
                50.536,
                145.841,
                93.638,
                -7.914,
                66.538,
                -26.003,
                -15.339,
                -20.172,
                -18.827,
                47.736,
                -5.947,
                4.297
            ]
        },
        {
            "start": 144.81693,
            "duration": 0.46993,
            "confidence": 0.809,
            "loudness_start": -9.362,
            "loudness_max_time": 0.01858,
            "loudness_max": 0.074,
            "loudness_end": 0.0,
            "pitches": [
                0.264,
                0.348,
                0.334,
                0.136,
                0.17,
                0.25,
                0.564,
                0.928,
                1.0,
                0.622,
                0.242,
                0.143
            ],
            "timbre": [
                54.223,
                70.7,
                -14.787,
                63.424,
                21.337,
                -28.643,
                -2.998,
                16.427,
                4.614,
                6.758,
                -3.328,
                5.933
            ]
        },
        {
            "start": 145.28685,
            "duration": 0.32531,
            "confidence": 0.965,
            "loudness_start": -15.647,
            "loudness_max_time": 0.07194,
            "loudness_max": -2.518,
            "loudness_end": 0.0,
            "pitches": [
                0.438,
                1.0,
                0.967,
                0.716,
                0.669,
                0.401,
                0.294,
                0.347,
                0.238,
                0.125,
                0.137,
                0.348
            ],
            "timbre": [
                48.161,
                110.014,
                26.983,
                -47.765,
                6.435,
                8.609,
                22.982,
                -14.123,
                5.724,
                -5.929,
                -36.401,
                19.634
            ]
        },
        {
            "start": 145.61215,
            "duration": 0.24975,
            "confidence": 0.822,
            "loudness_start": -19.087,
            "loudness_max_time": 0.02525,
            "loudness_max": -9.189,
            "loudness_end": 0.0,
            "pitches": [
                0.198,
                0.102,
                0.19,
                0.083,
                0.097,
                0.067,
                0.149,
                0.088,
                0.123,
                0.34,
                0.694,
                1.0
            ],
            "timbre": [
                48.75,
                64.833,
                66.892,
                34.708,
                54.408,
                -21.994,
                11.274,
                -14.136,
                2.1,
                30.878,
                -11.336,
                12.438
            ]
        },
        {
            "start": 145.8619,
            "duration": 0.27474,
            "confidence": 0.983,
            "loudness_start": -14.829,
            "loudness_max_time": 0.01778,
            "loudness_max": -0.585,
            "loudness_end": 0.0,
            "pitches": [
                0.588,
                1.0,
                0.996,
                0.433,
                0.387,
                0.185,
                0.142,
                0.215,
                0.113,
                0.09,
                0.141,
                0.611
            ],
            "timbre": [
                53.978,
                68.463,
                -30.901,
                37.881,
                5.66,
                -33.825,
                -0.604,
                9.867,
                -19.754,
                19.14,
                1.1,
                2.253
            ]
        },
        {
            "start": 146.13664,
            "duration": 0.24748,
            "confidence": 0.658,
            "loudness_start": -13.872,
            "loudness_max_time": 0.06433,
            "loudness_max": -7.442,
            "loudness_end": 0.0,
            "pitches": [
                0.169,
                0.106,
                0.143,
                0.11,
                0.129,
                0.082,
                0.25,
                0.132,
                0.126,
                0.254,
                0.271,
                1.0
            ],
            "timbre": [
                49.63,
                78.092,
                24.46,
                -50.457,
                37.447,
                -3.414,
                -39.148,
                37.812,
                19.146,
                -25.148,
                6.404,
                -10.077
            ]
        },
        {
            "start": 146.38412,
            "duration": 0.26912,
            "confidence": 0.863,
            "loudness_start": -16.658,
            "loudness_max_time": 0.02797,
            "loudness_max": -2.415,
            "loudness_end": 0.0,
            "pitches": [
                0.714,
                1.0,
                0.891,
                0.456,
                0.426,
                0.26,
                0.299,
                0.303,
                0.231,
                0.163,
                0.211,
                0.601
            ],
            "timbre": [
                53.734,
                18.973,
                -8.475,
                14.937,
                6.134,
                -31.375,
                24.67,
                -9.681,
                3.897,
                22.44,
                16.227,
                16.88
            ]
        },
        {
            "start": 146.65324,
            "duration": 0.12544,
            "confidence": 0.395,
            "loudness_start": -13.112,
            "loudness_max_time": 0.02393,
            "loudness_max": -6.561,
            "loudness_end": 0.0,
            "pitches": [
                0.265,
                0.566,
                0.169,
                0.161,
                0.333,
                0.196,
                0.256,
                0.172,
                0.493,
                1.0,
                0.296,
                0.201
            ],
            "timbre": [
                50.134,
                -4.516,
                22.089,
                21.123,
                45.08,
                -20.638,
                -1.137,
                -10.167,
                -5.363,
                5.029,
                -3.033,
                17.361
            ]
        },
        {
            "start": 146.77869,
            "duration": 0.1278,
            "confidence": 0.738,
            "loudness_start": -13.682,
            "loudness_max_time": 0.02602,
            "loudness_max": -4.057,
            "loudness_end": 0.0,
            "pitches": [
                0.306,
                0.321,
                0.214,
                0.144,
                0.363,
                0.268,
                0.192,
                0.23,
                0.697,
                1.0,
                0.283,
                0.346
            ],
            "timbre": [
                54.017,
                40.578,
                26.753,
                -16.188,
                34.515,
                -30.607,
                3.664,
                14.335,
                -1.127,
                9.289,
                16.937,
                3.313
            ]
        },
        {
            "start": 146.9065,
            "duration": 0.25002,
            "confidence": 0.671,
            "loudness_start": -6.861,
            "loudness_max_time": 0.01688,
            "loudness_max": 0.763,
            "loudness_end": 0.0,
            "pitches": [
                0.568,
                1.0,
                0.932,
                0.537,
                0.465,
                0.288,
                0.242,
                0.324,
                0.239,
                0.407,
                0.166,
                0.471
            ],
            "timbre": [
                57.735,
                70.429,
                1.523,
                1.3,
                17.745,
                -45.593,
                -1.302,
                20.762,
                15.073,
                26.466,
                8.147,
                4.642
            ]
        },
        {
            "start": 147.15651,
            "duration": 0.26658,
            "confidence": 0.455,
            "loudness_start": -9.466,
            "loudness_max_time": 0.06379,
            "loudness_max": -3.775,
            "loudness_end": 0.0,
            "pitches": [
                0.608,
                0.371,
                0.529,
                0.561,
                0.987,
                0.589,
                0.996,
                0.491,
                0.421,
                1.0,
                0.672,
                0.732
            ],
            "timbre": [
                53.636,
                49.434,
                41.246,
                6.147,
                43.72,
                -20.089,
                14.684,
                -4.647,
                8.937,
                8.612,
                -15.275,
                23.094
            ]
        },
        {
            "start": 147.42308,
            "duration": 0.1629,
            "confidence": 0.581,
            "loudness_start": -12.011,
            "loudness_max_time": 0.02168,
            "loudness_max": -4.018,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.577,
                0.092,
                0.091,
                0.162,
                0.145,
                0.384,
                0.387,
                0.963,
                0.854,
                0.948,
                0.188
            ],
            "timbre": [
                52.116,
                -2.422,
                0.366,
                19.277,
                24.267,
                -36.754,
                11.452,
                -20.812,
                -4.088,
                21.922,
                6.068,
                6.372
            ]
        },
        {
            "start": 147.58598,
            "duration": 0.33125,
            "confidence": 0.097,
            "loudness_start": -10.609,
            "loudness_max_time": 0.03642,
            "loudness_max": -7.894,
            "loudness_end": 0.0,
            "pitches": [
                0.287,
                1.0,
                0.83,
                0.624,
                0.941,
                0.266,
                0.253,
                0.172,
                0.801,
                0.927,
                0.291,
                0.351
            ],
            "timbre": [
                50.353,
                -9.461,
                36.982,
                -3.328,
                50.71,
                -37.419,
                -4.234,
                6.211,
                30.792,
                -7.759,
                -0.834,
                10.173
            ]
        },
        {
            "start": 147.91724,
            "duration": 0.14481,
            "confidence": 0.841,
            "loudness_start": -11.808,
            "loudness_max_time": 0.07407,
            "loudness_max": -1.767,
            "loudness_end": 0.0,
            "pitches": [
                0.173,
                0.188,
                0.104,
                0.113,
                0.167,
                0.073,
                0.106,
                0.204,
                0.307,
                1.0,
                0.541,
                0.136
            ],
            "timbre": [
                54.588,
                59.78,
                102.886,
                -18.808,
                105.358,
                13.594,
                -20.079,
                7.743,
                1.694,
                9.323,
                13.653,
                10.389
            ]
        },
        {
            "start": 148.06204,
            "duration": 0.11569,
            "confidence": 0.196,
            "loudness_start": -6.362,
            "loudness_max_time": 0.05229,
            "loudness_max": -2.949,
            "loudness_end": 0.0,
            "pitches": [
                0.162,
                0.33,
                0.217,
                0.189,
                0.354,
                0.158,
                0.687,
                0.277,
                0.311,
                1.0,
                0.266,
                0.818
            ],
            "timbre": [
                55.06,
                157.584,
                106.095,
                40.823,
                92.497,
                -8.416,
                -62.536,
                -28.304,
                23.9,
                -18.011,
                -17.811,
                4.665
            ]
        },
        {
            "start": 148.17773,
            "duration": 0.2732,
            "confidence": 0.264,
            "loudness_start": -10.164,
            "loudness_max_time": 0.06563,
            "loudness_max": -5.666,
            "loudness_end": 0.0,
            "pitches": [
                0.112,
                0.381,
                0.251,
                0.181,
                1.0,
                0.335,
                0.285,
                0.184,
                0.614,
                0.715,
                0.157,
                0.148
            ],
            "timbre": [
                52.208,
                57.409,
                80.858,
                6.03,
                85.3,
                -28.897,
                -32.402,
                -4.955,
                12.487,
                15.411,
                -5.932,
                -5.328
            ]
        },
        {
            "start": 148.45093,
            "duration": 0.23814,
            "confidence": 0.492,
            "loudness_start": -11.112,
            "loudness_max_time": 0.06449,
            "loudness_max": -6.261,
            "loudness_end": 0.0,
            "pitches": [
                0.891,
                0.49,
                0.322,
                0.298,
                0.363,
                0.221,
                0.608,
                0.392,
                0.912,
                1.0,
                0.664,
                0.911
            ],
            "timbre": [
                51.399,
                3.871,
                41.488,
                15.659,
                42.052,
                -23.025,
                13.02,
                -3.225,
                25.364,
                12.545,
                -15.679,
                2.083
            ]
        },
        {
            "start": 148.68907,
            "duration": 0.29592,
            "confidence": 0.469,
            "loudness_start": -12.026,
            "loudness_max_time": 0.13069,
            "loudness_max": -7.121,
            "loudness_end": 0.0,
            "pitches": [
                0.437,
                0.687,
                0.691,
                0.584,
                1.0,
                0.378,
                0.799,
                0.371,
                0.348,
                0.793,
                0.356,
                0.681
            ],
            "timbre": [
                49.708,
                -7.809,
                55.79,
                -19.688,
                60.359,
                -27.336,
                28.377,
                6.561,
                7.908,
                -13.637,
                -11.937,
                23.467
            ]
        },
        {
            "start": 148.98499,
            "duration": 0.14535,
            "confidence": 0.837,
            "loudness_start": -12.188,
            "loudness_max_time": 0.07163,
            "loudness_max": -1.639,
            "loudness_end": 0.0,
            "pitches": [
                0.132,
                0.272,
                0.082,
                0.133,
                0.225,
                0.052,
                0.102,
                0.17,
                0.571,
                1.0,
                0.153,
                0.104
            ],
            "timbre": [
                55.156,
                67.747,
                95.104,
                -34.321,
                88.451,
                0.703,
                -30.035,
                37.323,
                3.81,
                17.424,
                11.353,
                2.97
            ]
        },
        {
            "start": 149.13034,
            "duration": 0.12771,
            "confidence": 0.238,
            "loudness_start": -4.946,
            "loudness_max_time": 0.028,
            "loudness_max": -1.141,
            "loudness_end": 0.0,
            "pitches": [
                0.112,
                0.211,
                0.219,
                0.109,
                0.388,
                0.174,
                0.094,
                0.148,
                0.506,
                1.0,
                0.348,
                0.161
            ],
            "timbre": [
                56.526,
                128.967,
                79.061,
                40.443,
                68.342,
                -23.691,
                -50.88,
                -36.414,
                13.672,
                7.9,
                -12.281,
                10.839
            ]
        },
        {
            "start": 149.25806,
            "duration": 0.26685,
            "confidence": 0.48,
            "loudness_start": -7.363,
            "loudness_max_time": 0.09737,
            "loudness_max": -1.803,
            "loudness_end": 0.0,
            "pitches": [
                0.101,
                0.422,
                0.244,
                0.227,
                0.867,
                0.104,
                0.1,
                0.223,
                0.384,
                1.0,
                0.149,
                0.241
            ],
            "timbre": [
                55.193,
                112.318,
                106.731,
                11.917,
                73.953,
                -4.388,
                -26.872,
                4.245,
                23.994,
                -7.814,
                -15.437,
                -13.795
            ]
        },
        {
            "start": 149.5249,
            "duration": 0.33673,
            "confidence": 0.852,
            "loudness_start": -11.152,
            "loudness_max_time": 0.03696,
            "loudness_max": 0.635,
            "loudness_end": 0.0,
            "pitches": [
                0.75,
                0.722,
                0.257,
                0.191,
                0.224,
                0.225,
                0.463,
                0.622,
                0.736,
                0.469,
                0.589,
                1.0
            ],
            "timbre": [
                57.088,
                78.207,
                72.949,
                27.493,
                14.434,
                -11.009,
                47.004,
                6.561,
                1.692,
                -4.534,
                -6.102,
                21.242
            ]
        },
        {
            "start": 149.86163,
            "duration": 0.11569,
            "confidence": 0.615,
            "loudness_start": -7.799,
            "loudness_max_time": 0.05412,
            "loudness_max": -1.863,
            "loudness_end": 0.0,
            "pitches": [
                0.416,
                1.0,
                0.524,
                0.306,
                0.556,
                0.366,
                0.608,
                0.206,
                0.258,
                0.249,
                0.139,
                0.857
            ],
            "timbre": [
                55.898,
                101.203,
                87.002,
                7.856,
                62.281,
                -2.896,
                3.411,
                -3.12,
                -10.181,
                -22.62,
                6.153,
                31.974
            ]
        },
        {
            "start": 149.97733,
            "duration": 0.59288,
            "confidence": 0.566,
            "loudness_start": -5.33,
            "loudness_max_time": 0.07625,
            "loudness_max": 0.005,
            "loudness_end": 0.0,
            "pitches": [
                0.352,
                0.485,
                0.368,
                0.199,
                0.42,
                0.216,
                0.68,
                0.822,
                0.583,
                0.571,
                0.363,
                1.0
            ],
            "timbre": [
                57.148,
                119.711,
                98.663,
                5.854,
                59.028,
                -16.326,
                17.651,
                15.588,
                0.526,
                -9.197,
                5.074,
                17.38
            ]
        },
        {
            "start": 150.5702,
            "duration": 0.10385,
            "confidence": 0.423,
            "loudness_start": -3.457,
            "loudness_max_time": 0.03621,
            "loudness_max": 0.125,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.86,
                0.166,
                0.202,
                0.376,
                0.302,
                0.557,
                0.573,
                0.903,
                0.872,
                0.998,
                0.159
            ],
            "timbre": [
                59.132,
                99.58,
                33.942,
                -5.893,
                19.807,
                -51.819,
                41.75,
                21.432,
                16.677,
                9.034,
                -5.137,
                20.372
            ]
        },
        {
            "start": 150.67406,
            "duration": 0.24413,
            "confidence": 0.033,
            "loudness_start": -2.058,
            "loudness_max_time": 0.03808,
            "loudness_max": 1.061,
            "loudness_end": 0.0,
            "pitches": [
                0.691,
                1.0,
                0.465,
                0.377,
                0.22,
                0.203,
                0.121,
                0.14,
                0.239,
                0.126,
                0.11,
                0.675
            ],
            "timbre": [
                59.351,
                111.201,
                54.393,
                -0.877,
                22.986,
                -44.454,
                33.988,
                26.403,
                6.694,
                1.073,
                8.528,
                22.517
            ]
        },
        {
            "start": 150.91818,
            "duration": 0.17397,
            "confidence": 0.212,
            "loudness_start": -3.093,
            "loudness_max_time": 0.0634,
            "loudness_max": 0.71,
            "loudness_end": 0.0,
            "pitches": [
                0.322,
                0.389,
                0.516,
                1.0,
                0.751,
                0.318,
                0.222,
                0.347,
                0.551,
                0.425,
                0.439,
                0.504
            ],
            "timbre": [
                58.174,
                91.752,
                75.559,
                19.757,
                45.73,
                -35.059,
                35.524,
                4.557,
                0.31,
                14.831,
                -21.67,
                41.355
            ]
        },
        {
            "start": 151.09215,
            "duration": 0.33669,
            "confidence": 0.248,
            "loudness_start": -4.562,
            "loudness_max_time": 0.0783,
            "loudness_max": -0.414,
            "loudness_end": 0.0,
            "pitches": [
                0.6,
                1.0,
                0.342,
                0.418,
                0.722,
                0.458,
                0.342,
                0.259,
                0.496,
                0.185,
                0.17,
                0.676
            ],
            "timbre": [
                57.816,
                71.927,
                47.812,
                -23.479,
                16.974,
                -42.939,
                28.04,
                32.027,
                -12.854,
                5.494,
                -1.055,
                13.323
            ]
        },
        {
            "start": 151.42883,
            "duration": 0.16254,
            "confidence": 0.248,
            "loudness_start": -3.501,
            "loudness_max_time": 0.07281,
            "loudness_max": 0.592,
            "loudness_end": 0.0,
            "pitches": [
                0.311,
                0.957,
                0.337,
                0.328,
                1.0,
                0.719,
                0.532,
                0.439,
                0.25,
                0.355,
                0.383,
                0.439
            ],
            "timbre": [
                58.348,
                98.524,
                39.836,
                -8.037,
                31.251,
                -35.401,
                43.395,
                6.413,
                -4.787,
                14.842,
                -25.695,
                26.692
            ]
        },
        {
            "start": 151.59138,
            "duration": 0.10467,
            "confidence": 0.061,
            "loudness_start": -3.675,
            "loudness_max_time": 0.02965,
            "loudness_max": -0.607,
            "loudness_end": 0.0,
            "pitches": [
                0.459,
                1.0,
                0.217,
                0.097,
                0.14,
                0.232,
                0.369,
                0.362,
                0.455,
                0.317,
                0.218,
                0.313
            ],
            "timbre": [
                57.511,
                55.231,
                21.217,
                6.673,
                -6.064,
                -41.571,
                47.229,
                17.527,
                -15.337,
                11.709,
                -8.245,
                17.32
            ]
        },
        {
            "start": 151.69604,
            "duration": 0.13342,
            "confidence": 0.125,
            "loudness_start": -4.517,
            "loudness_max_time": 0.04879,
            "loudness_max": -0.917,
            "loudness_end": 0.0,
            "pitches": [
                0.102,
                0.234,
                0.143,
                0.151,
                0.515,
                0.495,
                1.0,
                0.963,
                0.849,
                0.987,
                0.275,
                0.022
            ],
            "timbre": [
                57.206,
                81.135,
                66.388,
                -4.699,
                6.809,
                -30.5,
                54.879,
                11.145,
                5.88,
                5.848,
                -11.518,
                -11.975
            ]
        },
        {
            "start": 151.82948,
            "duration": 0.1629,
            "confidence": 0.257,
            "loudness_start": -3.524,
            "loudness_max_time": 0.05907,
            "loudness_max": -0.514,
            "loudness_end": 0.0,
            "pitches": [
                0.046,
                0.296,
                0.231,
                0.172,
                0.867,
                0.859,
                1.0,
                0.933,
                0.237,
                0.368,
                0.085,
                0.029
            ],
            "timbre": [
                58.026,
                86.797,
                78.224,
                10.081,
                21.7,
                -32.98,
                60.641,
                20.733,
                6.209,
                1.88,
                -17.043,
                1.179
            ]
        },
        {
            "start": 151.99239,
            "duration": 0.12177,
            "confidence": 0.128,
            "loudness_start": -3.421,
            "loudness_max_time": 0.0067,
            "loudness_max": -0.062,
            "loudness_end": 0.0,
            "pitches": [
                0.079,
                0.485,
                0.43,
                0.409,
                0.995,
                0.924,
                1.0,
                0.953,
                0.471,
                0.576,
                0.095,
                0.022
            ],
            "timbre": [
                58.277,
                98.593,
                72.877,
                16.816,
                10.473,
                -47.76,
                57.053,
                4.947,
                -10.101,
                5.795,
                -21.241,
                15.652
            ]
        },
        {
            "start": 152.11415,
            "duration": 0.25542,
            "confidence": 0.27,
            "loudness_start": -3.35,
            "loudness_max_time": 0.02815,
            "loudness_max": 0.171,
            "loudness_end": 0.0,
            "pitches": [
                0.545,
                1.0,
                0.993,
                0.586,
                0.613,
                0.246,
                0.282,
                0.309,
                0.249,
                0.416,
                0.128,
                0.421
            ],
            "timbre": [
                58.785,
                92.889,
                45.115,
                5.788,
                13.049,
                -41.269,
                36.86,
                20.316,
                -2.694,
                8.756,
                1.836,
                7.069
            ]
        },
        {
            "start": 152.36957,
            "duration": 0.28431,
            "confidence": 0.345,
            "loudness_start": -4.439,
            "loudness_max_time": 0.07527,
            "loudness_max": -0.656,
            "loudness_end": 0.0,
            "pitches": [
                0.384,
                1.0,
                0.189,
                0.098,
                0.148,
                0.07,
                0.078,
                0.049,
                0.152,
                0.292,
                0.174,
                0.071
            ],
            "timbre": [
                57.111,
                94.282,
                64.716,
                1.495,
                16.093,
                -26.505,
                35.294,
                -2.819,
                -19.003,
                21.338,
                -16.59,
                -0.047
            ]
        },
        {
            "start": 152.65388,
            "duration": 0.14209,
            "confidence": 0.077,
            "loudness_start": -5.486,
            "loudness_max_time": 0.00799,
            "loudness_max": -2.463,
            "loudness_end": 0.0,
            "pitches": [
                0.315,
                1.0,
                0.179,
                0.128,
                0.169,
                0.138,
                0.551,
                0.556,
                0.806,
                0.852,
                0.457,
                0.024
            ],
            "timbre": [
                55.146,
                38.784,
                -5.917,
                12.317,
                -8.981,
                -53.361,
                27.62,
                8.51,
                10.599,
                11.461,
                -15.0,
                10.101
            ]
        },
        {
            "start": 152.79596,
            "duration": 0.12503,
            "confidence": 0.217,
            "loudness_start": -8.662,
            "loudness_max_time": 0.0163,
            "loudness_max": -4.272,
            "loudness_end": 0.0,
            "pitches": [
                0.268,
                0.407,
                0.349,
                0.251,
                0.676,
                0.662,
                0.888,
                0.871,
                0.788,
                1.0,
                0.561,
                0.027
            ],
            "timbre": [
                54.172,
                109.312,
                45.402,
                -0.908,
                30.045,
                -44.97,
                33.384,
                -12.745,
                28.368,
                8.915,
                -10.879,
                5.464
            ]
        },
        {
            "start": 152.921,
            "duration": 0.25528,
            "confidence": 0.845,
            "loudness_start": -7.831,
            "loudness_max_time": 0.03028,
            "loudness_max": 3.234,
            "loudness_end": 0.0,
            "pitches": [
                0.419,
                1.0,
                0.249,
                0.06,
                0.037,
                0.019,
                0.033,
                0.017,
                0.096,
                0.26,
                0.055,
                0.02
            ],
            "timbre": [
                59.713,
                109.065,
                51.992,
                24.971,
                28.914,
                -6.761,
                12.976,
                -0.678,
                -8.327,
                18.6,
                6.914,
                2.977
            ]
        },
        {
            "start": 153.17628,
            "duration": 0.22014,
            "confidence": 0.309,
            "loudness_start": -3.673,
            "loudness_max_time": 0.03183,
            "loudness_max": 1.272,
            "loudness_end": 0.0,
            "pitches": [
                0.691,
                1.0,
                0.916,
                0.582,
                0.39,
                0.225,
                0.214,
                0.29,
                0.228,
                0.335,
                0.12,
                0.517
            ],
            "timbre": [
                57.075,
                75.972,
                2.014,
                31.001,
                3.16,
                -52.095,
                16.109,
                10.626,
                -5.526,
                -6.657,
                -3.997,
                -3.269
            ]
        },
        {
            "start": 153.39642,
            "duration": 0.56327,
            "confidence": 0.504,
            "loudness_start": -7.205,
            "loudness_max_time": 0.11268,
            "loudness_max": -0.51,
            "loudness_end": 0.0,
            "pitches": [
                0.365,
                0.702,
                1.0,
                0.616,
                0.42,
                0.389,
                0.362,
                0.338,
                0.604,
                0.562,
                0.231,
                0.374
            ],
            "timbre": [
                55.269,
                57.31,
                39.3,
                -2.381,
                25.667,
                -15.472,
                38.338,
                19.729,
                -8.888,
                3.655,
                -36.309,
                5.993
            ]
        },
        {
            "start": 153.95969,
            "duration": 0.24345,
            "confidence": 0.955,
            "loudness_start": -11.978,
            "loudness_max_time": 0.03509,
            "loudness_max": 0.317,
            "loudness_end": 0.0,
            "pitches": [
                0.703,
                1.0,
                0.073,
                0.012,
                0.035,
                0.028,
                0.011,
                0.049,
                0.201,
                0.107,
                0.021,
                0.016
            ],
            "timbre": [
                57.676,
                75.592,
                56.878,
                3.223,
                29.347,
                -1.368,
                15.181,
                27.832,
                8.743,
                9.453,
                -7.27,
                -18.862
            ]
        },
        {
            "start": 154.20312,
            "duration": 0.25605,
            "confidence": 0.529,
            "loudness_start": -10.18,
            "loudness_max_time": 0.02412,
            "loudness_max": -0.707,
            "loudness_end": 0.0,
            "pitches": [
                0.719,
                1.0,
                0.732,
                0.39,
                0.338,
                0.171,
                0.111,
                0.157,
                0.107,
                0.095,
                0.055,
                0.304
            ],
            "timbre": [
                54.515,
                67.128,
                -24.688,
                21.536,
                4.793,
                -23.234,
                22.086,
                14.694,
                2.625,
                -3.546,
                14.233,
                -0.818
            ]
        },
        {
            "start": 154.45918,
            "duration": 0.28431,
            "confidence": 0.934,
            "loudness_start": -12.095,
            "loudness_max_time": 0.05228,
            "loudness_max": 0.297,
            "loudness_end": 0.0,
            "pitches": [
                0.198,
                1.0,
                0.274,
                0.309,
                0.402,
                0.295,
                0.08,
                0.074,
                0.074,
                0.127,
                0.04,
                0.243
            ],
            "timbre": [
                55.675,
                72.564,
                15.173,
                4.519,
                38.804,
                7.018,
                11.87,
                3.698,
                -0.013,
                -11.716,
                -21.735,
                -17.844
            ]
        },
        {
            "start": 154.74348,
            "duration": 0.50141,
            "confidence": 0.694,
            "loudness_start": -9.159,
            "loudness_max_time": 0.0407,
            "loudness_max": -0.187,
            "loudness_end": 0.0,
            "pitches": [
                0.193,
                0.412,
                0.285,
                0.517,
                1.0,
                0.664,
                0.259,
                0.658,
                0.528,
                0.39,
                0.119,
                0.236
            ],
            "timbre": [
                57.615,
                81.004,
                11.153,
                -22.714,
                1.395,
                -25.739,
                -4.745,
                18.387,
                14.598,
                -3.09,
                -10.407,
                -11.825
            ]
        },
        {
            "start": 155.2449,
            "duration": 0.54385,
            "confidence": 0.747,
            "loudness_start": -7.272,
            "loudness_max_time": 0.02925,
            "loudness_max": 0.18,
            "loudness_end": 0.0,
            "pitches": [
                0.149,
                0.319,
                0.513,
                0.777,
                1.0,
                0.177,
                0.314,
                0.48,
                0.541,
                0.438,
                0.21,
                0.383
            ],
            "timbre": [
                57.241,
                79.429,
                21.348,
                8.757,
                13.688,
                -15.702,
                37.284,
                3.489,
                7.251,
                13.522,
                0.556,
                1.301
            ]
        },
        {
            "start": 155.78876,
            "duration": 0.20576,
            "confidence": 0.281,
            "loudness_start": -7.195,
            "loudness_max_time": 0.00459,
            "loudness_max": -2.696,
            "loudness_end": 0.0,
            "pitches": [
                0.563,
                1.0,
                0.807,
                0.446,
                0.405,
                0.21,
                0.302,
                0.141,
                0.117,
                0.113,
                0.067,
                0.483
            ],
            "timbre": [
                54.139,
                51.35,
                -15.691,
                -18.519,
                -10.407,
                -74.664,
                26.978,
                3.366,
                1.067,
                3.795,
                -3.487,
                12.953
            ]
        },
        {
            "start": 155.9945,
            "duration": 0.2878,
            "confidence": 0.788,
            "loudness_start": -9.39,
            "loudness_max_time": 0.0778,
            "loudness_max": -0.31,
            "loudness_end": 0.0,
            "pitches": [
                0.119,
                0.445,
                0.141,
                0.195,
                0.182,
                0.219,
                1.0,
                0.24,
                0.196,
                0.339,
                0.237,
                0.12
            ],
            "timbre": [
                56.566,
                77.685,
                71.725,
                -34.366,
                15.943,
                -1.283,
                54.855,
                55.569,
                3.008,
                11.277,
                2.89,
                11.214
            ]
        },
        {
            "start": 156.2823,
            "duration": 0.26054,
            "confidence": 0.407,
            "loudness_start": -4.612,
            "loudness_max_time": 0.05028,
            "loudness_max": 1.53,
            "loudness_end": 0.0,
            "pitches": [
                0.474,
                1.0,
                0.998,
                0.616,
                0.661,
                0.264,
                0.254,
                0.31,
                0.186,
                0.409,
                0.148,
                0.38
            ],
            "timbre": [
                58.44,
                119.943,
                24.975,
                -3.305,
                16.509,
                -28.426,
                38.181,
                22.864,
                -2.32,
                21.873,
                -10.791,
                26.436
            ]
        },
        {
            "start": 156.54286,
            "duration": 0.40884,
            "confidence": 0.691,
            "loudness_start": -8.352,
            "loudness_max_time": 0.04973,
            "loudness_max": 0.37,
            "loudness_end": 0.0,
            "pitches": [
                0.23,
                0.356,
                0.755,
                1.0,
                0.554,
                0.131,
                0.196,
                0.092,
                0.146,
                0.319,
                0.132,
                0.085
            ],
            "timbre": [
                57.743,
                94.305,
                24.085,
                4.58,
                21.568,
                -4.312,
                -13.436,
                6.865,
                1.117,
                1.618,
                -16.516,
                -15.041
            ]
        },
        {
            "start": 156.9517,
            "duration": 0.12594,
            "confidence": 0.246,
            "loudness_start": -8.436,
            "loudness_max_time": 0.04306,
            "loudness_max": -5.325,
            "loudness_end": 0.0,
            "pitches": [
                0.167,
                0.217,
                0.153,
                0.111,
                0.579,
                0.572,
                0.982,
                0.976,
                0.929,
                1.0,
                0.499,
                0.017
            ],
            "timbre": [
                52.971,
                116.045,
                27.856,
                -10.945,
                8.564,
                -22.02,
                25.454,
                -4.126,
                32.02,
                -11.26,
                -8.574,
                -4.75
            ]
        },
        {
            "start": 157.07764,
            "duration": 0.27247,
            "confidence": 0.785,
            "loudness_start": -9.599,
            "loudness_max_time": 0.03915,
            "loudness_max": 0.668,
            "loudness_end": 0.0,
            "pitches": [
                0.411,
                1.0,
                0.215,
                0.047,
                0.047,
                0.024,
                0.046,
                0.014,
                0.041,
                0.172,
                0.043,
                0.034
            ],
            "timbre": [
                57.963,
                112.746,
                58.851,
                32.276,
                43.788,
                -31.481,
                54.665,
                -7.738,
                4.224,
                15.116,
                -6.169,
                28.66
            ]
        },
        {
            "start": 157.35011,
            "duration": 0.22045,
            "confidence": 0.512,
            "loudness_start": -5.742,
            "loudness_max_time": 0.007,
            "loudness_max": 0.235,
            "loudness_end": 0.0,
            "pitches": [
                0.69,
                1.0,
                0.905,
                0.601,
                0.815,
                0.243,
                0.175,
                0.306,
                0.261,
                0.476,
                0.148,
                0.5
            ],
            "timbre": [
                58.406,
                59.581,
                9.961,
                4.658,
                30.551,
                -49.183,
                16.975,
                -12.12,
                -1.131,
                -2.837,
                -11.717,
                8.256
            ]
        },
        {
            "start": 157.57057,
            "duration": 0.25814,
            "confidence": 0.076,
            "loudness_start": -4.34,
            "loudness_max_time": 0.05294,
            "loudness_max": -1.998,
            "loudness_end": 0.0,
            "pitches": [
                0.292,
                1.0,
                0.687,
                0.134,
                0.181,
                0.036,
                0.04,
                0.052,
                0.115,
                0.307,
                0.053,
                0.032
            ],
            "timbre": [
                56.504,
                6.409,
                50.945,
                6.184,
                44.159,
                -36.691,
                22.341,
                17.71,
                -23.98,
                2.398,
                -15.301,
                8.673
            ]
        },
        {
            "start": 157.8287,
            "duration": 0.28181,
            "confidence": 0.315,
            "loudness_start": -6.849,
            "loudness_max_time": 0.04924,
            "loudness_max": -1.587,
            "loudness_end": 0.0,
            "pitches": [
                0.459,
                0.938,
                1.0,
                0.528,
                0.476,
                0.316,
                0.229,
                0.254,
                0.209,
                0.101,
                0.085,
                0.287
            ],
            "timbre": [
                54.405,
                31.604,
                -16.529,
                -11.638,
                34.397,
                -33.157,
                11.15,
                16.319,
                -3.658,
                -3.522,
                -15.277,
                -16.121
            ]
        },
        {
            "start": 158.11052,
            "duration": 0.27882,
            "confidence": 0.862,
            "loudness_start": -10.396,
            "loudness_max_time": 0.11667,
            "loudness_max": -0.567,
            "loudness_end": 0.0,
            "pitches": [
                0.57,
                1.0,
                0.06,
                0.009,
                0.017,
                0.02,
                0.01,
                0.029,
                0.148,
                0.104,
                0.029,
                0.015
            ],
            "timbre": [
                56.658,
                58.406,
                8.468,
                -12.486,
                40.561,
                16.38,
                -21.88,
                -22.421,
                8.501,
                -7.537,
                -9.977,
                -8.711
            ]
        },
        {
            "start": 158.38934,
            "duration": 0.25533,
            "confidence": 0.608,
            "loudness_start": -6.697,
            "loudness_max_time": 0.01132,
            "loudness_max": -0.074,
            "loudness_end": 0.0,
            "pitches": [
                0.712,
                1.0,
                0.631,
                0.269,
                0.272,
                0.132,
                0.083,
                0.144,
                0.083,
                0.088,
                0.064,
                0.316
            ],
            "timbre": [
                55.624,
                73.225,
                -19.734,
                25.162,
                -0.23,
                -61.66,
                1.936,
                18.427,
                0.783,
                -10.44,
                -15.278,
                -3.78
            ]
        },
        {
            "start": 158.64467,
            "duration": 0.27293,
            "confidence": 0.976,
            "loudness_start": -11.205,
            "loudness_max_time": 0.03997,
            "loudness_max": 1.412,
            "loudness_end": 0.0,
            "pitches": [
                0.212,
                1.0,
                0.28,
                0.228,
                0.314,
                0.223,
                0.055,
                0.039,
                0.09,
                0.172,
                0.07,
                0.199
            ],
            "timbre": [
                58.039,
                82.016,
                19.207,
                13.616,
                29.31,
                -3.294,
                0.632,
                -2.525,
                12.32,
                3.257,
                -4.088,
                1.502
            ]
        },
        {
            "start": 158.9176,
            "duration": 0.3249,
            "confidence": 0.471,
            "loudness_start": -5.383,
            "loudness_max_time": 0.01316,
            "loudness_max": -0.741,
            "loudness_end": 0.0,
            "pitches": [
                0.513,
                0.955,
                1.0,
                0.29,
                0.472,
                0.192,
                0.119,
                0.136,
                0.172,
                0.199,
                0.146,
                0.479
            ],
            "timbre": [
                57.782,
                103.99,
                2.223,
                -31.633,
                -16.732,
                -38.51,
                -42.221,
                -5.439,
                33.821,
                -11.932,
                12.285,
                -20.479
            ]
        },
        {
            "start": 159.2425,
            "duration": 0.38889,
            "confidence": 0.12,
            "loudness_start": -4.964,
            "loudness_max_time": 0.20124,
            "loudness_max": 0.815,
            "loudness_end": 0.0,
            "pitches": [
                0.114,
                0.238,
                0.48,
                0.661,
                1.0,
                0.536,
                0.378,
                0.232,
                0.246,
                0.246,
                0.22,
                0.13
            ],
            "timbre": [
                57.265,
                80.487,
                41.612,
                -11.148,
                12.936,
                -41.997,
                32.798,
                22.527,
                4.078,
                10.518,
                -27.0,
                7.458
            ]
        },
        {
            "start": 159.63138,
            "duration": 0.57397,
            "confidence": 0.468,
            "loudness_start": -6.33,
            "loudness_max_time": 0.07922,
            "loudness_max": -1.161,
            "loudness_end": 0.0,
            "pitches": [
                0.532,
                1.0,
                0.578,
                0.87,
                0.609,
                0.333,
                0.376,
                0.412,
                0.536,
                0.58,
                0.473,
                0.408
            ],
            "timbre": [
                56.037,
                90.192,
                -8.642,
                -27.97,
                43.746,
                -27.228,
                13.14,
                -15.946,
                -2.241,
                1.846,
                -30.051,
                18.825
            ]
        },
        {
            "start": 160.20535,
            "duration": 0.25556,
            "confidence": 0.819,
            "loudness_start": -10.858,
            "loudness_max_time": 0.02452,
            "loudness_max": -0.085,
            "loudness_end": 0.0,
            "pitches": [
                0.076,
                0.326,
                0.064,
                0.038,
                0.155,
                0.256,
                1.0,
                0.215,
                0.074,
                0.171,
                0.097,
                0.074
            ],
            "timbre": [
                57.731,
                113.751,
                44.889,
                7.847,
                0.734,
                -27.446,
                49.588,
                7.238,
                -34.165,
                -2.314,
                0.317,
                14.58
            ]
        },
        {
            "start": 160.4609,
            "duration": 0.27787,
            "confidence": 0.501,
            "loudness_start": -5.94,
            "loudness_max_time": 0.02745,
            "loudness_max": 0.033,
            "loudness_end": 0.0,
            "pitches": [
                0.535,
                1.0,
                0.953,
                0.497,
                0.466,
                0.223,
                0.558,
                0.275,
                0.131,
                0.122,
                0.107,
                0.436
            ],
            "timbre": [
                57.446,
                77.869,
                32.028,
                9.043,
                10.363,
                -40.561,
                40.089,
                37.131,
                -8.39,
                0.331,
                14.021,
                -5.613
            ]
        },
        {
            "start": 160.73878,
            "duration": 0.22213,
            "confidence": 0.413,
            "loudness_start": -5.972,
            "loudness_max_time": 0.06041,
            "loudness_max": -1.257,
            "loudness_end": 0.0,
            "pitches": [
                0.501,
                1.0,
                0.158,
                0.082,
                0.119,
                0.056,
                0.056,
                0.023,
                0.09,
                0.128,
                0.059,
                0.059
            ],
            "timbre": [
                56.123,
                80.074,
                28.291,
                18.768,
                18.44,
                -19.571,
                21.562,
                -2.522,
                -11.167,
                -4.363,
                -24.547,
                -27.596
            ]
        },
        {
            "start": 160.9609,
            "duration": 0.30753,
            "confidence": 0.803,
            "loudness_start": -7.637,
            "loudness_max_time": 0.09625,
            "loudness_max": 1.592,
            "loudness_end": 0.0,
            "pitches": [
                0.578,
                1.0,
                0.625,
                0.601,
                0.681,
                0.351,
                0.26,
                0.279,
                0.187,
                0.132,
                0.099,
                0.406
            ],
            "timbre": [
                56.025,
                95.419,
                23.778,
                -18.965,
                5.231,
                3.58,
                20.486,
                30.306,
                -3.486,
                7.786,
                -32.005,
                -14.421
            ]
        },
        {
            "start": 161.26843,
            "duration": 0.49338,
            "confidence": 0.84,
            "loudness_start": -9.183,
            "loudness_max_time": 0.06477,
            "loudness_max": 0.666,
            "loudness_end": 0.0,
            "pitches": [
                0.23,
                0.796,
                1.0,
                0.703,
                0.377,
                0.204,
                0.254,
                0.336,
                0.333,
                0.352,
                0.223,
                0.089
            ],
            "timbre": [
                57.585,
                96.043,
                9.359,
                -0.27,
                51.207,
                -5.452,
                -9.178,
                16.889,
                6.446,
                26.228,
                -16.996,
                -14.098
            ]
        },
        {
            "start": 161.76181,
            "duration": 0.33986,
            "confidence": 0.857,
            "loudness_start": -8.671,
            "loudness_max_time": 0.04595,
            "loudness_max": 1.507,
            "loudness_end": 0.0,
            "pitches": [
                0.229,
                1.0,
                0.538,
                0.065,
                0.031,
                0.042,
                0.028,
                0.022,
                0.033,
                0.126,
                0.036,
                0.107
            ],
            "timbre": [
                57.661,
                100.335,
                29.622,
                -21.067,
                14.984,
                16.883,
                -7.105,
                11.664,
                13.293,
                8.055,
                2.473,
                -28.391
            ]
        },
        {
            "start": 162.10168,
            "duration": 0.45016,
            "confidence": 0.315,
            "loudness_start": -4.537,
            "loudness_max_time": 0.01779,
            "loudness_max": -0.054,
            "loudness_end": 0.0,
            "pitches": [
                0.355,
                1.0,
                0.565,
                0.062,
                0.046,
                0.088,
                0.136,
                0.168,
                0.361,
                0.158,
                0.05,
                0.129
            ],
            "timbre": [
                57.679,
                109.457,
                30.717,
                8.852,
                3.202,
                -46.717,
                36.84,
                12.38,
                16.011,
                3.226,
                -14.953,
                12.555
            ]
        },
        {
            "start": 162.55183,
            "duration": 0.50998,
            "confidence": 0.598,
            "loudness_start": -6.335,
            "loudness_max_time": 0.02461,
            "loudness_max": 0.678,
            "loudness_end": 0.0,
            "pitches": [
                0.449,
                0.646,
                0.903,
                0.51,
                0.758,
                0.572,
                1.0,
                0.661,
                0.808,
                0.815,
                0.308,
                0.359
            ],
            "timbre": [
                58.215,
                75.699,
                28.453,
                -3.044,
                10.566,
                -29.827,
                30.399,
                12.045,
                3.199,
                -3.122,
                18.392,
                5.015
            ]
        },
        {
            "start": 163.06181,
            "duration": 0.36676,
            "confidence": 0.157,
            "loudness_start": -3.373,
            "loudness_max_time": 0.03493,
            "loudness_max": -0.086,
            "loudness_end": 0.0,
            "pitches": [
                0.756,
                1.0,
                0.838,
                0.453,
                0.844,
                0.258,
                0.276,
                0.355,
                0.291,
                0.462,
                0.148,
                0.634
            ],
            "timbre": [
                58.251,
                77.178,
                44.304,
                -4.163,
                30.224,
                -41.554,
                43.785,
                26.445,
                27.017,
                8.958,
                4.804,
                17.735
            ]
        },
        {
            "start": 163.42857,
            "duration": 0.18508,
            "confidence": 0.039,
            "loudness_start": -2.567,
            "loudness_max_time": 0.03965,
            "loudness_max": -1.007,
            "loudness_end": 0.0,
            "pitches": [
                0.082,
                0.749,
                0.755,
                0.743,
                1.0,
                0.954,
                0.196,
                0.18,
                0.051,
                0.089,
                0.017,
                0.12
            ],
            "timbre": [
                58.445,
                109.094,
                39.774,
                -12.616,
                21.776,
                -46.54,
                34.05,
                -0.605,
                16.409,
                0.722,
                -7.953,
                10.048
            ]
        },
        {
            "start": 163.61365,
            "duration": 0.48907,
            "confidence": 0.194,
            "loudness_start": -2.094,
            "loudness_max_time": 0.00454,
            "loudness_max": 0.883,
            "loudness_end": 0.0,
            "pitches": [
                0.131,
                0.216,
                0.385,
                0.72,
                1.0,
                0.273,
                0.331,
                0.412,
                0.451,
                0.322,
                0.142,
                0.188
            ],
            "timbre": [
                57.725,
                67.521,
                6.941,
                13.124,
                14.408,
                -63.683,
                16.817,
                7.987,
                8.667,
                -0.551,
                -11.791,
                5.895
            ]
        },
        {
            "start": 164.10272,
            "duration": 0.23846,
            "confidence": 0.541,
            "loudness_start": -7.106,
            "loudness_max_time": 0.04068,
            "loudness_max": -1.319,
            "loudness_end": 0.0,
            "pitches": [
                0.518,
                1.0,
                0.906,
                0.754,
                0.64,
                0.423,
                0.519,
                0.368,
                0.264,
                0.181,
                0.18,
                0.437
            ],
            "timbre": [
                55.526,
                84.881,
                -1.531,
                -17.892,
                -11.523,
                -14.598,
                36.84,
                15.766,
                -3.168,
                -9.518,
                1.29,
                23.711
            ]
        },
        {
            "start": 164.34119,
            "duration": 0.31197,
            "confidence": 0.851,
            "loudness_start": -8.546,
            "loudness_max_time": 0.06027,
            "loudness_max": 1.371,
            "loudness_end": 0.0,
            "pitches": [
                0.068,
                0.373,
                0.104,
                0.123,
                0.22,
                0.202,
                1.0,
                0.164,
                0.227,
                0.318,
                0.148,
                0.07
            ],
            "timbre": [
                57.214,
                91.599,
                66.152,
                -17.181,
                16.96,
                15.9,
                60.161,
                26.229,
                -0.586,
                -10.541,
                -8.139,
                12.798
            ]
        },
        {
            "start": 164.65315,
            "duration": 0.26662,
            "confidence": 0.393,
            "loudness_start": -3.544,
            "loudness_max_time": 0.02867,
            "loudness_max": 0.018,
            "loudness_end": 0.0,
            "pitches": [
                0.616,
                1.0,
                0.864,
                0.371,
                0.493,
                0.202,
                0.797,
                0.252,
                0.135,
                0.317,
                0.091,
                0.454
            ],
            "timbre": [
                58.982,
                105.1,
                37.262,
                -9.109,
                26.584,
                -47.651,
                31.739,
                24.129,
                22.453,
                -3.405,
                0.517,
                4.368
            ]
        },
        {
            "start": 164.91977,
            "duration": 0.25533,
            "confidence": 0.046,
            "loudness_start": -3.122,
            "loudness_max_time": 0.01181,
            "loudness_max": -0.809,
            "loudness_end": 0.0,
            "pitches": [
                0.383,
                1.0,
                0.205,
                0.11,
                0.142,
                0.072,
                0.091,
                0.036,
                0.126,
                0.175,
                0.077,
                0.072
            ],
            "timbre": [
                57.089,
                103.982,
                46.681,
                34.476,
                11.688,
                -48.558,
                21.082,
                -5.138,
                -12.256,
                4.806,
                -21.136,
                -19.048
            ]
        },
        {
            "start": 165.1751,
            "duration": 0.26707,
            "confidence": 0.568,
            "loudness_start": -5.087,
            "loudness_max_time": 0.05812,
            "loudness_max": 0.981,
            "loudness_end": 0.0,
            "pitches": [
                0.745,
                1.0,
                0.572,
                0.491,
                0.71,
                0.232,
                0.167,
                0.234,
                0.151,
                0.184,
                0.087,
                0.661
            ],
            "timbre": [
                57.704,
                93.881,
                21.65,
                13.71,
                27.379,
                -31.739,
                9.838,
                36.011,
                23.131,
                4.19,
                -25.737,
                -9.443
            ]
        },
        {
            "start": 165.44218,
            "duration": 0.49356,
            "confidence": 0.844,
            "loudness_start": -8.632,
            "loudness_max_time": 0.04293,
            "loudness_max": 1.01,
            "loudness_end": 0.0,
            "pitches": [
                0.257,
                0.796,
                1.0,
                0.721,
                0.37,
                0.186,
                0.256,
                0.328,
                0.355,
                0.362,
                0.249,
                0.17
            ],
            "timbre": [
                57.372,
                108.109,
                20.117,
                -12.564,
                53.754,
                10.881,
                5.144,
                13.882,
                4.937,
                17.883,
                -21.57,
                -9.148
            ]
        },
        {
            "start": 165.93575,
            "duration": 0.28431,
            "confidence": 0.875,
            "loudness_start": -8.288,
            "loudness_max_time": 0.04873,
            "loudness_max": 1.753,
            "loudness_end": 0.0,
            "pitches": [
                0.242,
                1.0,
                0.655,
                0.097,
                0.037,
                0.035,
                0.035,
                0.031,
                0.065,
                0.166,
                0.056,
                0.115
            ],
            "timbre": [
                58.159,
                122.372,
                27.334,
                -23.76,
                36.448,
                14.318,
                -18.345,
                6.85,
                27.518,
                1.435,
                3.339,
                -30.754
            ]
        },
        {
            "start": 166.22005,
            "duration": 0.30771,
            "confidence": 0.278,
            "loudness_start": -3.439,
            "loudness_max_time": 0.01778,
            "loudness_max": 0.124,
            "loudness_end": 0.0,
            "pitches": [
                0.544,
                1.0,
                0.332,
                0.142,
                0.183,
                0.089,
                0.078,
                0.095,
                0.165,
                0.186,
                0.06,
                0.431
            ],
            "timbre": [
                58.373,
                113.533,
                39.198,
                3.664,
                -1.917,
                -51.055,
                12.225,
                0.205,
                5.054,
                13.681,
                -3.003,
                -14.525
            ]
        },
        {
            "start": 166.52776,
            "duration": 0.20898,
            "confidence": 0.155,
            "loudness_start": -4.419,
            "loudness_max_time": 0.05382,
            "loudness_max": -0.696,
            "loudness_end": 0.0,
            "pitches": [
                0.741,
                1.0,
                0.08,
                0.011,
                0.027,
                0.023,
                0.017,
                0.054,
                0.137,
                0.096,
                0.015,
                0.062
            ],
            "timbre": [
                56.833,
                123.396,
                43.838,
                25.471,
                16.841,
                -29.807,
                32.94,
                -8.036,
                26.581,
                4.71,
                -27.817,
                0.365
            ]
        },
        {
            "start": 166.73672,
            "duration": 0.51701,
            "confidence": 0.749,
            "loudness_start": -7.509,
            "loudness_max_time": 0.0368,
            "loudness_max": 1.169,
            "loudness_end": 0.0,
            "pitches": [
                0.417,
                0.58,
                0.884,
                0.603,
                0.805,
                0.648,
                1.0,
                0.553,
                0.693,
                0.81,
                0.231,
                0.31
            ],
            "timbre": [
                58.335,
                96.227,
                11.898,
                0.574,
                12.473,
                -26.347,
                -3.311,
                5.57,
                22.422,
                -2.217,
                -7.857,
                -0.141
            ]
        },
        {
            "start": 167.25374,
            "duration": 0.51678,
            "confidence": 0.815,
            "loudness_start": -7.18,
            "loudness_max_time": 0.0373,
            "loudness_max": 2.187,
            "loudness_end": 0.0,
            "pitches": [
                0.256,
                0.447,
                0.564,
                0.355,
                1.0,
                0.702,
                0.477,
                0.653,
                0.301,
                0.654,
                0.215,
                0.354
            ],
            "timbre": [
                59.138,
                82.548,
                27.86,
                0.964,
                23.357,
                -20.154,
                11.134,
                17.549,
                30.384,
                15.375,
                11.477,
                -1.182
            ]
        },
        {
            "start": 167.77052,
            "duration": 0.17959,
            "confidence": 0.569,
            "loudness_start": -4.558,
            "loudness_max_time": 0.03532,
            "loudness_max": 1.503,
            "loudness_end": 0.0,
            "pitches": [
                0.551,
                1.0,
                0.365,
                0.323,
                0.302,
                0.265,
                0.604,
                0.635,
                0.473,
                0.506,
                0.349,
                0.059
            ],
            "timbre": [
                58.538,
                81.203,
                18.458,
                6.582,
                17.503,
                -24.216,
                3.329,
                9.675,
                28.994,
                16.906,
                5.935,
                -4.41
            ]
        },
        {
            "start": 167.9501,
            "duration": 0.18585,
            "confidence": 0.089,
            "loudness_start": -3.677,
            "loudness_max_time": 0.04357,
            "loudness_max": -1.508,
            "loudness_end": 0.0,
            "pitches": [
                0.101,
                0.119,
                0.196,
                0.665,
                1.0,
                0.447,
                0.178,
                0.221,
                0.301,
                0.25,
                0.081,
                0.144
            ],
            "timbre": [
                56.993,
                86.937,
                28.165,
                4.846,
                34.589,
                -45.948,
                16.424,
                1.162,
                25.026,
                23.526,
                -18.12,
                -7.56
            ]
        },
        {
            "start": 168.13596,
            "duration": 0.17397,
            "confidence": 0.043,
            "loudness_start": -4.861,
            "loudness_max_time": 0.05074,
            "loudness_max": -2.873,
            "loudness_end": 0.0,
            "pitches": [
                0.879,
                1.0,
                0.188,
                0.08,
                0.234,
                0.129,
                0.081,
                0.061,
                0.092,
                0.105,
                0.317,
                0.098
            ],
            "timbre": [
                56.295,
                68.26,
                6.178,
                -18.468,
                32.981,
                -45.162,
                24.258,
                4.386,
                30.522,
                6.402,
                -14.578,
                -11.279
            ]
        },
        {
            "start": 168.30994,
            "duration": 0.26136,
            "confidence": 0.017,
            "loudness_start": -5.347,
            "loudness_max_time": 0.00532,
            "loudness_max": -2.159,
            "loudness_end": 0.0,
            "pitches": [
                0.557,
                1.0,
                0.71,
                0.283,
                0.371,
                0.167,
                0.432,
                0.134,
                0.124,
                0.14,
                0.228,
                0.41
            ],
            "timbre": [
                55.761,
                54.169,
                16.116,
                -0.802,
                -12.019,
                -53.617,
                28.311,
                5.313,
                -4.274,
                -4.502,
                -8.987,
                -17.231
            ]
        },
        {
            "start": 168.57129,
            "duration": 0.25501,
            "confidence": 0.618,
            "loudness_start": -6.771,
            "loudness_max_time": 0.04772,
            "loudness_max": -0.413,
            "loudness_end": 0.0,
            "pitches": [
                0.078,
                0.411,
                0.16,
                0.119,
                0.191,
                0.234,
                1.0,
                0.259,
                0.175,
                0.183,
                0.135,
                0.064
            ],
            "timbre": [
                57.868,
                98.338,
                52.204,
                11.365,
                8.397,
                -36.955,
                49.218,
                7.421,
                -8.078,
                11.316,
                -7.766,
                18.501
            ]
        },
        {
            "start": 168.8263,
            "duration": 0.23837,
            "confidence": 0.219,
            "loudness_start": -4.321,
            "loudness_max_time": 0.02181,
            "loudness_max": -0.27,
            "loudness_end": 0.0,
            "pitches": [
                0.604,
                1.0,
                0.929,
                0.455,
                0.468,
                0.191,
                0.225,
                0.295,
                0.215,
                0.211,
                0.134,
                0.443
            ],
            "timbre": [
                56.912,
                58.991,
                3.982,
                21.768,
                16.622,
                -47.961,
                23.06,
                14.232,
                7.207,
                -1.757,
                -18.094,
                18.75
            ]
        },
        {
            "start": 169.06467,
            "duration": 0.48141,
            "confidence": 0.739,
            "loudness_start": -9.199,
            "loudness_max_time": 0.0922,
            "loudness_max": -0.421,
            "loudness_end": 0.0,
            "pitches": [
                0.275,
                0.392,
                0.799,
                1.0,
                0.587,
                0.206,
                0.307,
                0.224,
                0.26,
                0.361,
                0.159,
                0.093
            ],
            "timbre": [
                55.508,
                62.96,
                22.163,
                -37.048,
                35.991,
                -11.16,
                16.15,
                15.471,
                4.645,
                17.052,
                -14.744,
                -5.905
            ]
        },
        {
            "start": 169.54608,
            "duration": 0.29628,
            "confidence": 0.815,
            "loudness_start": -6.68,
            "loudness_max_time": 0.07503,
            "loudness_max": 2.676,
            "loudness_end": 0.0,
            "pitches": [
                0.483,
                1.0,
                0.325,
                0.047,
                0.047,
                0.044,
                0.053,
                0.037,
                0.158,
                0.504,
                0.094,
                0.065
            ],
            "timbre": [
                58.193,
                79.644,
                62.074,
                -17.929,
                68.226,
                5.729,
                2.678,
                15.321,
                22.336,
                28.756,
                -20.926,
                16.224
            ]
        },
        {
            "start": 169.84236,
            "duration": 0.26168,
            "confidence": 0.588,
            "loudness_start": -4.793,
            "loudness_max_time": 0.06364,
            "loudness_max": 0.728,
            "loudness_end": 0.0,
            "pitches": [
                0.727,
                1.0,
                0.817,
                0.682,
                0.481,
                0.262,
                0.281,
                0.364,
                0.232,
                0.392,
                0.206,
                0.495
            ],
            "timbre": [
                57.811,
                87.782,
                2.904,
                -5.117,
                34.402,
                -14.028,
                -7.744,
                10.379,
                13.739,
                5.031,
                -15.794,
                -4.713
            ]
        },
        {
            "start": 170.10403,
            "duration": 0.55138,
            "confidence": 0.688,
            "loudness_start": -7.376,
            "loudness_max_time": 0.08186,
            "loudness_max": 0.896,
            "loudness_end": 0.0,
            "pitches": [
                0.435,
                0.758,
                1.0,
                0.684,
                0.426,
                0.384,
                0.418,
                0.391,
                0.658,
                0.627,
                0.281,
                0.479
            ],
            "timbre": [
                55.838,
                66.596,
                44.762,
                -18.274,
                30.746,
                -21.354,
                18.763,
                15.517,
                21.195,
                9.576,
                -26.204,
                -6.197
            ]
        },
        {
            "start": 170.65543,
            "duration": 0.24327,
            "confidence": 0.915,
            "loudness_start": -9.745,
            "loudness_max_time": 0.07687,
            "loudness_max": 2.778,
            "loudness_end": 0.0,
            "pitches": [
                0.7,
                1.0,
                0.03,
                0.016,
                0.055,
                0.033,
                0.013,
                0.052,
                0.184,
                0.144,
                0.043,
                0.032
            ],
            "timbre": [
                57.807,
                77.582,
                53.705,
                -18.453,
                42.488,
                15.466,
                4.645,
                27.051,
                8.48,
                -4.107,
                -9.094,
                -2.89
            ]
        },
        {
            "start": 170.89868,
            "duration": 0.26109,
            "confidence": 0.347,
            "loudness_start": -7.531,
            "loudness_max_time": 0.02265,
            "loudness_max": -1.407,
            "loudness_end": 0.0,
            "pitches": [
                0.67,
                1.0,
                0.652,
                0.341,
                0.301,
                0.152,
                0.095,
                0.151,
                0.103,
                0.108,
                0.058,
                0.28
            ],
            "timbre": [
                54.997,
                78.802,
                -6.048,
                15.888,
                -0.16,
                -30.033,
                11.174,
                14.195,
                2.001,
                0.636,
                1.381,
                1.765
            ]
        },
        {
            "start": 171.15977,
            "duration": 0.25016,
            "confidence": 0.956,
            "loudness_start": -11.621,
            "loudness_max_time": 0.03014,
            "loudness_max": 1.438,
            "loudness_end": 0.0,
            "pitches": [
                0.216,
                1.0,
                0.279,
                0.339,
                0.537,
                0.366,
                0.113,
                0.094,
                0.144,
                0.268,
                0.087,
                0.272
            ],
            "timbre": [
                58.762,
                125.742,
                33.456,
                5.836,
                7.076,
                -8.098,
                -39.037,
                -2.407,
                19.712,
                0.174,
                10.822,
                -28.2
            ]
        },
        {
            "start": 171.40993,
            "duration": 0.5459,
            "confidence": 0.378,
            "loudness_start": -5.236,
            "loudness_max_time": 0.06418,
            "loudness_max": -0.511,
            "loudness_end": 0.0,
            "pitches": [
                0.215,
                0.377,
                0.304,
                0.499,
                1.0,
                0.61,
                0.266,
                0.651,
                0.56,
                0.4,
                0.133,
                0.26
            ],
            "timbre": [
                57.019,
                108.989,
                36.133,
                -19.232,
                3.305,
                -25.34,
                15.598,
                27.307,
                25.414,
                1.445,
                -0.306,
                14.291
            ]
        },
        {
            "start": 171.95583,
            "duration": 0.4698,
            "confidence": 0.602,
            "loudness_start": -5.987,
            "loudness_max_time": 0.05475,
            "loudness_max": 0.405,
            "loudness_end": 0.0,
            "pitches": [
                0.126,
                0.195,
                0.33,
                0.64,
                1.0,
                0.208,
                0.372,
                0.506,
                0.557,
                0.414,
                0.201,
                0.366
            ],
            "timbre": [
                58.456,
                100.251,
                33.594,
                -16.846,
                15.872,
                -40.134,
                22.498,
                10.937,
                12.535,
                9.904,
                -7.444,
                2.803
            ]
        },
        {
            "start": 172.42561,
            "duration": 0.25601,
            "confidence": 0.157,
            "loudness_start": -2.729,
            "loudness_max_time": 0.03039,
            "loudness_max": -0.371,
            "loudness_end": 0.0,
            "pitches": [
                0.484,
                1.0,
                0.94,
                0.945,
                0.783,
                0.524,
                0.554,
                0.389,
                0.395,
                0.341,
                0.2,
                0.399
            ],
            "timbre": [
                57.388,
                102.365,
                23.957,
                29.747,
                11.239,
                -36.127,
                38.702,
                -5.463,
                20.59,
                16.058,
                -27.783,
                5.367
            ]
        },
        {
            "start": 172.68163,
            "duration": 0.1966,
            "confidence": 0.64,
            "loudness_start": -7.537,
            "loudness_max_time": 0.14033,
            "loudness_max": -0.562,
            "loudness_end": 0.0,
            "pitches": [
                0.263,
                0.62,
                0.456,
                0.361,
                0.253,
                0.408,
                1.0,
                0.471,
                0.167,
                0.331,
                0.242,
                0.184
            ],
            "timbre": [
                55.868,
                74.511,
                72.197,
                -49.078,
                16.448,
                -30.74,
                52.753,
                8.588,
                3.585,
                16.151,
                -2.834,
                7.453
            ]
        },
        {
            "start": 172.87823,
            "duration": 0.12794,
            "confidence": 0.028,
            "loudness_start": -2.528,
            "loudness_max_time": 0.03437,
            "loudness_max": 0.169,
            "loudness_end": 0.0,
            "pitches": [
                0.05,
                0.429,
                0.373,
                0.353,
                0.946,
                0.902,
                1.0,
                0.979,
                0.468,
                0.592,
                0.087,
                0.021
            ],
            "timbre": [
                59.021,
                134.185,
                43.936,
                -7.477,
                32.483,
                -42.753,
                38.174,
                7.525,
                15.153,
                15.096,
                0.393,
                30.645
            ]
        },
        {
            "start": 173.00616,
            "duration": 0.27261,
            "confidence": 0.147,
            "loudness_start": -1.187,
            "loudness_max_time": 0.00189,
            "loudness_max": 1.04,
            "loudness_end": 0.0,
            "pitches": [
                0.597,
                1.0,
                0.781,
                0.271,
                0.556,
                0.151,
                0.246,
                0.216,
                0.183,
                0.789,
                0.13,
                0.439
            ],
            "timbre": [
                59.294,
                105.015,
                30.636,
                -0.896,
                25.4,
                -54.913,
                37.835,
                -1.743,
                14.701,
                3.493,
                -6.564,
                26.353
            ]
        },
        {
            "start": 173.27878,
            "duration": 0.48798,
            "confidence": 0.216,
            "loudness_start": -3.003,
            "loudness_max_time": 0.05113,
            "loudness_max": 0.364,
            "loudness_end": 0.0,
            "pitches": [
                0.34,
                0.584,
                0.903,
                1.0,
                0.74,
                0.295,
                0.431,
                0.483,
                0.504,
                0.507,
                0.261,
                0.156
            ],
            "timbre": [
                57.934,
                106.763,
                41.756,
                33.984,
                8.669,
                -33.208,
                8.785,
                17.835,
                4.586,
                -1.829,
                -26.251,
                4.618
            ]
        },
        {
            "start": 173.76675,
            "duration": 0.26553,
            "confidence": 0.744,
            "loudness_start": -6.814,
            "loudness_max_time": 0.07512,
            "loudness_max": 0.797,
            "loudness_end": 0.0,
            "pitches": [
                0.44,
                1.0,
                0.263,
                0.05,
                0.08,
                0.05,
                0.074,
                0.016,
                0.062,
                0.198,
                0.062,
                0.044
            ],
            "timbre": [
                57.766,
                72.94,
                54.207,
                10.98,
                52.877,
                -3.368,
                24.148,
                9.042,
                1.42,
                12.573,
                -3.873,
                4.994
            ]
        },
        {
            "start": 174.03229,
            "duration": 0.25705,
            "confidence": 0.612,
            "loudness_start": -7.302,
            "loudness_max_time": 0.02059,
            "loudness_max": -0.313,
            "loudness_end": 0.0,
            "pitches": [
                0.678,
                1.0,
                0.806,
                0.629,
                0.815,
                0.313,
                0.244,
                0.368,
                0.263,
                0.55,
                0.255,
                0.461
            ],
            "timbre": [
                57.293,
                78.722,
                -7.505,
                -5.909,
                22.392,
                -22.261,
                -5.91,
                0.034,
                -4.642,
                3.086,
                1.612,
                -6.604
            ]
        },
        {
            "start": 174.28934,
            "duration": 0.51025,
            "confidence": 0.566,
            "loudness_start": -6.822,
            "loudness_max_time": 0.0567,
            "loudness_max": -0.926,
            "loudness_end": 0.0,
            "pitches": [
                0.455,
                0.751,
                1.0,
                0.672,
                0.43,
                0.415,
                0.389,
                0.339,
                0.635,
                0.586,
                0.266,
                0.425
            ],
            "timbre": [
                56.382,
                76.625,
                0.486,
                -14.284,
                38.367,
                -18.475,
                -5.719,
                8.801,
                9.669,
                0.686,
                -15.849,
                2.042
            ]
        },
        {
            "start": 174.79959,
            "duration": 0.48794,
            "confidence": 0.938,
            "loudness_start": -10.539,
            "loudness_max_time": 0.03717,
            "loudness_max": 1.527,
            "loudness_end": 0.0,
            "pitches": [
                0.463,
                1.0,
                0.842,
                0.318,
                0.315,
                0.215,
                0.147,
                0.15,
                0.309,
                0.264,
                0.169,
                0.098
            ],
            "timbre": [
                59.046,
                128.129,
                52.255,
                18.019,
                34.936,
                -9.144,
                39.245,
                8.848,
                18.476,
                -4.42,
                -1.551,
                14.788
            ]
        },
        {
            "start": 175.28754,
            "duration": 0.32508,
            "confidence": 0.619,
            "loudness_start": -6.261,
            "loudness_max_time": 0.08266,
            "loudness_max": 1.049,
            "loudness_end": 0.0,
            "pitches": [
                0.207,
                1.0,
                0.233,
                0.477,
                0.628,
                0.418,
                0.088,
                0.082,
                0.128,
                0.284,
                0.133,
                0.394
            ],
            "timbre": [
                56.378,
                93.935,
                56.253,
                -4.198,
                30.393,
                -17.586,
                14.908,
                -0.86,
                -7.324,
                1.201,
                -44.379,
                -10.619
            ]
        },
        {
            "start": 175.61261,
            "duration": 0.38249,
            "confidence": 0.686,
            "loudness_start": -6.679,
            "loudness_max_time": 0.06982,
            "loudness_max": 0.203,
            "loudness_end": 0.0,
            "pitches": [
                0.269,
                0.334,
                0.297,
                0.203,
                0.586,
                0.377,
                0.519,
                1.0,
                0.991,
                0.619,
                0.232,
                0.29
            ],
            "timbre": [
                58.091,
                66.54,
                21.89,
                -14.508,
                21.865,
                -33.526,
                -8.759,
                38.848,
                23.741,
                10.969,
                -12.477,
                -28.403
            ]
        },
        {
            "start": 175.9951,
            "duration": 0.31401,
            "confidence": 0.562,
            "loudness_start": -4.651,
            "loudness_max_time": 0.07848,
            "loudness_max": 0.477,
            "loudness_end": 0.0,
            "pitches": [
                0.299,
                0.948,
                0.928,
                0.649,
                1.0,
                0.473,
                0.428,
                0.462,
                0.407,
                0.269,
                0.265,
                0.288
            ],
            "timbre": [
                58.541,
                89.02,
                23.001,
                -12.831,
                38.891,
                -24.17,
                12.215,
                19.94,
                5.225,
                -0.035,
                -13.715,
                -15.457
            ]
        },
        {
            "start": 176.30911,
            "duration": 0.56912,
            "confidence": 0.31,
            "loudness_start": -4.388,
            "loudness_max_time": 0.1056,
            "loudness_max": 0.332,
            "loudness_end": 0.0,
            "pitches": [
                0.469,
                1.0,
                0.616,
                0.748,
                0.491,
                0.246,
                0.293,
                0.292,
                0.402,
                0.473,
                0.36,
                0.366
            ],
            "timbre": [
                58.131,
                125.825,
                31.465,
                -12.141,
                23.641,
                -31.678,
                9.547,
                -17.616,
                25.923,
                12.704,
                -19.314,
                -0.656
            ]
        },
        {
            "start": 176.87823,
            "duration": 0.29592,
            "confidence": 0.534,
            "loudness_start": -6.132,
            "loudness_max_time": 0.05139,
            "loudness_max": -0.655,
            "loudness_end": 0.0,
            "pitches": [
                0.076,
                0.391,
                0.097,
                0.06,
                0.19,
                0.245,
                1.0,
                0.147,
                0.101,
                0.221,
                0.115,
                0.082
            ],
            "timbre": [
                57.244,
                108.173,
                64.99,
                -15.66,
                2.28,
                -17.674,
                46.082,
                9.846,
                -8.87,
                4.798,
                -10.404,
                -0.04
            ]
        },
        {
            "start": 177.17415,
            "duration": 0.27274,
            "confidence": 0.207,
            "loudness_start": -4.007,
            "loudness_max_time": 0.03056,
            "loudness_max": -0.582,
            "loudness_end": 0.0,
            "pitches": [
                0.591,
                1.0,
                0.873,
                0.346,
                0.417,
                0.178,
                0.616,
                0.227,
                0.127,
                0.317,
                0.097,
                0.394
            ],
            "timbre": [
                57.586,
                74.38,
                46.789,
                13.24,
                -1.514,
                -41.469,
                36.877,
                24.492,
                -11.611,
                6.165,
                -10.054,
                -9.945
            ]
        },
        {
            "start": 177.44688,
            "duration": 0.22653,
            "confidence": 0.503,
            "loudness_start": -6.034,
            "loudness_max_time": 0.0266,
            "loudness_max": -0.533,
            "loudness_end": 0.0,
            "pitches": [
                0.472,
                1.0,
                0.174,
                0.138,
                0.129,
                0.066,
                0.09,
                0.036,
                0.113,
                0.123,
                0.064,
                0.072
            ],
            "timbre": [
                56.78,
                102.984,
                31.287,
                27.139,
                19.683,
                -31.937,
                23.346,
                -12.468,
                -13.857,
                8.429,
                -18.039,
                -23.579
            ]
        },
        {
            "start": 177.67342,
            "duration": 0.29011,
            "confidence": 0.652,
            "loudness_start": -6.821,
            "loudness_max_time": 0.08532,
            "loudness_max": -0.247,
            "loudness_end": 0.0,
            "pitches": [
                0.675,
                1.0,
                0.81,
                0.63,
                0.756,
                0.346,
                0.253,
                0.29,
                0.194,
                0.177,
                0.113,
                0.528
            ],
            "timbre": [
                56.596,
                96.636,
                15.324,
                -0.825,
                10.631,
                -14.162,
                10.282,
                31.583,
                -0.788,
                12.726,
                -14.601,
                -9.215
            ]
        },
        {
            "start": 177.96355,
            "duration": 0.13927,
            "confidence": 0.818,
            "loudness_start": -9.525,
            "loudness_max_time": 0.07497,
            "loudness_max": 0.195,
            "loudness_end": 0.0,
            "pitches": [
                0.476,
                1.0,
                0.803,
                0.675,
                0.452,
                0.445,
                0.11,
                0.092,
                0.073,
                0.114,
                0.041,
                0.023
            ],
            "timbre": [
                57.336,
                112.092,
                20.086,
                -37.744,
                48.525,
                -5.119,
                -6.811,
                -2.52,
                13.045,
                19.047,
                -14.955,
                -13.976
            ]
        },
        {
            "start": 178.10281,
            "duration": 0.09864,
            "confidence": 0.138,
            "loudness_start": -3.231,
            "loudness_max_time": 0.0417,
            "loudness_max": 0.284,
            "loudness_end": 0.0,
            "pitches": [
                0.701,
                1.0,
                0.942,
                0.76,
                0.521,
                0.514,
                0.217,
                0.2,
                0.048,
                0.077,
                0.051,
                0.021
            ],
            "timbre": [
                58.527,
                98.969,
                15.647,
                -14.022,
                44.879,
                -39.989,
                -4.531,
                9.327,
                12.549,
                14.066,
                -13.412,
                -26.016
            ]
        },
        {
            "start": 178.20145,
            "duration": 0.25048,
            "confidence": 0.134,
            "loudness_start": -2.694,
            "loudness_max_time": 0.02803,
            "loudness_max": 0.737,
            "loudness_end": 0.0,
            "pitches": [
                0.74,
                1.0,
                0.872,
                0.695,
                0.469,
                0.257,
                0.23,
                0.368,
                0.253,
                0.225,
                0.14,
                0.471
            ],
            "timbre": [
                57.329,
                90.84,
                -8.62,
                25.207,
                14.046,
                -38.526,
                5.652,
                13.606,
                -10.384,
                1.235,
                -6.732,
                -8.147
            ]
        },
        {
            "start": 178.45193,
            "duration": 0.55107,
            "confidence": 0.786,
            "loudness_start": -8.149,
            "loudness_max_time": 0.08046,
            "loudness_max": 0.817,
            "loudness_end": 0.0,
            "pitches": [
                0.393,
                0.81,
                1.0,
                0.625,
                0.373,
                0.389,
                0.385,
                0.341,
                0.61,
                0.508,
                0.224,
                0.429
            ],
            "timbre": [
                55.344,
                95.624,
                43.32,
                -63.004,
                8.182,
                -15.967,
                23.985,
                11.562,
                2.832,
                2.631,
                -13.474,
                -0.965
            ]
        },
        {
            "start": 179.00299,
            "duration": 0.25488,
            "confidence": 0.027,
            "loudness_start": -3.89,
            "loudness_max_time": 0.08117,
            "loudness_max": -1.316,
            "loudness_end": 0.0,
            "pitches": [
                0.707,
                1.0,
                0.024,
                0.014,
                0.039,
                0.024,
                0.014,
                0.039,
                0.156,
                0.056,
                0.014,
                0.073
            ],
            "timbre": [
                56.95,
                96.91,
                49.557,
                12.804,
                28.15,
                -36.601,
                24.108,
                -1.055,
                10.589,
                19.331,
                -24.438,
                6.542
            ]
        },
        {
            "start": 179.25787,
            "duration": 0.26698,
            "confidence": 0.498,
            "loudness_start": -7.594,
            "loudness_max_time": 0.01332,
            "loudness_max": -0.115,
            "loudness_end": 0.0,
            "pitches": [
                0.699,
                1.0,
                0.554,
                0.232,
                0.287,
                0.127,
                0.072,
                0.136,
                0.072,
                0.149,
                0.047,
                0.288
            ],
            "timbre": [
                55.985,
                85.283,
                -5.374,
                16.441,
                -6.732,
                -52.395,
                4.798,
                3.256,
                1.305,
                -5.855,
                -7.767,
                6.16
            ]
        },
        {
            "start": 179.52486,
            "duration": 0.24404,
            "confidence": 0.59,
            "loudness_start": -9.735,
            "loudness_max_time": 0.15241,
            "loudness_max": -3.389,
            "loudness_end": 0.0,
            "pitches": [
                0.247,
                1.0,
                0.287,
                0.226,
                0.403,
                0.323,
                0.076,
                0.049,
                0.056,
                0.103,
                0.041,
                0.204
            ],
            "timbre": [
                55.272,
                69.569,
                -1.158,
                -17.442,
                32.486,
                -46.127,
                24.664,
                -9.019,
                -13.245,
                13.597,
                -8.226,
                2.649
            ]
        },
        {
            "start": 179.76889,
            "duration": 0.53361,
            "confidence": 0.728,
            "loudness_start": -6.416,
            "loudness_max_time": 0.13319,
            "loudness_max": 1.243,
            "loudness_end": 0.0,
            "pitches": [
                0.162,
                0.21,
                0.244,
                0.46,
                1.0,
                0.534,
                0.241,
                0.603,
                0.522,
                0.606,
                0.186,
                0.249
            ],
            "timbre": [
                59.005,
                81.618,
                49.353,
                -13.728,
                22.693,
                -16.567,
                35.145,
                47.064,
                13.015,
                10.758,
                7.703,
                5.299
            ]
        },
        {
            "start": 180.30249,
            "duration": 0.1629,
            "confidence": 0.103,
            "loudness_start": -2.411,
            "loudness_max_time": 0.01075,
            "loudness_max": 0.934,
            "loudness_end": 0.0,
            "pitches": [
                0.462,
                1.0,
                0.187,
                0.158,
                0.186,
                0.159,
                0.735,
                0.771,
                0.879,
                0.832,
                0.558,
                0.168
            ],
            "timbre": [
                58.766,
                93.96,
                23.682,
                -3.093,
                8.264,
                -53.052,
                11.472,
                3.939,
                18.847,
                8.201,
                -8.174,
                4.391
            ]
        },
        {
            "start": 180.4654,
            "duration": 0.36571,
            "confidence": 0.158,
            "loudness_start": -3.531,
            "loudness_max_time": 0.02891,
            "loudness_max": -0.5,
            "loudness_end": 0.0,
            "pitches": [
                0.177,
                0.52,
                0.634,
                1.0,
                0.737,
                0.104,
                0.065,
                0.046,
                0.08,
                0.098,
                0.06,
                0.203
            ],
            "timbre": [
                57.936,
                108.302,
                37.252,
                9.829,
                33.569,
                -38.015,
                35.8,
                -1.938,
                12.049,
                9.681,
                -16.269,
                14.547
            ]
        },
        {
            "start": 180.83112,
            "duration": 0.22009,
            "confidence": 0.296,
            "loudness_start": -3.93,
            "loudness_max_time": 0.00763,
            "loudness_max": -1.38,
            "loudness_end": 0.0,
            "pitches": [
                0.587,
                1.0,
                0.75,
                0.414,
                0.397,
                0.21,
                0.376,
                0.165,
                0.154,
                0.128,
                0.101,
                0.534
            ],
            "timbre": [
                55.825,
                91.596,
                -0.977,
                -0.177,
                -10.402,
                -65.677,
                30.847,
                -2.485,
                -9.258,
                -1.235,
                -3.805,
                9.079
            ]
        },
        {
            "start": 181.0512,
            "duration": 0.25011,
            "confidence": 0.676,
            "loudness_start": -7.091,
            "loudness_max_time": 0.20582,
            "loudness_max": -0.136,
            "loudness_end": 0.0,
            "pitches": [
                0.102,
                0.408,
                0.107,
                0.151,
                0.203,
                0.301,
                1.0,
                0.262,
                0.245,
                0.328,
                0.127,
                0.11
            ],
            "timbre": [
                57.54,
                100.762,
                70.902,
                -18.89,
                9.707,
                -9.02,
                49.145,
                35.689,
                -7.021,
                6.455,
                3.77,
                16.87
            ]
        },
        {
            "start": 181.30132,
            "duration": 0.52245,
            "confidence": 0.297,
            "loudness_start": -3.714,
            "loudness_max_time": 0.05512,
            "loudness_max": 1.084,
            "loudness_end": 0.0,
            "pitches": [
                0.164,
                0.325,
                0.45,
                0.247,
                0.386,
                0.293,
                0.845,
                1.0,
                0.567,
                0.604,
                0.218,
                0.157
            ],
            "timbre": [
                58.48,
                115.847,
                39.881,
                2.232,
                33.757,
                -31.442,
                30.971,
                11.631,
                23.218,
                -11.44,
                -9.199,
                0.117
            ]
        },
        {
            "start": 181.82376,
            "duration": 0.30776,
            "confidence": 0.582,
            "loudness_start": -6.232,
            "loudness_max_time": 0.09778,
            "loudness_max": 0.062,
            "loudness_end": 0.0,
            "pitches": [
                0.622,
                1.0,
                0.715,
                0.619,
                0.714,
                0.418,
                0.309,
                0.334,
                0.212,
                0.188,
                0.113,
                0.43
            ],
            "timbre": [
                56.079,
                106.451,
                30.108,
                -0.798,
                5.55,
                -11.961,
                8.925,
                21.078,
                -6.759,
                14.846,
                -30.891,
                -16.446
            ]
        },
        {
            "start": 182.13152,
            "duration": 0.49406,
            "confidence": 0.911,
            "loudness_start": -9.117,
            "loudness_max_time": 0.04731,
            "loudness_max": 2.121,
            "loudness_end": 0.0,
            "pitches": [
                0.243,
                0.855,
                1.0,
                0.765,
                0.394,
                0.197,
                0.253,
                0.332,
                0.35,
                0.445,
                0.253,
                0.101
            ],
            "timbre": [
                57.675,
                104.578,
                27.135,
                2.106,
                39.674,
                22.511,
                -11.335,
                15.744,
                -18.204,
                14.424,
                -13.452,
                -15.163
            ]
        },
        {
            "start": 182.62558,
            "duration": 0.28907,
            "confidence": 0.865,
            "loudness_start": -9.107,
            "loudness_max_time": 0.04276,
            "loudness_max": 1.689,
            "loudness_end": 0.0,
            "pitches": [
                0.253,
                1.0,
                0.429,
                0.072,
                0.058,
                0.034,
                0.044,
                0.044,
                0.069,
                0.2,
                0.052,
                0.051
            ],
            "timbre": [
                57.917,
                137.7,
                38.37,
                -26.473,
                28.272,
                19.734,
                -15.4,
                10.79,
                22.941,
                -1.248,
                2.03,
                -26.945
            ]
        },
        {
            "start": 182.91466,
            "duration": 0.26735,
            "confidence": 0.256,
            "loudness_start": -3.847,
            "loudness_max_time": 0.02825,
            "loudness_max": -0.391,
            "loudness_end": 0.0,
            "pitches": [
                0.667,
                1.0,
                0.462,
                0.236,
                0.257,
                0.132,
                0.1,
                0.164,
                0.245,
                0.216,
                0.058,
                0.571
            ],
            "timbre": [
                58.088,
                82.407,
                46.077,
                3.666,
                18.275,
                -48.069,
                30.926,
                13.63,
                26.529,
                5.543,
                -0.828,
                -0.788
            ]
        },
        {
            "start": 183.182,
            "duration": 0.25574,
            "confidence": 0.117,
            "loudness_start": -3.903,
            "loudness_max_time": 0.06585,
            "loudness_max": -1.041,
            "loudness_end": 0.0,
            "pitches": [
                0.7,
                1.0,
                0.023,
                0.019,
                0.042,
                0.024,
                0.014,
                0.044,
                0.16,
                0.066,
                0.013,
                0.07
            ],
            "timbre": [
                56.592,
                90.674,
                57.466,
                20.046,
                26.665,
                -33.791,
                18.792,
                6.766,
                19.326,
                11.263,
                -25.218,
                13.815
            ]
        },
        {
            "start": 183.43773,
            "duration": 0.26671,
            "confidence": 0.525,
            "loudness_start": -9.244,
            "loudness_max_time": 0.00739,
            "loudness_max": -0.821,
            "loudness_end": 0.0,
            "pitches": [
                0.698,
                1.0,
                0.475,
                0.173,
                0.253,
                0.105,
                0.057,
                0.133,
                0.09,
                0.182,
                0.051,
                0.288
            ],
            "timbre": [
                56.022,
                92.953,
                2.087,
                4.556,
                -6.583,
                -57.651,
                1.729,
                13.501,
                4.607,
                -3.926,
                -13.193,
                9.558
            ]
        },
        {
            "start": 183.70444,
            "duration": 0.24943,
            "confidence": 0.547,
            "loudness_start": -9.199,
            "loudness_max_time": 0.14122,
            "loudness_max": -3.16,
            "loudness_end": 0.0,
            "pitches": [
                0.262,
                1.0,
                0.288,
                0.193,
                0.371,
                0.29,
                0.072,
                0.049,
                0.05,
                0.097,
                0.04,
                0.22
            ],
            "timbre": [
                55.471,
                77.07,
                -1.285,
                -14.996,
                25.096,
                -44.59,
                19.191,
                -15.941,
                -3.6,
                14.159,
                -16.631,
                -1.755
            ]
        },
        {
            "start": 183.95387,
            "duration": 0.27315,
            "confidence": 0.584,
            "loudness_start": -7.773,
            "loudness_max_time": 0.01821,
            "loudness_max": 0.112,
            "loudness_end": 0.0,
            "pitches": [
                0.733,
                0.985,
                1.0,
                0.467,
                0.967,
                0.309,
                0.204,
                0.422,
                0.66,
                0.389,
                0.333,
                0.622
            ],
            "timbre": [
                57.876,
                53.459,
                32.012,
                -13.252,
                24.502,
                -53.598,
                39.547,
                20.241,
                9.972,
                20.039,
                13.145,
                11.097
            ]
        },
        {
            "start": 184.22704,
            "duration": 0.23814,
            "confidence": 0.131,
            "loudness_start": -3.73,
            "loudness_max_time": 0.17931,
            "loudness_max": -1.085,
            "loudness_end": 0.0,
            "pitches": [
                0.149,
                0.615,
                0.139,
                0.569,
                1.0,
                0.369,
                0.098,
                0.081,
                0.134,
                0.422,
                0.082,
                0.316
            ],
            "timbre": [
                58.101,
                89.213,
                23.419,
                -15.157,
                23.916,
                -46.892,
                5.323,
                -3.394,
                12.118,
                18.195,
                -9.632,
                12.941
            ]
        },
        {
            "start": 184.46516,
            "duration": 0.26485,
            "confidence": 0.246,
            "loudness_start": -3.977,
            "loudness_max_time": 0.0221,
            "loudness_max": 0.969,
            "loudness_end": 0.0,
            "pitches": [
                0.685,
                1.0,
                0.716,
                0.383,
                0.565,
                0.204,
                0.263,
                0.303,
                0.304,
                0.197,
                0.145,
                0.589
            ],
            "timbre": [
                58.129,
                83.006,
                1.02,
                -3.924,
                16.517,
                -44.414,
                1.716,
                -2.178,
                9.607,
                13.937,
                -0.302,
                4.436
            ]
        },
        {
            "start": 184.73003,
            "duration": 0.51846,
            "confidence": 0.063,
            "loudness_start": -5.297,
            "loudness_max_time": 0.15842,
            "loudness_max": -1.699,
            "loudness_end": 0.0,
            "pitches": [
                1.0,
                0.932,
                0.617,
                0.886,
                0.776,
                0.564,
                0.595,
                0.637,
                0.987,
                0.95,
                0.535,
                0.753
            ],
            "timbre": [
                55.811,
                77.125,
                -6.905,
                -7.221,
                28.385,
                -38.013,
                23.041,
                2.733,
                -2.251,
                12.495,
                -18.646,
                -14.618
            ]
        },
        {
            "start": 185.24847,
            "duration": 0.09896,
            "confidence": 0.807,
            "loudness_start": -8.465,
            "loudness_max_time": 0.03978,
            "loudness_max": 0.585,
            "loudness_end": 0.0,
            "pitches": [
                0.198,
                0.655,
                0.591,
                0.517,
                0.887,
                0.888,
                1.0,
                0.94,
                0.557,
                0.593,
                0.21,
                0.04
            ],
            "timbre": [
                57.861,
                107.267,
                58.698,
                21.924,
                1.58,
                -20.661,
                64.674,
                4.235,
                -17.128,
                8.364,
                0.249,
                18.805
            ]
        },
        {
            "start": 185.34744,
            "duration": 0.16095,
            "confidence": 0.189,
            "loudness_start": -3.655,
            "loudness_max_time": 0.04285,
            "loudness_max": 0.306,
            "loudness_end": 0.0,
            "pitches": [
                0.033,
                0.23,
                0.174,
                0.178,
                1.0,
                0.893,
                0.999,
                0.97,
                0.242,
                0.306,
                0.052,
                0.021
            ],
            "timbre": [
                57.592,
                100.904,
                52.57,
                23.681,
                15.06,
                -23.629,
                71.55,
                4.044,
                -4.209,
                -7.845,
                -24.742,
                34.292
            ]
        },
        {
            "start": 185.50839,
            "duration": 0.24626,
            "confidence": 0.526,
            "loudness_start": -5.351,
            "loudness_max_time": 0.02437,
            "loudness_max": 0.044,
            "loudness_end": 0.0,
            "pitches": [
                0.512,
                0.997,
                1.0,
                0.593,
                0.652,
                0.239,
                0.234,
                0.284,
                0.203,
                0.32,
                0.125,
                0.395
            ],
            "timbre": [
                57.366,
                77.185,
                18.292,
                20.751,
                18.343,
                -28.52,
                40.133,
                19.956,
                7.285,
                1.23,
                -13.764,
                18.515
            ]
        },
        {
            "start": 185.75465,
            "duration": 0.39651,
            "confidence": 0.728,
            "loudness_start": -9.781,
            "loudness_max_time": 0.10042,
            "loudness_max": -0.813,
            "loudness_end": 0.0,
            "pitches": [
                0.214,
                0.318,
                0.773,
                1.0,
                0.548,
                0.119,
                0.176,
                0.095,
                0.132,
                0.288,
                0.134,
                0.079
            ],
            "timbre": [
                55.762,
                71.554,
                40.565,
                -18.407,
                21.713,
                -10.358,
                35.119,
                9.933,
                -9.75,
                16.347,
                -19.505,
                -4.516
            ]
        },
        {
            "start": 186.15115,
            "duration": 0.16023,
            "confidence": 0.157,
            "loudness_start": -6.897,
            "loudness_max_time": 0.05286,
            "loudness_max": -3.609,
            "loudness_end": 0.0,
            "pitches": [
                0.113,
                0.155,
                0.11,
                0.068,
                0.499,
                0.489,
                1.0,
                0.987,
                0.845,
                0.906,
                0.345,
                0.013
            ],
            "timbre": [
                54.528,
                106.381,
                49.397,
                -6.294,
                4.49,
                -39.035,
                43.206,
                21.675,
                24.075,
                -6.697,
                -9.62,
                -9.295
            ]
        },
        {
            "start": 186.31139,
            "duration": 0.25546,
            "confidence": 0.804,
            "loudness_start": -6.94,
            "loudness_max_time": 0.05356,
            "loudness_max": 2.059,
            "loudness_end": 0.0,
            "pitches": [
                0.412,
                1.0,
                0.204,
                0.049,
                0.032,
                0.02,
                0.027,
                0.016,
                0.087,
                0.264,
                0.051,
                0.017
            ],
            "timbre": [
                59.168,
                118.513,
                39.121,
                6.059,
                20.939,
                -0.34,
                -7.953,
                -6.542,
                -13.001,
                6.548,
                -7.165,
                -3.215
            ]
        },
        {
            "start": 186.56685,
            "duration": 0.22018,
            "confidence": 0.333,
            "loudness_start": -5.909,
            "loudness_max_time": 0.02997,
            "loudness_max": 0.46,
            "loudness_end": 0.0,
            "pitches": [
                0.739,
                1.0,
                0.905,
                0.608,
                0.414,
                0.229,
                0.169,
                0.297,
                0.234,
                0.341,
                0.112,
                0.555
            ],
            "timbre": [
                56.861,
                83.314,
                -5.754,
                22.868,
                0.358,
                -50.789,
                9.766,
                13.307,
                -19.2,
                -7.644,
                -5.344,
                -1.267
            ]
        },
        {
            "start": 186.78703,
            "duration": 0.51329,
            "confidence": 0.6,
            "loudness_start": -7.015,
            "loudness_max_time": 0.11231,
            "loudness_max": 0.395,
            "loudness_end": 0.0,
            "pitches": [
                0.348,
                0.673,
                1.0,
                0.559,
                0.361,
                0.321,
                0.244,
                0.208,
                0.394,
                0.474,
                0.215,
                0.333
            ],
            "timbre": [
                55.518,
                68.642,
                37.897,
                -10.485,
                33.163,
                -14.925,
                38.741,
                24.931,
                -10.314,
                7.928,
                -39.515,
                4.744
            ]
        },
        {
            "start": 187.30032,
            "duration": 0.2644,
            "confidence": 0.704,
            "loudness_start": -10.747,
            "loudness_max_time": 0.21363,
            "loudness_max": -0.66,
            "loudness_end": 0.0,
            "pitches": [
                0.675,
                1.0,
                0.066,
                0.017,
                0.046,
                0.029,
                0.011,
                0.045,
                0.212,
                0.115,
                0.012,
                0.017
            ],
            "timbre": [
                55.371,
                76.697,
                58.495,
                -61.142,
                11.33,
                -9.434,
                14.05,
                14.308,
                -13.917,
                4.724,
                8.483,
                4.292
            ]
        },
        {
            "start": 187.56471,
            "duration": 0.29628,
            "confidence": 0.129,
            "loudness_start": -2.586,
            "loudness_max_time": 0.05332,
            "loudness_max": 0.469,
            "loudness_end": 0.0,
            "pitches": [
                0.687,
                1.0,
                0.713,
                0.485,
                0.411,
                0.206,
                0.155,
                0.181,
                0.145,
                0.23,
                0.088,
                0.252
            ],
            "timbre": [
                58.523,
                115.705,
                15.199,
                -13.154,
                13.795,
                -37.386,
                10.566,
                6.308,
                -12.581,
                13.633,
                -1.758,
                6.011
            ]
        },
        {
            "start": 187.861,
            "duration": 0.11025,
            "confidence": 0.007,
            "loudness_start": -2.74,
            "loudness_max_time": 0.01719,
            "loudness_max": -0.479,
            "loudness_end": 0.0,
            "pitches": [
                0.598,
                1.0,
                0.579,
                0.583,
                0.958,
                0.797,
                0.787,
                0.784,
                0.568,
                0.703,
                0.349,
                0.119
            ],
            "timbre": [
                57.236,
                91.807,
                7.109,
                16.087,
                40.194,
                -55.307,
                4.297,
                -10.36,
                3.198,
                7.304,
                -12.502,
                3.971
            ]
        },
        {
            "start": 187.97125,
            "duration": 0.13964,
            "confidence": 0.212,
            "loudness_start": -5.309,
            "loudness_max_time": 0.10537,
            "loudness_max": -2.418,
            "loudness_end": 0.0,
            "pitches": [
                0.901,
                1.0,
                0.612,
                0.591,
                0.514,
                0.359,
                0.821,
                0.822,
                0.706,
                0.759,
                0.405,
                0.197
            ],
            "timbre": [
                56.425,
                79.833,
                3.057,
                -39.017,
                34.996,
                -39.824,
                23.552,
                34.056,
                -5.649,
                8.757,
                -9.917,
                -4.206
            ]
        },
        {
            "start": 188.11089,
            "duration": 0.28422,
            "confidence": 0.365,
            "loudness_start": -3.948,
            "loudness_max_time": 0.06429,
            "loudness_max": 0.829,
            "loudness_end": 0.0,
            "pitches": [
                0.744,
                1.0,
                0.951,
                0.519,
                0.781,
                0.309,
                0.229,
                0.286,
                0.186,
                0.122,
                0.109,
                0.803
            ],
            "timbre": [
                57.294,
                81.499,
                25.288,
                1.087,
                26.354,
                -36.885,
                48.889,
                16.805,
                5.722,
                5.608,
                -12.404,
                8.546
            ]
        },
        {
            "start": 188.3951,
            "duration": 0.49982,
            "confidence": 0.634,
            "loudness_start": -6.711,
            "loudness_max_time": 0.08811,
            "loudness_max": 0.749,
            "loudness_end": 0.0,
            "pitches": [
                0.125,
                0.208,
                0.393,
                0.601,
                1.0,
                0.47,
                0.345,
                0.267,
                0.264,
                0.234,
                0.192,
                0.215
            ],
            "timbre": [
                57.285,
                91.522,
                29.253,
                -9.491,
                37.877,
                -20.306,
                21.42,
                19.137,
                4.993,
                12.418,
                -26.715,
                -2.455
            ]
        },
        {
            "start": 188.89491,
            "duration": 0.66222,
            "confidence": 0.753,
            "loudness_start": -7.222,
            "loudness_max_time": 0.0224,
            "loudness_max": 0.724,
            "loudness_end": 0.0,
            "pitches": [
                0.521,
                0.973,
                0.55,
                0.866,
                0.671,
                0.362,
                0.608,
                0.919,
                1.0,
                0.775,
                0.508,
                0.45
            ],
            "timbre": [
                58.901,
                136.554,
                35.414,
                5.209,
                -2.223,
                -27.088,
                10.546,
                -4.511,
                7.122,
                5.333,
                7.946,
                6.685
            ]
        },
        {
            "start": 189.55714,
            "duration": 0.13814,
            "confidence": 0.005,
            "loudness_start": -4.523,
            "loudness_max_time": 0.06823,
            "loudness_max": -1.216,
            "loudness_end": 0.0,
            "pitches": [
                0.033,
                0.384,
                0.304,
                0.289,
                0.93,
                0.893,
                1.0,
                0.956,
                0.387,
                0.502,
                0.051,
                0.032
            ],
            "timbre": [
                56.556,
                94.062,
                55.87,
                1.921,
                15.853,
                -34.379,
                48.314,
                10.924,
                7.485,
                1.057,
                -24.154,
                20.71
            ]
        },
        {
            "start": 189.69528,
            "duration": 0.23823,
            "confidence": 0.308,
            "loudness_start": -6.321,
            "loudness_max_time": 0.0212,
            "loudness_max": -0.538,
            "loudness_end": 0.0,
            "pitches": [
                0.573,
                1.0,
                0.859,
                0.425,
                0.521,
                0.194,
                0.239,
                0.26,
                0.17,
                0.354,
                0.109,
                0.43
            ],
            "timbre": [
                57.805,
                101.326,
                29.55,
                -6.163,
                12.838,
                -54.149,
                43.63,
                32.157,
                7.235,
                1.967,
                2.67,
                22.783
            ]
        },
        {
            "start": 189.93352,
            "duration": 0.41778,
            "confidence": 0.545,
            "loudness_start": -6.62,
            "loudness_max_time": 0.03558,
            "loudness_max": -0.645,
            "loudness_end": 0.0,
            "pitches": [
                0.235,
                0.342,
                0.726,
                1.0,
                0.551,
                0.146,
                0.206,
                0.119,
                0.154,
                0.346,
                0.132,
                0.094
            ],
            "timbre": [
                56.721,
                85.483,
                24.34,
                5.469,
                23.789,
                -13.291,
                1.792,
                1.887,
                3.557,
                9.309,
                -15.944,
                -8.523
            ]
        },
        {
            "start": 190.35129,
            "duration": 0.09891,
            "confidence": 0.215,
            "loudness_start": -7.409,
            "loudness_max_time": 0.01902,
            "loudness_max": -4.09,
            "loudness_end": 0.0,
            "pitches": [
                0.275,
                0.328,
                0.271,
                0.224,
                0.634,
                0.629,
                0.967,
                0.96,
                0.944,
                1.0,
                0.584,
                0.018
            ],
            "timbre": [
                53.714,
                133.659,
                39.594,
                12.469,
                -3.355,
                -36.473,
                25.006,
                6.41,
                19.691,
                -5.172,
                -2.749,
                -13.632
            ]
        },
        {
            "start": 190.4502,
            "duration": 0.29057,
            "confidence": 0.727,
            "loudness_start": -8.322,
            "loudness_max_time": 0.069,
            "loudness_max": -0.277,
            "loudness_end": 0.0,
            "pitches": [
                0.397,
                1.0,
                0.248,
                0.047,
                0.038,
                0.015,
                0.025,
                0.013,
                0.044,
                0.193,
                0.039,
                0.02
            ],
            "timbre": [
                55.841,
                99.138,
                68.684,
                -10.433,
                41.188,
                -13.425,
                54.452,
                13.197,
                8.458,
                11.125,
                -16.114,
                16.415
            ]
        },
        {
            "start": 190.74077,
            "duration": 0.20834,
            "confidence": 0.435,
            "loudness_start": -5.035,
            "loudness_max_time": 0.00737,
            "loudness_max": 0.611,
            "loudness_end": 0.0,
            "pitches": [
                0.675,
                1.0,
                0.907,
                0.626,
                0.497,
                0.244,
                0.17,
                0.302,
                0.26,
                0.503,
                0.148,
                0.5
            ],
            "timbre": [
                58.365,
                69.528,
                7.551,
                1.284,
                23.242,
                -51.12,
                16.59,
                -5.046,
                -8.58,
                -10.023,
                -12.152,
                17.107
            ]
        },
        {
            "start": 190.94913,
            "duration": 0.31542,
            "confidence": 0.182,
            "loudness_start": -4.391,
            "loudness_max_time": 0.06973,
            "loudness_max": -1.792,
            "loudness_end": 0.0,
            "pitches": [
                0.227,
                1.0,
                0.658,
                0.099,
                0.076,
                0.036,
                0.046,
                0.055,
                0.108,
                0.334,
                0.043,
                0.034
            ],
            "timbre": [
                56.366,
                20.941,
                53.171,
                5.828,
                43.075,
                -35.577,
                30.449,
                20.952,
                -26.458,
                10.707,
                -21.861,
                15.24
            ]
        },
        {
            "start": 191.26454,
            "duration": 0.23052,
            "confidence": 0.186,
            "loudness_start": -7.594,
            "loudness_max_time": 0.00628,
            "loudness_max": -2.274,
            "loudness_end": 0.0,
            "pitches": [
                0.565,
                1.0,
                0.704,
                0.321,
                0.329,
                0.165,
                0.105,
                0.14,
                0.111,
                0.06,
                0.045,
                0.343
            ],
            "timbre": [
                53.824,
                61.907,
                -31.286,
                -8.545,
                -9.396,
                -74.097,
                18.799,
                8.344,
                -3.843,
                -1.835,
                -7.634,
                10.739
            ]
        },
        {
            "start": 191.49506,
            "duration": 0.15138,
            "confidence": 0.416,
            "loudness_start": -11.7,
            "loudness_max_time": 0.05671,
            "loudness_max": -6.997,
            "loudness_end": 0.0,
            "pitches": [
                0.897,
                1.0,
                0.749,
                0.737,
                0.228,
                0.251,
                0.027,
                0.027,
                0.05,
                0.082,
                0.032,
                0.023
            ],
            "timbre": [
                51.115,
                38.444,
                10.37,
                -17.354,
                32.991,
                -26.85,
                39.685,
                -3.515,
                0.272,
                -8.349,
                -17.745,
                -15.789
            ]
        },
        {
            "start": 191.64644,
            "duration": 0.13365,
            "confidence": 0.549,
            "loudness_start": -10.32,
            "loudness_max_time": 0.06866,
            "loudness_max": -4.73,
            "loudness_end": 0.0,
            "pitches": [
                0.929,
                1.0,
                0.759,
                0.747,
                0.278,
                0.274,
                0.02,
                0.023,
                0.051,
                0.074,
                0.055,
                0.042
            ],
            "timbre": [
                53.689,
                52.796,
                1.303,
                -15.069,
                39.814,
                -33.959,
                58.226,
                -3.508,
                8.075,
                11.63,
                -16.127,
                -7.839
            ]
        },
        {
            "start": 191.78009,
            "duration": 0.2722,
            "confidence": 0.776,
            "loudness_start": -8.621,
            "loudness_max_time": 0.02385,
            "loudness_max": 1.963,
            "loudness_end": 0.0,
            "pitches": [
                0.714,
                1.0,
                0.589,
                0.244,
                0.312,
                0.127,
                0.073,
                0.141,
                0.083,
                0.505,
                0.057,
                0.312
            ],
            "timbre": [
                59.346,
                72.388,
                55.428,
                8.901,
                16.857,
                -49.005,
                51.936,
                31.147,
                4.183,
                16.61,
                12.142,
                -13.84
            ]
        },
        {
            "start": 192.05229,
            "duration": 0.24907,
            "confidence": 0.045,
            "loudness_start": -3.532,
            "loudness_max_time": 0.03605,
            "loudness_max": -0.893,
            "loudness_end": 0.0,
            "pitches": [
                0.278,
                1.0,
                0.301,
                0.262,
                0.349,
                0.256,
                0.088,
                0.046,
                0.052,
                0.113,
                0.045,
                0.404
            ],
            "timbre": [
                57.759,
                73.015,
                45.234,
                24.084,
                37.271,
                -43.182,
                52.922,
                3.127,
                7.508,
                7.549,
                -29.459,
                21.159
            ]
        },
        {
            "start": 192.30136,
            "duration": 0.51569,
            "confidence": 0.679,
            "loudness_start": -7.114,
            "loudness_max_time": 0.07016,
            "loudness_max": 0.53,
            "loudness_end": 0.0,
            "pitches": [
                0.323,
                0.316,
                0.28,
                0.543,
                1.0,
                0.627,
                0.276,
                0.653,
                0.508,
                0.42,
                0.151,
                0.411
            ],
            "timbre": [
                57.898,
                78.79,
                33.516,
                -12.49,
                13.823,
                -25.353,
                50.487,
                25.104,
                11.569,
                -1.46,
                -2.636,
                18.983
            ]
        },
        {
            "start": 192.81705,
            "duration": 0.47873,
            "confidence": 0.625,
            "loudness_start": -5.769,
            "loudness_max_time": 0.0415,
            "loudness_max": 0.619,
            "loudness_end": 0.0,
            "pitches": [
                0.127,
                0.206,
                0.302,
                0.584,
                1.0,
                0.203,
                0.339,
                0.536,
                0.583,
                0.429,
                0.222,
                0.392
            ],
            "timbre": [
                58.502,
                75.476,
                29.329,
                -4.279,
                23.901,
                -39.797,
                45.377,
                21.684,
                0.661,
                13.841,
                10.087,
                12.526
            ]
        },
        {
            "start": 193.29578,
            "duration": 0.24853,
            "confidence": 0.067,
            "loudness_start": -2.44,
            "loudness_max_time": 0.06406,
            "loudness_max": 0.23,
            "loudness_end": 0.0,
            "pitches": [
                0.501,
                0.924,
                0.862,
                1.0,
                0.819,
                0.523,
                0.625,
                0.454,
                0.405,
                0.279,
                0.222,
                0.563
            ],
            "timbre": [
                58.472,
                104.555,
                36.712,
                -9.372,
                18.618,
                -41.627,
                58.56,
                6.423,
                12.262,
                16.159,
                -13.286,
                24.408
            ]
        },
        {
            "start": 193.54431,
            "duration": 0.60363,
            "confidence": 0.37,
            "loudness_start": -3.573,
            "loudness_max_time": 0.06016,
            "loudness_max": 0.273,
            "loudness_end": 0.0,
            "pitches": [
                0.104,
                0.264,
                0.241,
                0.24,
                0.22,
                0.497,
                1.0,
                0.477,
                0.198,
                0.224,
                0.172,
                0.11
            ],
            "timbre": [
                58.176,
                129.799,
                59.744,
                -0.463,
                18.343,
                -26.847,
                51.543,
                -6.591,
                2.766,
                12.163,
                -12.876,
                15.818
            ]
        },
        {
            "start": 194.14793,
            "duration": 0.18522,
            "confidence": 0.323,
            "loudness_start": -4.709,
            "loudness_max_time": 0.048,
            "loudness_max": -0.571,
            "loudness_end": 0.0,
            "pitches": [
                0.529,
                1.0,
                0.976,
                0.904,
                0.462,
                0.386,
                0.096,
                0.062,
                0.046,
                0.106,
                0.03,
                0.064
            ],
            "timbre": [
                56.854,
                100.726,
                39.607,
                31.475,
                23.492,
                -28.252,
                24.838,
                -16.641,
                -9.371,
                8.041,
                -28.46,
                -7.235
            ]
        },
        {
            "start": 194.33315,
            "duration": 0.2961,
            "confidence": 0.586,
            "loudness_start": -6.149,
            "loudness_max_time": 0.10705,
            "loudness_max": 0.725,
            "loudness_end": 0.0,
            "pitches": [
                0.584,
                1.0,
                0.584,
                0.613,
                0.647,
                0.434,
                0.311,
                0.318,
                0.228,
                0.155,
                0.103,
                0.351
            ],
            "timbre": [
                56.09,
                92.153,
                39.815,
                -26.492,
                14.008,
                -20.357,
                31.619,
                25.103,
                6.615,
                -2.708,
                -19.005,
                2.058
            ]
        },
        {
            "start": 194.62926,
            "duration": 0.53002,
            "confidence": 0.738,
            "loudness_start": -8.384,
            "loudness_max_time": 0.30934,
            "loudness_max": 0.696,
            "loudness_end": 0.0,
            "pitches": [
                0.204,
                0.84,
                1.0,
                0.665,
                0.321,
                0.176,
                0.217,
                0.277,
                0.302,
                0.32,
                0.191,
                0.078
            ],
            "timbre": [
                55.599,
                106.649,
                40.584,
                -37.249,
                53.138,
                -10.484,
                16.433,
                -7.908,
                -6.065,
                17.664,
                -33.276,
                -5.536
            ]
        },
        {
            "start": 195.15927,
            "duration": 0.2829,
            "confidence": 0.841,
            "loudness_start": -8.796,
            "loudness_max_time": 0.04444,
            "loudness_max": 1.708,
            "loudness_end": 0.0,
            "pitches": [
                0.224,
                1.0,
                0.597,
                0.08,
                0.029,
                0.033,
                0.023,
                0.019,
                0.042,
                0.121,
                0.028,
                0.049
            ],
            "timbre": [
                58.257,
                102.424,
                35.839,
                -28.728,
                35.745,
                10.477,
                -10.435,
                7.918,
                23.949,
                17.872,
                9.679,
                -39.017
            ]
        },
        {
            "start": 195.44218,
            "duration": 0.25587,
            "confidence": 0.076,
            "loudness_start": -2.842,
            "loudness_max_time": 0.07467,
            "loudness_max": 0.007,
            "loudness_end": 0.0,
            "pitches": [
                0.567,
                1.0,
                0.539,
                0.194,
                0.25,
                0.125,
                0.104,
                0.106,
                0.096,
                0.076,
                0.055,
                0.586
            ],
            "timbre": [
                58.226,
                94.131,
                34.108,
                -9.294,
                9.877,
                -40.497,
                31.548,
                17.495,
                9.172,
                8.436,
                -4.175,
                0.071
            ]
        },
        {
            "start": 195.69804,
            "duration": 0.78857,
            "confidence": 0.269,
            "loudness_start": -3.579,
            "loudness_max_time": 0.00803,
            "loudness_max": 0.173,
            "loudness_end": 0.0,
            "pitches": [
                0.507,
                1.0,
                0.797,
                0.574,
                0.67,
                0.344,
                0.6,
                0.691,
                0.875,
                0.762,
                0.345,
                0.214
            ],
            "timbre": [
                58.421,
                110.971,
                69.508,
                13.791,
                21.066,
                -51.725,
                43.474,
                10.589,
                -1.847,
                7.26,
                -18.886,
                16.788
            ]
        },
        {
            "start": 196.48662,
            "duration": 0.24399,
            "confidence": 0.329,
            "loudness_start": -4.875,
            "loudness_max_time": 0.01508,
            "loudness_max": -0.6,
            "loudness_end": 0.0,
            "pitches": [
                0.73,
                1.0,
                0.852,
                0.305,
                0.76,
                0.22,
                0.13,
                0.208,
                0.143,
                0.165,
                0.056,
                0.656
            ],
            "timbre": [
                56.344,
                82.44,
                19.545,
                1.686,
                -6.494,
                -66.803,
                39.503,
                23.074,
                -7.411,
                0.38,
                5.464,
                22.545
            ]
        },
        {
            "start": 196.7306,
            "duration": 0.25039,
            "confidence": 0.676,
            "loudness_start": -7.027,
            "loudness_max_time": 0.11107,
            "loudness_max": 0.471,
            "loudness_end": 0.0,
            "pitches": [
                0.16,
                0.626,
                0.062,
                0.307,
                1.0,
                0.346,
                0.067,
                0.1,
                0.374,
                0.26,
                0.083,
                0.386
            ],
            "timbre": [
                58.057,
                96.369,
                41.716,
                -33.486,
                37.415,
                -11.716,
                14.893,
                3.389,
                -11.288,
                21.431,
                1.531,
                5.737
            ]
        },
        {
            "start": 196.981,
            "duration": 0.25483,
            "confidence": 0.066,
            "loudness_start": -2.957,
            "loudness_max_time": 0.02603,
            "loudness_max": 1.375,
            "loudness_end": 0.0,
            "pitches": [
                0.524,
                0.881,
                1.0,
                0.437,
                0.636,
                0.333,
                0.217,
                0.288,
                0.197,
                0.202,
                0.134,
                0.492
            ],
            "timbre": [
                57.651,
                102.069,
                -1.857,
                20.088,
                4.174,
                -41.18,
                14.143,
                5.745,
                -12.573,
                12.175,
                3.859,
                10.065
            ]
        },
        {
            "start": 197.23582,
            "duration": 0.12789,
            "confidence": 0.744,
            "loudness_start": -6.029,
            "loudness_max_time": 0.03785,
            "loudness_max": 2.054,
            "loudness_end": 0.0,
            "pitches": [
                0.278,
                1.0,
                0.167,
                0.509,
                0.628,
                0.194,
                0.154,
                0.213,
                0.307,
                0.295,
                0.366,
                0.259
            ],
            "timbre": [
                59.5,
                142.392,
                15.969,
                13.758,
                12.268,
                -38.881,
                -5.962,
                -13.682,
                3.261,
                17.179,
                -4.604,
                2.207
            ]
        },
        {
            "start": 197.36372,
            "duration": 0.38884,
            "confidence": 0.311,
            "loudness_start": -2.175,
            "loudness_max_time": 0.03578,
            "loudness_max": 0.248,
            "loudness_end": 0.0,
            "pitches": [
                0.485,
                0.795,
                0.5,
                0.96,
                0.789,
                0.481,
                0.698,
                0.804,
                1.0,
                0.87,
                0.679,
                0.377
            ],
            "timbre": [
                58.158,
                113.131,
                2.157,
                16.539,
                21.323,
                -34.025,
                11.298,
                -39.914,
                6.523,
                11.171,
                -19.799,
                -2.429
            ]
        },
        {
            "start": 197.75256,
            "duration": 0.18005,
            "confidence": 0.651,
            "loudness_start": -6.76,
            "loudness_max_time": 0.04653,
            "loudness_max": -0.167,
            "loudness_end": 0.0,
            "pitches": [
                0.033,
                0.229,
                0.163,
                0.184,
                0.974,
                0.911,
                1.0,
                0.981,
                0.194,
                0.228,
                0.07,
                0.026
            ],
            "timbre": [
                57.469,
                88.165,
                70.437,
                9.733,
                7.008,
                -12.435,
                54.237,
                25.165,
                -20.188,
                -2.582,
                0.309,
                13.337
            ]
        },
        {
            "start": 197.93262,
            "duration": 0.11034,
            "confidence": 0.048,
            "loudness_start": -2.961,
            "loudness_max_time": 0.01689,
            "loudness_max": -1.066,
            "loudness_end": 0.0,
            "pitches": [
                0.112,
                0.516,
                0.456,
                0.42,
                0.842,
                0.869,
                1.0,
                0.892,
                0.501,
                0.533,
                0.145,
                0.015
            ],
            "timbre": [
                56.99,
                84.573,
                42.515,
                23.505,
                17.889,
                -45.27,
                45.728,
                -12.943,
                -18.919,
                10.331,
                -20.406,
                -4.589
            ]
        },
        {
            "start": 198.04295,
            "duration": 0.27306,
            "confidence": 0.36,
            "loudness_start": -5.794,
            "loudness_max_time": 0.02245,
            "loudness_max": 0.054,
            "loudness_end": 0.0,
            "pitches": [
                0.597,
                1.0,
                0.911,
                0.383,
                0.458,
                0.224,
                0.992,
                0.298,
                0.205,
                0.389,
                0.121,
                0.438
            ],
            "timbre": [
                58.138,
                69.807,
                42.641,
                0.93,
                22.095,
                -50.774,
                32.365,
                16.776,
                -1.133,
                1.765,
                -4.661,
                -4.077
            ]
        },
        {
            "start": 198.31601,
            "duration": 0.24295,
            "confidence": 0.345,
            "loudness_start": -4.554,
            "loudness_max_time": 0.02463,
            "loudness_max": -0.795,
            "loudness_end": 0.0,
            "pitches": [
                0.415,
                1.0,
                0.185,
                0.105,
                0.141,
                0.068,
                0.103,
                0.049,
                0.13,
                0.168,
                0.075,
                0.076
            ],
            "timbre": [
                56.81,
                97.078,
                34.492,
                37.066,
                15.436,
                -38.419,
                17.762,
                -9.701,
                -24.274,
                -7.011,
                -19.41,
                -28.264
            ]
        },
        {
            "start": 198.55896,
            "duration": 0.27361,
            "confidence": 0.702,
            "loudness_start": -6.174,
            "loudness_max_time": 0.09943,
            "loudness_max": 0.733,
            "loudness_end": 0.0,
            "pitches": [
                0.638,
                1.0,
                0.632,
                0.518,
                0.734,
                0.265,
                0.182,
                0.241,
                0.16,
                0.2,
                0.083,
                0.512
            ],
            "timbre": [
                57.735,
                93.801,
                18.116,
                13.202,
                24.841,
                -25.414,
                6.871,
                37.06,
                20.422,
                -2.912,
                -19.049,
                -20.314
            ]
        },
        {
            "start": 198.83257,
            "duration": 0.25528,
            "confidence": 0.803,
            "loudness_start": -8.446,
            "loudness_max_time": 0.07109,
            "loudness_max": 0.781,
            "loudness_end": 0.0,
            "pitches": [
                0.402,
                1.0,
                0.237,
                0.045,
                0.019,
                0.011,
                0.021,
                0.012,
                0.041,
                0.159,
                0.035,
                0.02
            ],
            "timbre": [
                57.911,
                109.006,
                36.47,
                -37.871,
                49.551,
                -3.818,
                -0.276,
                6.03,
                0.974,
                31.669,
                -5.02,
                -13.26
            ]
        },
        {
            "start": 199.08784,
            "duration": 0.25601,
            "confidence": 0.103,
            "loudness_start": -1.879,
            "loudness_max_time": 0.02469,
            "loudness_max": 1.216,
            "loudness_end": 0.0,
            "pitches": [
                0.792,
                1.0,
                0.909,
                0.515,
                0.428,
                0.223,
                0.197,
                0.367,
                0.327,
                0.333,
                0.134,
                0.542
            ],
            "timbre": [
                57.392,
                90.389,
                -0.618,
                33.862,
                13.397,
                -58.814,
                8.645,
                10.354,
                -6.787,
                -5.804,
                -6.529,
                -11.717
            ]
        },
        {
            "start": 199.34386,
            "duration": 0.51034,
            "confidence": 0.787,
            "loudness_start": -8.139,
            "loudness_max_time": 0.03086,
            "loudness_max": 0.902,
            "loudness_end": 0.0,
            "pitches": [
                0.431,
                0.833,
                1.0,
                0.606,
                0.398,
                0.371,
                0.336,
                0.296,
                0.582,
                0.507,
                0.238,
                0.531
            ],
            "timbre": [
                58.758,
                99.9,
                32.635,
                1.417,
                30.691,
                -16.968,
                -9.825,
                -0.047,
                20.177,
                8.243,
                -2.341,
                -32.825
            ]
        },
        {
            "start": 199.8542,
            "duration": 0.21986,
            "confidence": 0.133,
            "loudness_start": -4.184,
            "loudness_max_time": 0.06868,
            "loudness_max": -0.956,
            "loudness_end": 0.0,
            "pitches": [
                0.722,
                1.0,
                0.082,
                0.016,
                0.091,
                0.03,
                0.02,
                0.051,
                0.151,
                0.14,
                0.015,
                0.114
            ],
            "timbre": [
                57.536,
                99.999,
                84.374,
                12.775,
                21.984,
                -33.147,
                59.324,
                9.615,
                -2.716,
                13.32,
                -26.519,
                22.382
            ]
        },
        {
            "start": 200.07407,
            "duration": 0.2737,
            "confidence": 0.513,
            "loudness_start": -5.467,
            "loudness_max_time": 0.0634,
            "loudness_max": 0.08,
            "loudness_end": 0.0,
            "pitches": [
                0.738,
                1.0,
                0.69,
                0.592,
                0.515,
                0.28,
                0.242,
                0.24,
                0.18,
                0.267,
                0.126,
                0.258
            ],
            "timbre": [
                56.883,
                60.847,
                58.573,
                -27.015,
                23.034,
                -35.89,
                49.112,
                44.706,
                7.582,
                -1.547,
                -10.167,
                12.517
            ]
        },
        {
            "start": 200.34776,
            "duration": 0.30834,
            "confidence": 0.148,
            "loudness_start": -3.05,
            "loudness_max_time": 0.01381,
            "loudness_max": -0.591,
            "loudness_end": 0.0,
            "pitches": [
                0.187,
                1.0,
                0.271,
                0.357,
                0.464,
                0.351,
                0.091,
                0.064,
                0.068,
                0.217,
                0.06,
                0.323
            ],
            "timbre": [
                57.375,
                74.16,
                62.915,
                26.93,
                23.479,
                -43.149,
                24.263,
                7.007,
                -16.668,
                2.442,
                -9.962,
                -1.555
            ]
        },
        {
            "start": 200.6561,
            "duration": 0.26127,
            "confidence": 0.574,
            "loudness_start": -6.603,
            "loudness_max_time": 0.04395,
            "loudness_max": 1.243,
            "loudness_end": 0.0,
            "pitches": [
                0.586,
                1.0,
                0.633,
                0.455,
                0.436,
                0.141,
                0.193,
                0.218,
                0.206,
                0.237,
                0.236,
                0.753
            ],
            "timbre": [
                57.839,
                69.813,
                12.832,
                2.933,
                4.274,
                -20.977,
                21.23,
                6.254,
                4.315,
                -7.305,
                -21.543,
                12.868
            ]
        },
        {
            "start": 200.91737,
            "duration": 0.26009,
            "confidence": 0.614,
            "loudness_start": -6.545,
            "loudness_max_time": 0.12574,
            "loudness_max": 0.453,
            "loudness_end": 0.0,
            "pitches": [
                0.355,
                0.689,
                0.156,
                0.555,
                1.0,
                0.363,
                0.135,
                0.126,
                0.179,
                0.363,
                0.137,
                0.653
            ],
            "timbre": [
                58.865,
                93.281,
                26.269,
                -10.741,
                28.609,
                -38.132,
                -6.341,
                -6.961,
                8.594,
                9.671,
                -8.469,
                5.604
            ]
        },
        {
            "start": 201.17746,
            "duration": 0.18009,
            "confidence": 0.167,
            "loudness_start": -3.485,
            "loudness_max_time": 0.00562,
            "loudness_max": 0.159,
            "loudness_end": 0.0,
            "pitches": [
                0.642,
                1.0,
                0.319,
                0.287,
                0.528,
                0.472,
                0.926,
                0.916,
                0.855,
                0.869,
                0.558,
                0.097
            ],
            "timbre": [
                57.454,
                84.48,
                -0.327,
                -13.384,
                -1.498,
                -64.466,
                10.085,
                1.556,
                -1.297,
                -11.676,
                -0.69,
                15.461
            ]
        },
        {
            "start": 201.35754,
            "duration": 0.5405,
            "confidence": 0.464,
            "loudness_start": -4.748,
            "loudness_max_time": 0.09921,
            "loudness_max": -0.441,
            "loudness_end": 0.0,
            "pitches": [
                0.744,
                0.914,
                0.853,
                0.881,
                0.825,
                0.28,
                0.172,
                0.204,
                0.28,
                0.461,
                0.315,
                1.0
            ],
            "timbre": [
                57.187,
                101.909,
                26.968,
                -31.682,
                8.958,
                -14.999,
                -17.49,
                3.186,
                11.808,
                -8.916,
                -9.869,
                -3.464
            ]
        },
        {
            "start": 201.89806,
            "duration": 1.07964,
            "confidence": 0.3,
            "loudness_start": -6.688,
            "loudness_max_time": 0.058,
            "loudness_max": -3.079,
            "loudness_end": 0.0,
            "pitches": [
                0.047,
                0.114,
                0.054,
                0.056,
                0.203,
                0.036,
                0.044,
                0.04,
                0.189,
                1.0,
                0.104,
                0.111
            ],
            "timbre": [
                52.404,
                101.727,
                116.355,
                86.995,
                69.965,
                -8.111,
                -24.071,
                15.424,
                -18.184,
                -8.169,
                -45.125,
                3.943
            ]
        },
        {
            "start": 202.97769,
            "duration": 4.98218,
            "confidence": 0.054,
            "loudness_start": -23.839,
            "loudness_max_time": 0.05905,
            "loudness_max": -21.116,
            "loudness_end": -60.0,
            "pitches": [
                0.267,
                0.264,
                0.28,
                0.236,
                0.394,
                0.24,
                0.274,
                0.224,
                0.4,
                1.0,
                0.539,
                0.55
            ],
            "timbre": [
                23.384,
                115.685,
                -41.789,
                304.61,
                53.212,
                -64.284,
                -54.325,
                73.195,
                21.897,
                -45.016,
                -64.452,
                5.275
            ]
        }
    ],
    "tatums": [
        {
            "start": 0.49567,
            "duration": 0.28215,
            "confidence": 0.612
        },
        {
            "start": 0.77782,
            "duration": 0.28215,
            "confidence": 0.612
        },
        {
            "start": 1.05998,
            "duration": 0.27448,
            "confidence": 0.325
        },
        {
            "start": 1.33446,
            "duration": 0.27448,
            "confidence": 0.325
        },
        {
            "start": 1.60894,
            "duration": 0.2685,
            "confidence": 0.228
        },
        {
            "start": 1.87744,
            "duration": 0.2685,
            "confidence": 0.228
        },
        {
            "start": 2.14594,
            "duration": 0.26861,
            "confidence": 0.643
        },
        {
            "start": 2.41455,
            "duration": 0.26861,
            "confidence": 0.643
        },
        {
            "start": 2.68316,
            "duration": 0.26666,
            "confidence": 0.82
        },
        {
            "start": 2.94982,
            "duration": 0.26666,
            "confidence": 0.82
        },
        {
            "start": 3.21647,
            "duration": 0.26349,
            "confidence": 0.64
        },
        {
            "start": 3.47996,
            "duration": 0.26349,
            "confidence": 0.64
        },
        {
            "start": 3.74345,
            "duration": 0.2613,
            "confidence": 0.667
        },
        {
            "start": 4.00475,
            "duration": 0.2613,
            "confidence": 0.667
        },
        {
            "start": 4.26605,
            "duration": 0.26353,
            "confidence": 0.782
        },
        {
            "start": 4.52958,
            "duration": 0.26353,
            "confidence": 0.782
        },
        {
            "start": 4.79311,
            "duration": 0.26502,
            "confidence": 0.838
        },
        {
            "start": 5.05813,
            "duration": 0.26502,
            "confidence": 0.838
        },
        {
            "start": 5.32316,
            "duration": 0.27044,
            "confidence": 0.639
        },
        {
            "start": 5.59359,
            "duration": 0.27044,
            "confidence": 0.639
        },
        {
            "start": 5.86403,
            "duration": 0.27389,
            "confidence": 0.813
        },
        {
            "start": 6.13792,
            "duration": 0.27389,
            "confidence": 0.813
        },
        {
            "start": 6.41182,
            "duration": 0.27955,
            "confidence": 0.759
        },
        {
            "start": 6.69137,
            "duration": 0.27955,
            "confidence": 0.759
        },
        {
            "start": 6.97092,
            "duration": 0.27884,
            "confidence": 0.585
        },
        {
            "start": 7.24976,
            "duration": 0.27884,
            "confidence": 0.585
        },
        {
            "start": 7.5286,
            "duration": 0.27812,
            "confidence": 0.645
        },
        {
            "start": 7.80671,
            "duration": 0.27812,
            "confidence": 0.645
        },
        {
            "start": 8.08483,
            "duration": 0.27641,
            "confidence": 0.544
        },
        {
            "start": 8.36125,
            "duration": 0.27641,
            "confidence": 0.544
        },
        {
            "start": 8.63766,
            "duration": 0.27692,
            "confidence": 0.634
        },
        {
            "start": 8.91458,
            "duration": 0.27692,
            "confidence": 0.634
        },
        {
            "start": 9.1915,
            "duration": 0.2789,
            "confidence": 0.55
        },
        {
            "start": 9.4704,
            "duration": 0.2789,
            "confidence": 0.55
        },
        {
            "start": 9.7493,
            "duration": 0.2794,
            "confidence": 0.641
        },
        {
            "start": 10.0287,
            "duration": 0.2794,
            "confidence": 0.641
        },
        {
            "start": 10.3081,
            "duration": 0.27942,
            "confidence": 0.739
        },
        {
            "start": 10.58751,
            "duration": 0.27942,
            "confidence": 0.739
        },
        {
            "start": 10.86693,
            "duration": 0.27895,
            "confidence": 0.471
        },
        {
            "start": 11.14588,
            "duration": 0.27895,
            "confidence": 0.471
        },
        {
            "start": 11.42483,
            "duration": 0.28339,
            "confidence": 0.673
        },
        {
            "start": 11.70822,
            "duration": 0.28339,
            "confidence": 0.673
        },
        {
            "start": 11.9916,
            "duration": 0.28176,
            "confidence": 0.473
        },
        {
            "start": 12.27336,
            "duration": 0.28176,
            "confidence": 0.473
        },
        {
            "start": 12.55512,
            "duration": 0.27915,
            "confidence": 0.534
        },
        {
            "start": 12.83426,
            "duration": 0.27915,
            "confidence": 0.534
        },
        {
            "start": 13.11341,
            "duration": 0.27905,
            "confidence": 0.633
        },
        {
            "start": 13.39246,
            "duration": 0.27905,
            "confidence": 0.633
        },
        {
            "start": 13.67151,
            "duration": 0.27845,
            "confidence": 0.417
        },
        {
            "start": 13.94997,
            "duration": 0.27845,
            "confidence": 0.417
        },
        {
            "start": 14.22842,
            "duration": 0.27863,
            "confidence": 0.311
        },
        {
            "start": 14.50705,
            "duration": 0.27863,
            "confidence": 0.311
        },
        {
            "start": 14.78568,
            "duration": 0.27955,
            "confidence": 0.352
        },
        {
            "start": 15.06523,
            "duration": 0.27955,
            "confidence": 0.352
        },
        {
            "start": 15.34477,
            "duration": 0.27652,
            "confidence": 0.486
        },
        {
            "start": 15.6213,
            "duration": 0.27652,
            "confidence": 0.486
        },
        {
            "start": 15.89782,
            "duration": 0.27565,
            "confidence": 0.278
        },
        {
            "start": 16.17347,
            "duration": 0.27565,
            "confidence": 0.278
        },
        {
            "start": 16.44912,
            "duration": 0.27602,
            "confidence": 0.671
        },
        {
            "start": 16.72514,
            "duration": 0.27602,
            "confidence": 0.671
        },
        {
            "start": 17.00116,
            "duration": 0.27093,
            "confidence": 0.642
        },
        {
            "start": 17.27209,
            "duration": 0.27093,
            "confidence": 0.642
        },
        {
            "start": 17.54301,
            "duration": 0.26928,
            "confidence": 0.184
        },
        {
            "start": 17.81229,
            "duration": 0.26928,
            "confidence": 0.184
        },
        {
            "start": 18.08157,
            "duration": 0.26242,
            "confidence": 0.604
        },
        {
            "start": 18.34399,
            "duration": 0.26242,
            "confidence": 0.604
        },
        {
            "start": 18.60642,
            "duration": 0.25998,
            "confidence": 0.736
        },
        {
            "start": 18.86639,
            "duration": 0.25998,
            "confidence": 0.736
        },
        {
            "start": 19.12637,
            "duration": 0.26641,
            "confidence": 0.744
        },
        {
            "start": 19.39277,
            "duration": 0.26641,
            "confidence": 0.744
        },
        {
            "start": 19.65918,
            "duration": 0.2743,
            "confidence": 0.54
        },
        {
            "start": 19.93347,
            "duration": 0.2743,
            "confidence": 0.54
        },
        {
            "start": 20.20777,
            "duration": 0.27874,
            "confidence": 0.49
        },
        {
            "start": 20.48651,
            "duration": 0.27874,
            "confidence": 0.49
        },
        {
            "start": 20.76525,
            "duration": 0.28213,
            "confidence": 0.523
        },
        {
            "start": 21.04737,
            "duration": 0.28213,
            "confidence": 0.523
        },
        {
            "start": 21.3295,
            "duration": 0.2865,
            "confidence": 0.237
        },
        {
            "start": 21.616,
            "duration": 0.2865,
            "confidence": 0.237
        },
        {
            "start": 21.90249,
            "duration": 0.28935,
            "confidence": 0.407
        },
        {
            "start": 22.19184,
            "duration": 0.28935,
            "confidence": 0.407
        },
        {
            "start": 22.48119,
            "duration": 0.29023,
            "confidence": 0.327
        },
        {
            "start": 22.77143,
            "duration": 0.29023,
            "confidence": 0.327
        },
        {
            "start": 23.06166,
            "duration": 0.28271,
            "confidence": 0.215
        },
        {
            "start": 23.34437,
            "duration": 0.28271,
            "confidence": 0.215
        },
        {
            "start": 23.62708,
            "duration": 0.28009,
            "confidence": 0.532
        },
        {
            "start": 23.90717,
            "duration": 0.28009,
            "confidence": 0.532
        },
        {
            "start": 24.18726,
            "duration": 0.27983,
            "confidence": 0.503
        },
        {
            "start": 24.4671,
            "duration": 0.27983,
            "confidence": 0.503
        },
        {
            "start": 24.74693,
            "duration": 0.27597,
            "confidence": 0.129
        },
        {
            "start": 25.0229,
            "duration": 0.27597,
            "confidence": 0.129
        },
        {
            "start": 25.29888,
            "duration": 0.2698,
            "confidence": 0.644
        },
        {
            "start": 25.56868,
            "duration": 0.2698,
            "confidence": 0.644
        },
        {
            "start": 25.83848,
            "duration": 0.2702,
            "confidence": 0.428
        },
        {
            "start": 26.10868,
            "duration": 0.2702,
            "confidence": 0.428
        },
        {
            "start": 26.37889,
            "duration": 0.2677,
            "confidence": 0.678
        },
        {
            "start": 26.64658,
            "duration": 0.2677,
            "confidence": 0.678
        },
        {
            "start": 26.91428,
            "duration": 0.26978,
            "confidence": 0.526
        },
        {
            "start": 27.18405,
            "duration": 0.26978,
            "confidence": 0.526
        },
        {
            "start": 27.45383,
            "duration": 0.26646,
            "confidence": 0.532
        },
        {
            "start": 27.72029,
            "duration": 0.26646,
            "confidence": 0.532
        },
        {
            "start": 27.98674,
            "duration": 0.26308,
            "confidence": 0.24
        },
        {
            "start": 28.24982,
            "duration": 0.26308,
            "confidence": 0.24
        },
        {
            "start": 28.5129,
            "duration": 0.26073,
            "confidence": 0.379
        },
        {
            "start": 28.77364,
            "duration": 0.26073,
            "confidence": 0.379
        },
        {
            "start": 29.03437,
            "duration": 0.26083,
            "confidence": 0.531
        },
        {
            "start": 29.2952,
            "duration": 0.26083,
            "confidence": 0.531
        },
        {
            "start": 29.55603,
            "duration": 0.25954,
            "confidence": 0.631
        },
        {
            "start": 29.81557,
            "duration": 0.25954,
            "confidence": 0.631
        },
        {
            "start": 30.07511,
            "duration": 0.26209,
            "confidence": 0.321
        },
        {
            "start": 30.33719,
            "duration": 0.26209,
            "confidence": 0.321
        },
        {
            "start": 30.59928,
            "duration": 0.26131,
            "confidence": 0.096
        },
        {
            "start": 30.86059,
            "duration": 0.26131,
            "confidence": 0.096
        },
        {
            "start": 31.1219,
            "duration": 0.26162,
            "confidence": 0.259
        },
        {
            "start": 31.38353,
            "duration": 0.26162,
            "confidence": 0.259
        },
        {
            "start": 31.64515,
            "duration": 0.2594,
            "confidence": 0.225
        },
        {
            "start": 31.90455,
            "duration": 0.2594,
            "confidence": 0.225
        },
        {
            "start": 32.16394,
            "duration": 0.26092,
            "confidence": 0.494
        },
        {
            "start": 32.42487,
            "duration": 0.26092,
            "confidence": 0.494
        },
        {
            "start": 32.68579,
            "duration": 0.26107,
            "confidence": 0.315
        },
        {
            "start": 32.94687,
            "duration": 0.26107,
            "confidence": 0.315
        },
        {
            "start": 33.20794,
            "duration": 0.26055,
            "confidence": 0.63
        },
        {
            "start": 33.46849,
            "duration": 0.26055,
            "confidence": 0.63
        },
        {
            "start": 33.72904,
            "duration": 0.26011,
            "confidence": 0.718
        },
        {
            "start": 33.98915,
            "duration": 0.26011,
            "confidence": 0.718
        },
        {
            "start": 34.24926,
            "duration": 0.26071,
            "confidence": 0.532
        },
        {
            "start": 34.50997,
            "duration": 0.26071,
            "confidence": 0.532
        },
        {
            "start": 34.77068,
            "duration": 0.25904,
            "confidence": 0.335
        },
        {
            "start": 35.02972,
            "duration": 0.25904,
            "confidence": 0.335
        },
        {
            "start": 35.28876,
            "duration": 0.25957,
            "confidence": 0.502
        },
        {
            "start": 35.54833,
            "duration": 0.25957,
            "confidence": 0.502
        },
        {
            "start": 35.8079,
            "duration": 0.26021,
            "confidence": 0.326
        },
        {
            "start": 36.06812,
            "duration": 0.26021,
            "confidence": 0.326
        },
        {
            "start": 36.32833,
            "duration": 0.2594,
            "confidence": 0.512
        },
        {
            "start": 36.58773,
            "duration": 0.2594,
            "confidence": 0.512
        },
        {
            "start": 36.84712,
            "duration": 0.25981,
            "confidence": 0.369
        },
        {
            "start": 37.10693,
            "duration": 0.25981,
            "confidence": 0.369
        },
        {
            "start": 37.36674,
            "duration": 0.26046,
            "confidence": 0.668
        },
        {
            "start": 37.6272,
            "duration": 0.26046,
            "confidence": 0.668
        },
        {
            "start": 37.88766,
            "duration": 0.26068,
            "confidence": 0.255
        },
        {
            "start": 38.14834,
            "duration": 0.26068,
            "confidence": 0.255
        },
        {
            "start": 38.40902,
            "duration": 0.26203,
            "confidence": 0.287
        },
        {
            "start": 38.67105,
            "duration": 0.26203,
            "confidence": 0.287
        },
        {
            "start": 38.93309,
            "duration": 0.26214,
            "confidence": 0.466
        },
        {
            "start": 39.19523,
            "duration": 0.26214,
            "confidence": 0.466
        },
        {
            "start": 39.45737,
            "duration": 0.26083,
            "confidence": 0.52
        },
        {
            "start": 39.7182,
            "duration": 0.26083,
            "confidence": 0.52
        },
        {
            "start": 39.97902,
            "duration": 0.26212,
            "confidence": 0.662
        },
        {
            "start": 40.24114,
            "duration": 0.26212,
            "confidence": 0.662
        },
        {
            "start": 40.50327,
            "duration": 0.26091,
            "confidence": 0.362
        },
        {
            "start": 40.76418,
            "duration": 0.26091,
            "confidence": 0.362
        },
        {
            "start": 41.02509,
            "duration": 0.26041,
            "confidence": 0.254
        },
        {
            "start": 41.28551,
            "duration": 0.26041,
            "confidence": 0.254
        },
        {
            "start": 41.54592,
            "duration": 0.26117,
            "confidence": 0.47
        },
        {
            "start": 41.80708,
            "duration": 0.26117,
            "confidence": 0.47
        },
        {
            "start": 42.06825,
            "duration": 0.26127,
            "confidence": 0.442
        },
        {
            "start": 42.32952,
            "duration": 0.26127,
            "confidence": 0.442
        },
        {
            "start": 42.59079,
            "duration": 0.25996,
            "confidence": 0.407
        },
        {
            "start": 42.85075,
            "duration": 0.25996,
            "confidence": 0.407
        },
        {
            "start": 43.11072,
            "duration": 0.26105,
            "confidence": 0.572
        },
        {
            "start": 43.37177,
            "duration": 0.26105,
            "confidence": 0.572
        },
        {
            "start": 43.63282,
            "duration": 0.26093,
            "confidence": 0.563
        },
        {
            "start": 43.89375,
            "duration": 0.26093,
            "confidence": 0.563
        },
        {
            "start": 44.15467,
            "duration": 0.26154,
            "confidence": 0.648
        },
        {
            "start": 44.41622,
            "duration": 0.26154,
            "confidence": 0.648
        },
        {
            "start": 44.67776,
            "duration": 0.26074,
            "confidence": 0.49
        },
        {
            "start": 44.9385,
            "duration": 0.26074,
            "confidence": 0.49
        },
        {
            "start": 45.19923,
            "duration": 0.26019,
            "confidence": 0.388
        },
        {
            "start": 45.45943,
            "duration": 0.26019,
            "confidence": 0.388
        },
        {
            "start": 45.71962,
            "duration": 0.26079,
            "confidence": 0.555
        },
        {
            "start": 45.98041,
            "duration": 0.26079,
            "confidence": 0.555
        },
        {
            "start": 46.2412,
            "duration": 0.26116,
            "confidence": 0.398
        },
        {
            "start": 46.50236,
            "duration": 0.26116,
            "confidence": 0.398
        },
        {
            "start": 46.76352,
            "duration": 0.26199,
            "confidence": 0.325
        },
        {
            "start": 47.02551,
            "duration": 0.26199,
            "confidence": 0.325
        },
        {
            "start": 47.2875,
            "duration": 0.26216,
            "confidence": 0.485
        },
        {
            "start": 47.54967,
            "duration": 0.26216,
            "confidence": 0.485
        },
        {
            "start": 47.81183,
            "duration": 0.26091,
            "confidence": 0.51
        },
        {
            "start": 48.07274,
            "duration": 0.26091,
            "confidence": 0.51
        },
        {
            "start": 48.33364,
            "duration": 0.26201,
            "confidence": 0.493
        },
        {
            "start": 48.59565,
            "duration": 0.26201,
            "confidence": 0.493
        },
        {
            "start": 48.85766,
            "duration": 0.26074,
            "confidence": 0.557
        },
        {
            "start": 49.1184,
            "duration": 0.26074,
            "confidence": 0.557
        },
        {
            "start": 49.37915,
            "duration": 0.26044,
            "confidence": 0.584
        },
        {
            "start": 49.63959,
            "duration": 0.26044,
            "confidence": 0.584
        },
        {
            "start": 49.90002,
            "duration": 0.26056,
            "confidence": 0.625
        },
        {
            "start": 50.16059,
            "duration": 0.26056,
            "confidence": 0.625
        },
        {
            "start": 50.42115,
            "duration": 0.25998,
            "confidence": 0.357
        },
        {
            "start": 50.68113,
            "duration": 0.25998,
            "confidence": 0.357
        },
        {
            "start": 50.9411,
            "duration": 0.25985,
            "confidence": 0.43
        },
        {
            "start": 51.20096,
            "duration": 0.25985,
            "confidence": 0.43
        },
        {
            "start": 51.46081,
            "duration": 0.25978,
            "confidence": 0.498
        },
        {
            "start": 51.72058,
            "duration": 0.25978,
            "confidence": 0.498
        },
        {
            "start": 51.98036,
            "duration": 0.2604,
            "confidence": 0.503
        },
        {
            "start": 52.24076,
            "duration": 0.2604,
            "confidence": 0.503
        },
        {
            "start": 52.50116,
            "duration": 0.26178,
            "confidence": 0.568
        },
        {
            "start": 52.76294,
            "duration": 0.26178,
            "confidence": 0.568
        },
        {
            "start": 53.02472,
            "duration": 0.26084,
            "confidence": 0.655
        },
        {
            "start": 53.28556,
            "duration": 0.26084,
            "confidence": 0.655
        },
        {
            "start": 53.5464,
            "duration": 0.26111,
            "confidence": 0.605
        },
        {
            "start": 53.80751,
            "duration": 0.26111,
            "confidence": 0.605
        },
        {
            "start": 54.06862,
            "duration": 0.26163,
            "confidence": 0.537
        },
        {
            "start": 54.33026,
            "duration": 0.26163,
            "confidence": 0.537
        },
        {
            "start": 54.59189,
            "duration": 0.26172,
            "confidence": 0.385
        },
        {
            "start": 54.85361,
            "duration": 0.26172,
            "confidence": 0.385
        },
        {
            "start": 55.11532,
            "duration": 0.26271,
            "confidence": 0.438
        },
        {
            "start": 55.37803,
            "duration": 0.26271,
            "confidence": 0.438
        },
        {
            "start": 55.64074,
            "duration": 0.26161,
            "confidence": 0.557
        },
        {
            "start": 55.90235,
            "duration": 0.26161,
            "confidence": 0.557
        },
        {
            "start": 56.16395,
            "duration": 0.26048,
            "confidence": 0.54
        },
        {
            "start": 56.42444,
            "duration": 0.26048,
            "confidence": 0.54
        },
        {
            "start": 56.68492,
            "duration": 0.26121,
            "confidence": 0.528
        },
        {
            "start": 56.94613,
            "duration": 0.26121,
            "confidence": 0.528
        },
        {
            "start": 57.20734,
            "duration": 0.25984,
            "confidence": 0.403
        },
        {
            "start": 57.46719,
            "duration": 0.25984,
            "confidence": 0.403
        },
        {
            "start": 57.72703,
            "duration": 0.25986,
            "confidence": 0.337
        },
        {
            "start": 57.98689,
            "duration": 0.25986,
            "confidence": 0.337
        },
        {
            "start": 58.24675,
            "duration": 0.2601,
            "confidence": 0.46
        },
        {
            "start": 58.50685,
            "duration": 0.2601,
            "confidence": 0.46
        },
        {
            "start": 58.76694,
            "duration": 0.2601,
            "confidence": 0.44
        },
        {
            "start": 59.02704,
            "duration": 0.2601,
            "confidence": 0.44
        },
        {
            "start": 59.28714,
            "duration": 0.2601,
            "confidence": 0.337
        },
        {
            "start": 59.54723,
            "duration": 0.2601,
            "confidence": 0.337
        },
        {
            "start": 59.80733,
            "duration": 0.26126,
            "confidence": 0.494
        },
        {
            "start": 60.06859,
            "duration": 0.26126,
            "confidence": 0.494
        },
        {
            "start": 60.32985,
            "duration": 0.26033,
            "confidence": 0.54
        },
        {
            "start": 60.59018,
            "duration": 0.26033,
            "confidence": 0.54
        },
        {
            "start": 60.85051,
            "duration": 0.26126,
            "confidence": 0.576
        },
        {
            "start": 61.11178,
            "duration": 0.26126,
            "confidence": 0.576
        },
        {
            "start": 61.37304,
            "duration": 0.26057,
            "confidence": 0.44
        },
        {
            "start": 61.63361,
            "duration": 0.26057,
            "confidence": 0.44
        },
        {
            "start": 61.89418,
            "duration": 0.26057,
            "confidence": 0.381
        },
        {
            "start": 62.15475,
            "duration": 0.26057,
            "confidence": 0.381
        },
        {
            "start": 62.41532,
            "duration": 0.26034,
            "confidence": 0.387
        },
        {
            "start": 62.67566,
            "duration": 0.26034,
            "confidence": 0.387
        },
        {
            "start": 62.936,
            "duration": 0.26081,
            "confidence": 0.328
        },
        {
            "start": 63.19681,
            "duration": 0.26081,
            "confidence": 0.328
        },
        {
            "start": 63.45763,
            "duration": 0.26012,
            "confidence": 0.351
        },
        {
            "start": 63.71774,
            "duration": 0.26012,
            "confidence": 0.351
        },
        {
            "start": 63.97786,
            "duration": 0.26082,
            "confidence": 0.54
        },
        {
            "start": 64.23868,
            "duration": 0.26082,
            "confidence": 0.54
        },
        {
            "start": 64.4995,
            "duration": 0.26105,
            "confidence": 0.714
        },
        {
            "start": 64.76056,
            "duration": 0.26105,
            "confidence": 0.714
        },
        {
            "start": 65.02161,
            "duration": 0.26059,
            "confidence": 0.75
        },
        {
            "start": 65.2822,
            "duration": 0.26059,
            "confidence": 0.75
        },
        {
            "start": 65.54279,
            "duration": 0.26013,
            "confidence": 0.785
        },
        {
            "start": 65.80292,
            "duration": 0.26013,
            "confidence": 0.785
        },
        {
            "start": 66.06304,
            "duration": 0.26082,
            "confidence": 0.787
        },
        {
            "start": 66.32387,
            "duration": 0.26082,
            "confidence": 0.787
        },
        {
            "start": 66.58469,
            "duration": 0.26129,
            "confidence": 0.738
        },
        {
            "start": 66.84598,
            "duration": 0.26129,
            "confidence": 0.738
        },
        {
            "start": 67.10726,
            "duration": 0.26082,
            "confidence": 0.699
        },
        {
            "start": 67.36808,
            "duration": 0.26082,
            "confidence": 0.699
        },
        {
            "start": 67.62889,
            "duration": 0.26105,
            "confidence": 0.632
        },
        {
            "start": 67.88994,
            "duration": 0.26105,
            "confidence": 0.632
        },
        {
            "start": 68.15099,
            "duration": 0.26105,
            "confidence": 0.688
        },
        {
            "start": 68.41203,
            "duration": 0.26105,
            "confidence": 0.688
        },
        {
            "start": 68.67308,
            "duration": 0.26291,
            "confidence": 0.492
        },
        {
            "start": 68.93598,
            "duration": 0.26291,
            "confidence": 0.492
        },
        {
            "start": 69.19889,
            "duration": 0.25918,
            "confidence": 0.421
        },
        {
            "start": 69.45807,
            "duration": 0.25918,
            "confidence": 0.421
        },
        {
            "start": 69.71725,
            "duration": 0.26221,
            "confidence": 0.427
        },
        {
            "start": 69.97946,
            "duration": 0.26221,
            "confidence": 0.427
        },
        {
            "start": 70.24167,
            "duration": 0.26012,
            "confidence": 0.618
        },
        {
            "start": 70.50179,
            "duration": 0.26012,
            "confidence": 0.618
        },
        {
            "start": 70.76191,
            "duration": 0.26036,
            "confidence": 0.579
        },
        {
            "start": 71.02227,
            "duration": 0.26036,
            "confidence": 0.579
        },
        {
            "start": 71.28263,
            "duration": 0.26106,
            "confidence": 0.613
        },
        {
            "start": 71.54369,
            "duration": 0.26106,
            "confidence": 0.613
        },
        {
            "start": 71.80475,
            "duration": 0.26153,
            "confidence": 0.723
        },
        {
            "start": 72.06628,
            "duration": 0.26153,
            "confidence": 0.723
        },
        {
            "start": 72.32781,
            "duration": 0.26037,
            "confidence": 0.779
        },
        {
            "start": 72.58817,
            "duration": 0.26037,
            "confidence": 0.779
        },
        {
            "start": 72.84854,
            "duration": 0.2641,
            "confidence": 0.666
        },
        {
            "start": 73.11264,
            "duration": 0.2641,
            "confidence": 0.666
        },
        {
            "start": 73.37674,
            "duration": 0.26013,
            "confidence": 0.662
        },
        {
            "start": 73.63687,
            "duration": 0.26013,
            "confidence": 0.662
        },
        {
            "start": 73.89701,
            "duration": 0.26292,
            "confidence": 0.527
        },
        {
            "start": 74.15993,
            "duration": 0.26292,
            "confidence": 0.527
        },
        {
            "start": 74.42285,
            "duration": 0.26268,
            "confidence": 0.717
        },
        {
            "start": 74.68554,
            "duration": 0.26268,
            "confidence": 0.717
        },
        {
            "start": 74.94822,
            "duration": 0.26198,
            "confidence": 0.693
        },
        {
            "start": 75.2102,
            "duration": 0.26198,
            "confidence": 0.693
        },
        {
            "start": 75.47218,
            "duration": 0.26058,
            "confidence": 0.615
        },
        {
            "start": 75.73276,
            "duration": 0.26058,
            "confidence": 0.615
        },
        {
            "start": 75.99334,
            "duration": 0.26081,
            "confidence": 0.512
        },
        {
            "start": 76.25415,
            "duration": 0.26081,
            "confidence": 0.512
        },
        {
            "start": 76.51496,
            "duration": 0.26011,
            "confidence": 0.696
        },
        {
            "start": 76.77506,
            "duration": 0.26011,
            "confidence": 0.696
        },
        {
            "start": 77.03517,
            "duration": 0.26081,
            "confidence": 0.536
        },
        {
            "start": 77.29598,
            "duration": 0.26081,
            "confidence": 0.536
        },
        {
            "start": 77.55678,
            "duration": 0.26011,
            "confidence": 0.616
        },
        {
            "start": 77.8169,
            "duration": 0.26011,
            "confidence": 0.616
        },
        {
            "start": 78.07701,
            "duration": 0.26082,
            "confidence": 0.428
        },
        {
            "start": 78.33782,
            "duration": 0.26082,
            "confidence": 0.428
        },
        {
            "start": 78.59864,
            "duration": 0.25942,
            "confidence": 0.586
        },
        {
            "start": 78.85806,
            "duration": 0.25942,
            "confidence": 0.586
        },
        {
            "start": 79.11749,
            "duration": 0.26059,
            "confidence": 0.512
        },
        {
            "start": 79.37808,
            "duration": 0.26059,
            "confidence": 0.512
        },
        {
            "start": 79.63866,
            "duration": 0.26059,
            "confidence": 0.452
        },
        {
            "start": 79.89925,
            "duration": 0.26059,
            "confidence": 0.452
        },
        {
            "start": 80.15984,
            "duration": 0.26199,
            "confidence": 0.645
        },
        {
            "start": 80.42183,
            "duration": 0.26199,
            "confidence": 0.645
        },
        {
            "start": 80.68382,
            "duration": 0.26082,
            "confidence": 0.752
        },
        {
            "start": 80.94464,
            "duration": 0.26082,
            "confidence": 0.752
        },
        {
            "start": 81.20546,
            "duration": 0.26012,
            "confidence": 0.693
        },
        {
            "start": 81.46558,
            "duration": 0.26012,
            "confidence": 0.693
        },
        {
            "start": 81.7257,
            "duration": 0.25988,
            "confidence": 0.615
        },
        {
            "start": 81.98558,
            "duration": 0.25988,
            "confidence": 0.615
        },
        {
            "start": 82.24547,
            "duration": 0.26151,
            "confidence": 0.535
        },
        {
            "start": 82.50698,
            "duration": 0.26151,
            "confidence": 0.535
        },
        {
            "start": 82.76849,
            "duration": 0.26057,
            "confidence": 0.724
        },
        {
            "start": 83.02906,
            "duration": 0.26057,
            "confidence": 0.724
        },
        {
            "start": 83.28964,
            "duration": 0.25941,
            "confidence": 0.728
        },
        {
            "start": 83.54904,
            "duration": 0.25941,
            "confidence": 0.728
        },
        {
            "start": 83.80845,
            "duration": 0.26103,
            "confidence": 0.638
        },
        {
            "start": 84.06948,
            "duration": 0.26103,
            "confidence": 0.638
        },
        {
            "start": 84.33052,
            "duration": 0.2608,
            "confidence": 0.456
        },
        {
            "start": 84.59132,
            "duration": 0.2608,
            "confidence": 0.456
        },
        {
            "start": 84.85212,
            "duration": 0.2608,
            "confidence": 0.584
        },
        {
            "start": 85.11292,
            "duration": 0.2608,
            "confidence": 0.584
        },
        {
            "start": 85.37373,
            "duration": 0.26034,
            "confidence": 0.381
        },
        {
            "start": 85.63407,
            "duration": 0.26034,
            "confidence": 0.381
        },
        {
            "start": 85.89441,
            "duration": 0.26127,
            "confidence": 0.355
        },
        {
            "start": 86.15568,
            "duration": 0.26127,
            "confidence": 0.355
        },
        {
            "start": 86.41695,
            "duration": 0.26127,
            "confidence": 0.547
        },
        {
            "start": 86.67822,
            "duration": 0.26127,
            "confidence": 0.547
        },
        {
            "start": 86.9395,
            "duration": 0.26197,
            "confidence": 0.715
        },
        {
            "start": 87.20147,
            "duration": 0.26197,
            "confidence": 0.715
        },
        {
            "start": 87.46344,
            "duration": 0.25964,
            "confidence": 0.591
        },
        {
            "start": 87.72308,
            "duration": 0.25964,
            "confidence": 0.591
        },
        {
            "start": 87.98273,
            "duration": 0.2608,
            "confidence": 0.459
        },
        {
            "start": 88.24353,
            "duration": 0.2608,
            "confidence": 0.459
        },
        {
            "start": 88.50433,
            "duration": 0.25963,
            "confidence": 0.419
        },
        {
            "start": 88.76396,
            "duration": 0.25963,
            "confidence": 0.419
        },
        {
            "start": 89.02359,
            "duration": 0.26032,
            "confidence": 0.578
        },
        {
            "start": 89.28392,
            "duration": 0.26032,
            "confidence": 0.578
        },
        {
            "start": 89.54424,
            "duration": 0.25985,
            "confidence": 0.402
        },
        {
            "start": 89.80409,
            "duration": 0.25985,
            "confidence": 0.402
        },
        {
            "start": 90.06395,
            "duration": 0.26101,
            "confidence": 0.374
        },
        {
            "start": 90.32495,
            "duration": 0.26101,
            "confidence": 0.374
        },
        {
            "start": 90.58596,
            "duration": 0.26193,
            "confidence": 0.262
        },
        {
            "start": 90.8479,
            "duration": 0.26193,
            "confidence": 0.262
        },
        {
            "start": 91.10983,
            "duration": 0.2603,
            "confidence": 0.417
        },
        {
            "start": 91.37013,
            "duration": 0.2603,
            "confidence": 0.417
        },
        {
            "start": 91.63043,
            "duration": 0.26123,
            "confidence": 0.432
        },
        {
            "start": 91.89167,
            "duration": 0.26123,
            "confidence": 0.432
        },
        {
            "start": 92.1529,
            "duration": 0.26286,
            "confidence": 0.41
        },
        {
            "start": 92.41576,
            "duration": 0.26286,
            "confidence": 0.41
        },
        {
            "start": 92.67862,
            "duration": 0.2624,
            "confidence": 0.239
        },
        {
            "start": 92.94102,
            "duration": 0.2624,
            "confidence": 0.239
        },
        {
            "start": 93.20342,
            "duration": 0.26147,
            "confidence": 0.363
        },
        {
            "start": 93.4649,
            "duration": 0.26147,
            "confidence": 0.363
        },
        {
            "start": 93.72637,
            "duration": 0.26078,
            "confidence": 0.431
        },
        {
            "start": 93.98715,
            "duration": 0.26078,
            "confidence": 0.431
        },
        {
            "start": 94.24792,
            "duration": 0.26055,
            "confidence": 0.532
        },
        {
            "start": 94.50847,
            "duration": 0.26055,
            "confidence": 0.532
        },
        {
            "start": 94.76902,
            "duration": 0.26078,
            "confidence": 0.584
        },
        {
            "start": 95.02979,
            "duration": 0.26078,
            "confidence": 0.584
        },
        {
            "start": 95.29057,
            "duration": 0.26054,
            "confidence": 0.636
        },
        {
            "start": 95.55111,
            "duration": 0.26054,
            "confidence": 0.636
        },
        {
            "start": 95.81165,
            "duration": 0.26052,
            "confidence": 0.619
        },
        {
            "start": 96.07217,
            "duration": 0.26052,
            "confidence": 0.619
        },
        {
            "start": 96.33269,
            "duration": 0.26097,
            "confidence": 0.464
        },
        {
            "start": 96.59367,
            "duration": 0.26097,
            "confidence": 0.464
        },
        {
            "start": 96.85464,
            "duration": 0.26026,
            "confidence": 0.465
        },
        {
            "start": 97.1149,
            "duration": 0.26026,
            "confidence": 0.465
        },
        {
            "start": 97.37515,
            "duration": 0.26048,
            "confidence": 0.498
        },
        {
            "start": 97.63564,
            "duration": 0.26048,
            "confidence": 0.498
        },
        {
            "start": 97.89612,
            "duration": 0.25977,
            "confidence": 0.447
        },
        {
            "start": 98.15589,
            "duration": 0.25977,
            "confidence": 0.447
        },
        {
            "start": 98.41566,
            "duration": 0.26117,
            "confidence": 0.482
        },
        {
            "start": 98.67684,
            "duration": 0.26117,
            "confidence": 0.482
        },
        {
            "start": 98.93801,
            "duration": 0.25978,
            "confidence": 0.58
        },
        {
            "start": 99.19779,
            "duration": 0.25978,
            "confidence": 0.58
        },
        {
            "start": 99.45758,
            "duration": 0.26027,
            "confidence": 0.647
        },
        {
            "start": 99.71785,
            "duration": 0.26027,
            "confidence": 0.647
        },
        {
            "start": 99.97812,
            "duration": 0.26076,
            "confidence": 0.562
        },
        {
            "start": 100.23888,
            "duration": 0.26076,
            "confidence": 0.562
        },
        {
            "start": 100.49965,
            "duration": 0.26126,
            "confidence": 0.346
        },
        {
            "start": 100.7609,
            "duration": 0.26126,
            "confidence": 0.346
        },
        {
            "start": 101.02216,
            "duration": 0.26081,
            "confidence": 0.435
        },
        {
            "start": 101.28297,
            "duration": 0.26081,
            "confidence": 0.435
        },
        {
            "start": 101.54379,
            "duration": 0.26245,
            "confidence": 0.541
        },
        {
            "start": 101.80624,
            "duration": 0.26245,
            "confidence": 0.541
        },
        {
            "start": 102.06869,
            "duration": 0.26082,
            "confidence": 0.559
        },
        {
            "start": 102.32951,
            "duration": 0.26082,
            "confidence": 0.559
        },
        {
            "start": 102.59033,
            "duration": 0.26221,
            "confidence": 0.577
        },
        {
            "start": 102.85254,
            "duration": 0.26221,
            "confidence": 0.577
        },
        {
            "start": 103.11475,
            "duration": 0.26033,
            "confidence": 0.354
        },
        {
            "start": 103.37508,
            "duration": 0.26033,
            "confidence": 0.354
        },
        {
            "start": 103.6354,
            "duration": 0.25985,
            "confidence": 0.275
        },
        {
            "start": 103.89525,
            "duration": 0.25985,
            "confidence": 0.275
        },
        {
            "start": 104.1551,
            "duration": 0.26123,
            "confidence": 0.406
        },
        {
            "start": 104.41632,
            "duration": 0.26123,
            "confidence": 0.406
        },
        {
            "start": 104.67755,
            "duration": 0.26214,
            "confidence": 0.409
        },
        {
            "start": 104.93969,
            "duration": 0.26214,
            "confidence": 0.409
        },
        {
            "start": 105.20184,
            "duration": 0.25912,
            "confidence": 0.403
        },
        {
            "start": 105.46095,
            "duration": 0.25912,
            "confidence": 0.403
        },
        {
            "start": 105.72007,
            "duration": 0.26098,
            "confidence": 0.547
        },
        {
            "start": 105.98105,
            "duration": 0.26098,
            "confidence": 0.547
        },
        {
            "start": 106.24203,
            "duration": 0.26006,
            "confidence": 0.559
        },
        {
            "start": 106.50208,
            "duration": 0.26006,
            "confidence": 0.559
        },
        {
            "start": 106.76214,
            "duration": 0.26169,
            "confidence": 0.597
        },
        {
            "start": 107.02383,
            "duration": 0.26169,
            "confidence": 0.597
        },
        {
            "start": 107.28552,
            "duration": 0.261,
            "confidence": 0.479
        },
        {
            "start": 107.54652,
            "duration": 0.261,
            "confidence": 0.479
        },
        {
            "start": 107.80752,
            "duration": 0.2603,
            "confidence": 0.404
        },
        {
            "start": 108.06782,
            "duration": 0.2603,
            "confidence": 0.404
        },
        {
            "start": 108.32812,
            "duration": 0.26006,
            "confidence": 0.475
        },
        {
            "start": 108.58818,
            "duration": 0.26006,
            "confidence": 0.475
        },
        {
            "start": 108.84824,
            "duration": 0.26215,
            "confidence": 0.416
        },
        {
            "start": 109.11039,
            "duration": 0.26215,
            "confidence": 0.416
        },
        {
            "start": 109.37254,
            "duration": 0.26213,
            "confidence": 0.368
        },
        {
            "start": 109.63467,
            "duration": 0.26213,
            "confidence": 0.368
        },
        {
            "start": 109.89681,
            "duration": 0.26236,
            "confidence": 0.515
        },
        {
            "start": 110.15916,
            "duration": 0.26236,
            "confidence": 0.515
        },
        {
            "start": 110.42152,
            "duration": 0.26094,
            "confidence": 0.496
        },
        {
            "start": 110.68246,
            "duration": 0.26094,
            "confidence": 0.496
        },
        {
            "start": 110.9434,
            "duration": 0.26139,
            "confidence": 0.486
        },
        {
            "start": 111.2048,
            "duration": 0.26139,
            "confidence": 0.486
        },
        {
            "start": 111.46619,
            "duration": 0.26021,
            "confidence": 0.566
        },
        {
            "start": 111.7264,
            "duration": 0.26021,
            "confidence": 0.566
        },
        {
            "start": 111.98661,
            "duration": 0.26066,
            "confidence": 0.57
        },
        {
            "start": 112.24727,
            "duration": 0.26066,
            "confidence": 0.57
        },
        {
            "start": 112.50793,
            "duration": 0.26042,
            "confidence": 0.579
        },
        {
            "start": 112.76835,
            "duration": 0.26042,
            "confidence": 0.579
        },
        {
            "start": 113.02876,
            "duration": 0.25994,
            "confidence": 0.413
        },
        {
            "start": 113.28871,
            "duration": 0.25994,
            "confidence": 0.413
        },
        {
            "start": 113.54865,
            "duration": 0.25992,
            "confidence": 0.468
        },
        {
            "start": 113.80857,
            "duration": 0.25992,
            "confidence": 0.468
        },
        {
            "start": 114.06849,
            "duration": 0.26014,
            "confidence": 0.517
        },
        {
            "start": 114.32864,
            "duration": 0.26014,
            "confidence": 0.517
        },
        {
            "start": 114.58878,
            "duration": 0.26058,
            "confidence": 0.518
        },
        {
            "start": 114.84935,
            "duration": 0.26058,
            "confidence": 0.518
        },
        {
            "start": 115.10993,
            "duration": 0.26195,
            "confidence": 0.581
        },
        {
            "start": 115.37188,
            "duration": 0.26195,
            "confidence": 0.581
        },
        {
            "start": 115.63383,
            "duration": 0.26075,
            "confidence": 0.668
        },
        {
            "start": 115.89458,
            "duration": 0.26075,
            "confidence": 0.668
        },
        {
            "start": 116.15533,
            "duration": 0.26071,
            "confidence": 0.612
        },
        {
            "start": 116.41604,
            "duration": 0.26071,
            "confidence": 0.612
        },
        {
            "start": 116.67675,
            "duration": 0.26136,
            "confidence": 0.556
        },
        {
            "start": 116.9381,
            "duration": 0.26136,
            "confidence": 0.556
        },
        {
            "start": 117.19946,
            "duration": 0.26224,
            "confidence": 0.389
        },
        {
            "start": 117.4617,
            "duration": 0.26224,
            "confidence": 0.389
        },
        {
            "start": 117.72395,
            "duration": 0.26242,
            "confidence": 0.441
        },
        {
            "start": 117.98637,
            "duration": 0.26242,
            "confidence": 0.441
        },
        {
            "start": 118.24879,
            "duration": 0.26145,
            "confidence": 0.556
        },
        {
            "start": 118.51025,
            "duration": 0.26145,
            "confidence": 0.556
        },
        {
            "start": 118.7717,
            "duration": 0.26048,
            "confidence": 0.544
        },
        {
            "start": 119.03218,
            "duration": 0.26048,
            "confidence": 0.544
        },
        {
            "start": 119.29266,
            "duration": 0.26138,
            "confidence": 0.523
        },
        {
            "start": 119.55404,
            "duration": 0.26138,
            "confidence": 0.523
        },
        {
            "start": 119.81542,
            "duration": 0.26042,
            "confidence": 0.385
        },
        {
            "start": 120.07583,
            "duration": 0.26042,
            "confidence": 0.385
        },
        {
            "start": 120.33625,
            "duration": 0.25993,
            "confidence": 0.349
        },
        {
            "start": 120.59618,
            "duration": 0.25993,
            "confidence": 0.349
        },
        {
            "start": 120.85611,
            "duration": 0.26038,
            "confidence": 0.49
        },
        {
            "start": 121.11649,
            "duration": 0.26038,
            "confidence": 0.49
        },
        {
            "start": 121.37686,
            "duration": 0.2606,
            "confidence": 0.461
        },
        {
            "start": 121.63746,
            "duration": 0.2606,
            "confidence": 0.461
        },
        {
            "start": 121.89806,
            "duration": 0.26059,
            "confidence": 0.365
        },
        {
            "start": 122.15865,
            "duration": 0.26059,
            "confidence": 0.365
        },
        {
            "start": 122.41924,
            "duration": 0.26152,
            "confidence": 0.503
        },
        {
            "start": 122.68076,
            "duration": 0.26152,
            "confidence": 0.503
        },
        {
            "start": 122.94228,
            "duration": 0.26059,
            "confidence": 0.519
        },
        {
            "start": 123.20286,
            "duration": 0.26059,
            "confidence": 0.519
        },
        {
            "start": 123.46345,
            "duration": 0.26128,
            "confidence": 0.56
        },
        {
            "start": 123.72473,
            "duration": 0.26128,
            "confidence": 0.56
        },
        {
            "start": 123.98601,
            "duration": 0.26151,
            "confidence": 0.433
        },
        {
            "start": 124.24751,
            "duration": 0.26151,
            "confidence": 0.433
        },
        {
            "start": 124.50902,
            "duration": 0.25988,
            "confidence": 0.331
        },
        {
            "start": 124.76891,
            "duration": 0.25988,
            "confidence": 0.331
        },
        {
            "start": 125.02879,
            "duration": 0.25942,
            "confidence": 0.31
        },
        {
            "start": 125.2882,
            "duration": 0.25942,
            "confidence": 0.31
        },
        {
            "start": 125.54762,
            "duration": 0.26034,
            "confidence": 0.227
        },
        {
            "start": 125.80796,
            "duration": 0.26034,
            "confidence": 0.227
        },
        {
            "start": 126.0683,
            "duration": 0.25964,
            "confidence": 0.336
        },
        {
            "start": 126.32795,
            "duration": 0.25964,
            "confidence": 0.336
        },
        {
            "start": 126.58759,
            "duration": 0.26034,
            "confidence": 0.525
        },
        {
            "start": 126.84793,
            "duration": 0.26034,
            "confidence": 0.525
        },
        {
            "start": 127.10827,
            "duration": 0.26103,
            "confidence": 0.712
        },
        {
            "start": 127.36931,
            "duration": 0.26103,
            "confidence": 0.712
        },
        {
            "start": 127.63034,
            "duration": 0.26034,
            "confidence": 0.686
        },
        {
            "start": 127.89068,
            "duration": 0.26034,
            "confidence": 0.686
        },
        {
            "start": 128.15102,
            "duration": 0.25987,
            "confidence": 0.774
        },
        {
            "start": 128.41087,
            "duration": 0.25987,
            "confidence": 0.774
        },
        {
            "start": 128.67075,
            "duration": 0.26103,
            "confidence": 0.73
        },
        {
            "start": 128.93178,
            "duration": 0.26103,
            "confidence": 0.73
        },
        {
            "start": 129.19281,
            "duration": 0.2601,
            "confidence": 0.792
        },
        {
            "start": 129.45291,
            "duration": 0.2601,
            "confidence": 0.792
        },
        {
            "start": 129.71301,
            "duration": 0.26079,
            "confidence": 0.718
        },
        {
            "start": 129.9738,
            "duration": 0.26079,
            "confidence": 0.718
        },
        {
            "start": 130.23459,
            "duration": 0.26056,
            "confidence": 0.601
        },
        {
            "start": 130.49513,
            "duration": 0.26056,
            "confidence": 0.601
        },
        {
            "start": 130.7557,
            "duration": 0.26079,
            "confidence": 0.528
        },
        {
            "start": 131.0165,
            "duration": 0.26079,
            "confidence": 0.528
        },
        {
            "start": 131.27727,
            "duration": 0.26055,
            "confidence": 0.462
        },
        {
            "start": 131.53783,
            "duration": 0.26055,
            "confidence": 0.462
        },
        {
            "start": 131.79839,
            "duration": 0.26171,
            "confidence": 0.571
        },
        {
            "start": 132.06009,
            "duration": 0.26171,
            "confidence": 0.571
        },
        {
            "start": 132.32181,
            "duration": 0.26125,
            "confidence": 0.592
        },
        {
            "start": 132.58305,
            "duration": 0.26125,
            "confidence": 0.592
        },
        {
            "start": 132.8443,
            "duration": 0.26241,
            "confidence": 0.687
        },
        {
            "start": 133.1067,
            "duration": 0.26241,
            "confidence": 0.687
        },
        {
            "start": 133.36913,
            "duration": 0.26148,
            "confidence": 0.661
        },
        {
            "start": 133.6306,
            "duration": 0.26148,
            "confidence": 0.661
        },
        {
            "start": 133.89207,
            "duration": 0.26102,
            "confidence": 0.566
        },
        {
            "start": 134.1531,
            "duration": 0.26102,
            "confidence": 0.566
        },
        {
            "start": 134.41412,
            "duration": 0.26055,
            "confidence": 0.573
        },
        {
            "start": 134.67467,
            "duration": 0.26055,
            "confidence": 0.573
        },
        {
            "start": 134.93521,
            "duration": 0.26124,
            "confidence": 0.48
        },
        {
            "start": 135.19646,
            "duration": 0.26124,
            "confidence": 0.48
        },
        {
            "start": 135.4577,
            "duration": 0.26124,
            "confidence": 0.54
        },
        {
            "start": 135.71893,
            "duration": 0.26124,
            "confidence": 0.54
        },
        {
            "start": 135.98018,
            "duration": 0.26124,
            "confidence": 0.66
        },
        {
            "start": 136.24142,
            "duration": 0.26124,
            "confidence": 0.66
        },
        {
            "start": 136.50266,
            "duration": 0.25984,
            "confidence": 0.691
        },
        {
            "start": 136.7625,
            "duration": 0.25984,
            "confidence": 0.691
        },
        {
            "start": 137.02234,
            "duration": 0.26123,
            "confidence": 0.79
        },
        {
            "start": 137.28358,
            "duration": 0.26123,
            "confidence": 0.79
        },
        {
            "start": 137.54482,
            "duration": 0.261,
            "confidence": 0.716
        },
        {
            "start": 137.80582,
            "duration": 0.261,
            "confidence": 0.716
        },
        {
            "start": 138.0668,
            "duration": 0.26076,
            "confidence": 0.605
        },
        {
            "start": 138.32758,
            "duration": 0.26076,
            "confidence": 0.605
        },
        {
            "start": 138.58833,
            "duration": 0.26076,
            "confidence": 0.57
        },
        {
            "start": 138.84909,
            "duration": 0.26076,
            "confidence": 0.57
        },
        {
            "start": 139.10986,
            "duration": 0.26053,
            "confidence": 0.584
        },
        {
            "start": 139.37038,
            "duration": 0.26053,
            "confidence": 0.584
        },
        {
            "start": 139.6309,
            "duration": 0.25983,
            "confidence": 0.504
        },
        {
            "start": 139.89075,
            "duration": 0.25983,
            "confidence": 0.504
        },
        {
            "start": 140.15057,
            "duration": 0.26099,
            "confidence": 0.613
        },
        {
            "start": 140.41158,
            "duration": 0.26099,
            "confidence": 0.613
        },
        {
            "start": 140.67256,
            "duration": 0.26029,
            "confidence": 0.628
        },
        {
            "start": 140.93285,
            "duration": 0.26029,
            "confidence": 0.628
        },
        {
            "start": 141.19315,
            "duration": 0.26122,
            "confidence": 0.68
        },
        {
            "start": 141.45438,
            "duration": 0.26122,
            "confidence": 0.68
        },
        {
            "start": 141.71559,
            "duration": 0.26169,
            "confidence": 0.481
        },
        {
            "start": 141.97728,
            "duration": 0.26169,
            "confidence": 0.481
        },
        {
            "start": 142.23895,
            "duration": 0.26052,
            "confidence": 0.371
        },
        {
            "start": 142.4995,
            "duration": 0.26052,
            "confidence": 0.371
        },
        {
            "start": 142.76001,
            "duration": 0.26075,
            "confidence": 0.458
        },
        {
            "start": 143.02077,
            "duration": 0.26075,
            "confidence": 0.458
        },
        {
            "start": 143.28152,
            "duration": 0.26145,
            "confidence": 0.511
        },
        {
            "start": 143.54297,
            "duration": 0.26145,
            "confidence": 0.511
        },
        {
            "start": 143.80441,
            "duration": 0.26122,
            "confidence": 0.591
        },
        {
            "start": 144.06564,
            "duration": 0.26122,
            "confidence": 0.591
        },
        {
            "start": 144.32686,
            "duration": 0.26168,
            "confidence": 0.694
        },
        {
            "start": 144.58855,
            "duration": 0.26168,
            "confidence": 0.694
        },
        {
            "start": 144.85022,
            "duration": 0.26122,
            "confidence": 0.711
        },
        {
            "start": 145.11143,
            "duration": 0.26122,
            "confidence": 0.711
        },
        {
            "start": 145.37265,
            "duration": 0.25982,
            "confidence": 0.773
        },
        {
            "start": 145.63248,
            "duration": 0.25982,
            "confidence": 0.773
        },
        {
            "start": 145.89229,
            "duration": 0.26075,
            "confidence": 0.688
        },
        {
            "start": 146.15305,
            "duration": 0.26075,
            "confidence": 0.688
        },
        {
            "start": 146.4138,
            "duration": 0.26168,
            "confidence": 0.576
        },
        {
            "start": 146.67548,
            "duration": 0.26168,
            "confidence": 0.576
        },
        {
            "start": 146.93716,
            "duration": 0.26192,
            "confidence": 0.491
        },
        {
            "start": 147.19908,
            "duration": 0.26192,
            "confidence": 0.491
        },
        {
            "start": 147.46098,
            "duration": 0.26145,
            "confidence": 0.492
        },
        {
            "start": 147.72244,
            "duration": 0.26145,
            "confidence": 0.492
        },
        {
            "start": 147.9839,
            "duration": 0.25844,
            "confidence": 0.574
        },
        {
            "start": 148.24232,
            "duration": 0.25844,
            "confidence": 0.574
        },
        {
            "start": 148.50076,
            "duration": 0.26053,
            "confidence": 0.528
        },
        {
            "start": 148.76129,
            "duration": 0.26053,
            "confidence": 0.528
        },
        {
            "start": 149.02182,
            "duration": 0.26238,
            "confidence": 0.532
        },
        {
            "start": 149.2842,
            "duration": 0.26238,
            "confidence": 0.532
        },
        {
            "start": 149.54659,
            "duration": 0.26146,
            "confidence": 0.375
        },
        {
            "start": 149.80804,
            "duration": 0.26146,
            "confidence": 0.375
        },
        {
            "start": 150.0695,
            "duration": 0.26076,
            "confidence": 0.243
        },
        {
            "start": 150.33026,
            "duration": 0.26076,
            "confidence": 0.243
        },
        {
            "start": 150.59103,
            "duration": 0.26077,
            "confidence": 0.187
        },
        {
            "start": 150.85179,
            "duration": 0.26077,
            "confidence": 0.187
        },
        {
            "start": 151.11256,
            "duration": 0.26054,
            "confidence": 0.177
        },
        {
            "start": 151.3731,
            "duration": 0.26054,
            "confidence": 0.177
        },
        {
            "start": 151.63364,
            "duration": 0.2631,
            "confidence": 0.313
        },
        {
            "start": 151.89674,
            "duration": 0.2631,
            "confidence": 0.313
        },
        {
            "start": 152.15984,
            "duration": 0.26101,
            "confidence": 0.391
        },
        {
            "start": 152.42085,
            "duration": 0.26101,
            "confidence": 0.391
        },
        {
            "start": 152.68185,
            "duration": 0.26032,
            "confidence": 0.498
        },
        {
            "start": 152.94217,
            "duration": 0.26032,
            "confidence": 0.498
        },
        {
            "start": 153.20248,
            "duration": 0.26031,
            "confidence": 0.537
        },
        {
            "start": 153.4628,
            "duration": 0.26031,
            "confidence": 0.537
        },
        {
            "start": 153.72311,
            "duration": 0.25961,
            "confidence": 0.62
        },
        {
            "start": 153.98273,
            "duration": 0.25961,
            "confidence": 0.62
        },
        {
            "start": 154.24234,
            "duration": 0.26007,
            "confidence": 0.587
        },
        {
            "start": 154.50241,
            "duration": 0.26007,
            "confidence": 0.587
        },
        {
            "start": 154.76248,
            "duration": 0.261,
            "confidence": 0.468
        },
        {
            "start": 155.02348,
            "duration": 0.261,
            "confidence": 0.468
        },
        {
            "start": 155.28448,
            "duration": 0.2603,
            "confidence": 0.476
        },
        {
            "start": 155.54478,
            "duration": 0.2603,
            "confidence": 0.476
        },
        {
            "start": 155.80508,
            "duration": 0.26007,
            "confidence": 0.511
        },
        {
            "start": 156.06516,
            "duration": 0.26007,
            "confidence": 0.511
        },
        {
            "start": 156.32521,
            "duration": 0.2603,
            "confidence": 0.461
        },
        {
            "start": 156.58553,
            "duration": 0.2603,
            "confidence": 0.461
        },
        {
            "start": 156.84583,
            "duration": 0.26123,
            "confidence": 0.454
        },
        {
            "start": 157.10706,
            "duration": 0.26123,
            "confidence": 0.454
        },
        {
            "start": 157.36829,
            "duration": 0.26078,
            "confidence": 0.532
        },
        {
            "start": 157.62904,
            "duration": 0.26078,
            "confidence": 0.532
        },
        {
            "start": 157.88983,
            "duration": 0.26078,
            "confidence": 0.607
        },
        {
            "start": 158.1506,
            "duration": 0.26078,
            "confidence": 0.607
        },
        {
            "start": 158.41139,
            "duration": 0.26103,
            "confidence": 0.545
        },
        {
            "start": 158.67242,
            "duration": 0.26103,
            "confidence": 0.545
        },
        {
            "start": 158.93346,
            "duration": 0.26127,
            "confidence": 0.307
        },
        {
            "start": 159.19472,
            "duration": 0.26127,
            "confidence": 0.307
        },
        {
            "start": 159.45598,
            "duration": 0.26152,
            "confidence": 0.391
        },
        {
            "start": 159.7175,
            "duration": 0.26152,
            "confidence": 0.391
        },
        {
            "start": 159.97902,
            "duration": 0.26223,
            "confidence": 0.511
        },
        {
            "start": 160.24126,
            "duration": 0.26223,
            "confidence": 0.511
        },
        {
            "start": 160.5035,
            "duration": 0.2604,
            "confidence": 0.547
        },
        {
            "start": 160.76389,
            "duration": 0.2604,
            "confidence": 0.547
        },
        {
            "start": 161.02428,
            "duration": 0.26157,
            "confidence": 0.576
        },
        {
            "start": 161.28586,
            "duration": 0.26157,
            "confidence": 0.576
        },
        {
            "start": 161.54742,
            "duration": 0.25974,
            "confidence": 0.336
        },
        {
            "start": 161.80717,
            "duration": 0.25974,
            "confidence": 0.336
        },
        {
            "start": 162.06691,
            "duration": 0.25953,
            "confidence": 0.177
        },
        {
            "start": 162.32643,
            "duration": 0.25953,
            "confidence": 0.177
        },
        {
            "start": 162.58595,
            "duration": 0.26141,
            "confidence": 0.273
        },
        {
            "start": 162.84737,
            "duration": 0.26141,
            "confidence": 0.273
        },
        {
            "start": 163.1088,
            "duration": 0.26213,
            "confidence": 0.269
        },
        {
            "start": 163.37091,
            "duration": 0.26213,
            "confidence": 0.269
        },
        {
            "start": 163.63304,
            "duration": 0.25936,
            "confidence": 0.39
        },
        {
            "start": 163.8924,
            "duration": 0.25936,
            "confidence": 0.39
        },
        {
            "start": 164.15176,
            "duration": 0.26147,
            "confidence": 0.525
        },
        {
            "start": 164.41324,
            "duration": 0.26147,
            "confidence": 0.525
        },
        {
            "start": 164.67471,
            "duration": 0.2615,
            "confidence": 0.453
        },
        {
            "start": 164.9362,
            "duration": 0.2615,
            "confidence": 0.453
        },
        {
            "start": 165.19771,
            "duration": 0.26176,
            "confidence": 0.543
        },
        {
            "start": 165.45947,
            "duration": 0.26176,
            "confidence": 0.543
        },
        {
            "start": 165.72124,
            "duration": 0.26155,
            "confidence": 0.464
        },
        {
            "start": 165.98277,
            "duration": 0.26155,
            "confidence": 0.464
        },
        {
            "start": 166.24432,
            "duration": 0.26041,
            "confidence": 0.375
        },
        {
            "start": 166.50475,
            "duration": 0.26041,
            "confidence": 0.375
        },
        {
            "start": 166.76515,
            "duration": 0.2595,
            "confidence": 0.457
        },
        {
            "start": 167.02464,
            "duration": 0.2595,
            "confidence": 0.457
        },
        {
            "start": 167.28413,
            "duration": 0.26067,
            "confidence": 0.431
        },
        {
            "start": 167.54482,
            "duration": 0.26067,
            "confidence": 0.431
        },
        {
            "start": 167.80548,
            "duration": 0.26207,
            "confidence": 0.364
        },
        {
            "start": 168.06755,
            "duration": 0.26207,
            "confidence": 0.364
        },
        {
            "start": 168.32964,
            "duration": 0.26138,
            "confidence": 0.429
        },
        {
            "start": 168.591,
            "duration": 0.26138,
            "confidence": 0.429
        },
        {
            "start": 168.85239,
            "duration": 0.26115,
            "confidence": 0.442
        },
        {
            "start": 169.11354,
            "duration": 0.26115,
            "confidence": 0.442
        },
        {
            "start": 169.3747,
            "duration": 0.26162,
            "confidence": 0.445
        },
        {
            "start": 169.6363,
            "duration": 0.26162,
            "confidence": 0.445
        },
        {
            "start": 169.89792,
            "duration": 0.26023,
            "confidence": 0.546
        },
        {
            "start": 170.15816,
            "duration": 0.26023,
            "confidence": 0.546
        },
        {
            "start": 170.41837,
            "duration": 0.26023,
            "confidence": 0.533
        },
        {
            "start": 170.6786,
            "duration": 0.26023,
            "confidence": 0.533
        },
        {
            "start": 170.93884,
            "duration": 0.26141,
            "confidence": 0.496
        },
        {
            "start": 171.20026,
            "duration": 0.26141,
            "confidence": 0.496
        },
        {
            "start": 171.46165,
            "duration": 0.26026,
            "confidence": 0.291
        },
        {
            "start": 171.72191,
            "duration": 0.26026,
            "confidence": 0.291
        },
        {
            "start": 171.98216,
            "duration": 0.25981,
            "confidence": 0.303
        },
        {
            "start": 172.24197,
            "duration": 0.25981,
            "confidence": 0.303
        },
        {
            "start": 172.50179,
            "duration": 0.25959,
            "confidence": 0.317
        },
        {
            "start": 172.76137,
            "duration": 0.25959,
            "confidence": 0.317
        },
        {
            "start": 173.02097,
            "duration": 0.26007,
            "confidence": 0.341
        },
        {
            "start": 173.28104,
            "duration": 0.26007,
            "confidence": 0.341
        },
        {
            "start": 173.54109,
            "duration": 0.26195,
            "confidence": 0.474
        },
        {
            "start": 173.80304,
            "duration": 0.26195,
            "confidence": 0.474
        },
        {
            "start": 174.06499,
            "duration": 0.26149,
            "confidence": 0.518
        },
        {
            "start": 174.32648,
            "duration": 0.26149,
            "confidence": 0.518
        },
        {
            "start": 174.58797,
            "duration": 0.26104,
            "confidence": 0.463
        },
        {
            "start": 174.84901,
            "duration": 0.26104,
            "confidence": 0.463
        },
        {
            "start": 175.11006,
            "duration": 0.26106,
            "confidence": 0.29
        },
        {
            "start": 175.37111,
            "duration": 0.26106,
            "confidence": 0.29
        },
        {
            "start": 175.63217,
            "duration": 0.26153,
            "confidence": 0.278
        },
        {
            "start": 175.8937,
            "duration": 0.26153,
            "confidence": 0.278
        },
        {
            "start": 176.15523,
            "duration": 0.26317,
            "confidence": 0.227
        },
        {
            "start": 176.4184,
            "duration": 0.26317,
            "confidence": 0.227
        },
        {
            "start": 176.68156,
            "duration": 0.26225,
            "confidence": 0.391
        },
        {
            "start": 176.94382,
            "duration": 0.26225,
            "confidence": 0.391
        },
        {
            "start": 177.20605,
            "duration": 0.26017,
            "confidence": 0.479
        },
        {
            "start": 177.46623,
            "duration": 0.26017,
            "confidence": 0.479
        },
        {
            "start": 177.7264,
            "duration": 0.26065,
            "confidence": 0.514
        },
        {
            "start": 177.98705,
            "duration": 0.26065,
            "confidence": 0.514
        },
        {
            "start": 178.2477,
            "duration": 0.25927,
            "confidence": 0.379
        },
        {
            "start": 178.50697,
            "duration": 0.25927,
            "confidence": 0.379
        },
        {
            "start": 178.76624,
            "duration": 0.25929,
            "confidence": 0.314
        },
        {
            "start": 179.02553,
            "duration": 0.25929,
            "confidence": 0.314
        },
        {
            "start": 179.2848,
            "duration": 0.25977,
            "confidence": 0.42
        },
        {
            "start": 179.54459,
            "duration": 0.25977,
            "confidence": 0.42
        },
        {
            "start": 179.80437,
            "duration": 0.26003,
            "confidence": 0.346
        },
        {
            "start": 180.06438,
            "duration": 0.26003,
            "confidence": 0.346
        },
        {
            "start": 180.32442,
            "duration": 0.25981,
            "confidence": 0.281
        },
        {
            "start": 180.58421,
            "duration": 0.25981,
            "confidence": 0.281
        },
        {
            "start": 180.84402,
            "duration": 0.26167,
            "confidence": 0.42
        },
        {
            "start": 181.1057,
            "duration": 0.26167,
            "confidence": 0.42
        },
        {
            "start": 181.36737,
            "duration": 0.26168,
            "confidence": 0.431
        },
        {
            "start": 181.62904,
            "duration": 0.26168,
            "confidence": 0.431
        },
        {
            "start": 181.89073,
            "duration": 0.26238,
            "confidence": 0.56
        },
        {
            "start": 182.15312,
            "duration": 0.26238,
            "confidence": 0.56
        },
        {
            "start": 182.4155,
            "duration": 0.26215,
            "confidence": 0.447
        },
        {
            "start": 182.67764,
            "duration": 0.26215,
            "confidence": 0.447
        },
        {
            "start": 182.9398,
            "duration": 0.26076,
            "confidence": 0.375
        },
        {
            "start": 183.20058,
            "duration": 0.26076,
            "confidence": 0.375
        },
        {
            "start": 183.46132,
            "duration": 0.26052,
            "confidence": 0.41
        },
        {
            "start": 183.72185,
            "duration": 0.26052,
            "confidence": 0.41
        },
        {
            "start": 183.98238,
            "duration": 0.26169,
            "confidence": 0.367
        },
        {
            "start": 184.24406,
            "duration": 0.26169,
            "confidence": 0.367
        },
        {
            "start": 184.50575,
            "duration": 0.26006,
            "confidence": 0.378
        },
        {
            "start": 184.76581,
            "duration": 0.26006,
            "confidence": 0.378
        },
        {
            "start": 185.02586,
            "duration": 0.25913,
            "confidence": 0.494
        },
        {
            "start": 185.28499,
            "duration": 0.25913,
            "confidence": 0.494
        },
        {
            "start": 185.54411,
            "duration": 0.26005,
            "confidence": 0.504
        },
        {
            "start": 185.80417,
            "duration": 0.26005,
            "confidence": 0.504
        },
        {
            "start": 186.06422,
            "duration": 0.26144,
            "confidence": 0.417
        },
        {
            "start": 186.32565,
            "duration": 0.26144,
            "confidence": 0.417
        },
        {
            "start": 186.5871,
            "duration": 0.26119,
            "confidence": 0.366
        },
        {
            "start": 186.8483,
            "duration": 0.26119,
            "confidence": 0.366
        },
        {
            "start": 187.10948,
            "duration": 0.26095,
            "confidence": 0.304
        },
        {
            "start": 187.37044,
            "duration": 0.26095,
            "confidence": 0.304
        },
        {
            "start": 187.63138,
            "duration": 0.2607,
            "confidence": 0.285
        },
        {
            "start": 187.89207,
            "duration": 0.2607,
            "confidence": 0.285
        },
        {
            "start": 188.15279,
            "duration": 0.26068,
            "confidence": 0.383
        },
        {
            "start": 188.41347,
            "duration": 0.26068,
            "confidence": 0.383
        },
        {
            "start": 188.67413,
            "duration": 0.26159,
            "confidence": 0.342
        },
        {
            "start": 188.93573,
            "duration": 0.26159,
            "confidence": 0.342
        },
        {
            "start": 189.19733,
            "duration": 0.26134,
            "confidence": 0.288
        },
        {
            "start": 189.45866,
            "duration": 0.26134,
            "confidence": 0.288
        },
        {
            "start": 189.72,
            "duration": 0.26062,
            "confidence": 0.386
        },
        {
            "start": 189.98062,
            "duration": 0.26062,
            "confidence": 0.386
        },
        {
            "start": 190.24126,
            "duration": 0.26154,
            "confidence": 0.384
        },
        {
            "start": 190.50279,
            "duration": 0.26154,
            "confidence": 0.384
        },
        {
            "start": 190.76433,
            "duration": 0.26037,
            "confidence": 0.389
        },
        {
            "start": 191.0247,
            "duration": 0.26037,
            "confidence": 0.389
        },
        {
            "start": 191.28506,
            "duration": 0.2592,
            "confidence": 0.427
        },
        {
            "start": 191.54427,
            "duration": 0.2592,
            "confidence": 0.427
        },
        {
            "start": 191.80347,
            "duration": 0.26199,
            "confidence": 0.445
        },
        {
            "start": 192.06546,
            "duration": 0.26199,
            "confidence": 0.445
        },
        {
            "start": 192.32745,
            "duration": 0.26223,
            "confidence": 0.341
        },
        {
            "start": 192.58968,
            "duration": 0.26223,
            "confidence": 0.341
        },
        {
            "start": 192.8519,
            "duration": 0.26083,
            "confidence": 0.288
        },
        {
            "start": 193.11275,
            "duration": 0.26083,
            "confidence": 0.288
        },
        {
            "start": 193.37357,
            "duration": 0.2613,
            "confidence": 0.272
        },
        {
            "start": 193.63487,
            "duration": 0.2613,
            "confidence": 0.272
        },
        {
            "start": 193.89616,
            "duration": 0.26107,
            "confidence": 0.392
        },
        {
            "start": 194.15726,
            "duration": 0.26107,
            "confidence": 0.392
        },
        {
            "start": 194.41832,
            "duration": 0.26108,
            "confidence": 0.486
        },
        {
            "start": 194.6794,
            "duration": 0.26108,
            "confidence": 0.486
        },
        {
            "start": 194.94048,
            "duration": 0.26038,
            "confidence": 0.331
        },
        {
            "start": 195.20087,
            "duration": 0.26038,
            "confidence": 0.331
        },
        {
            "start": 195.46124,
            "duration": 0.25968,
            "confidence": 0.186
        },
        {
            "start": 195.72092,
            "duration": 0.25968,
            "confidence": 0.186
        },
        {
            "start": 195.9806,
            "duration": 0.26085,
            "confidence": 0.261
        },
        {
            "start": 196.24146,
            "duration": 0.26085,
            "confidence": 0.261
        },
        {
            "start": 196.5023,
            "duration": 0.26178,
            "confidence": 0.395
        },
        {
            "start": 196.76408,
            "duration": 0.26178,
            "confidence": 0.395
        },
        {
            "start": 197.02585,
            "duration": 0.25991,
            "confidence": 0.402
        },
        {
            "start": 197.28577,
            "duration": 0.25991,
            "confidence": 0.402
        },
        {
            "start": 197.54568,
            "duration": 0.26107,
            "confidence": 0.4
        },
        {
            "start": 197.80676,
            "duration": 0.26107,
            "confidence": 0.4
        },
        {
            "start": 198.06783,
            "duration": 0.26061,
            "confidence": 0.487
        },
        {
            "start": 198.32845,
            "duration": 0.26061,
            "confidence": 0.487
        },
        {
            "start": 198.58904,
            "duration": 0.26293,
            "confidence": 0.532
        },
        {
            "start": 198.85197,
            "duration": 0.26293,
            "confidence": 0.532
        },
        {
            "start": 199.1149,
            "duration": 0.25943,
            "confidence": 0.376
        },
        {
            "start": 199.37434,
            "duration": 0.25943,
            "confidence": 0.376
        },
        {
            "start": 199.63377,
            "duration": 0.25989,
            "confidence": 0.279
        },
        {
            "start": 199.89366,
            "duration": 0.25989,
            "confidence": 0.279
        },
        {
            "start": 200.15356,
            "duration": 0.26081,
            "confidence": 0.341
        },
        {
            "start": 200.41437,
            "duration": 0.26081,
            "confidence": 0.341
        },
        {
            "start": 200.67519,
            "duration": 0.26173,
            "confidence": 0.351
        },
        {
            "start": 200.93692,
            "duration": 0.26173,
            "confidence": 0.351
        },
        {
            "start": 201.19865,
            "duration": 0.26099,
            "confidence": 0.2
        },
        {
            "start": 201.45966,
            "duration": 0.26099,
            "confidence": 0.2
        },
        {
            "start": 201.72064,
            "duration": 0.26348,
            "confidence": 0.081
        },
        {
            "start": 201.98412,
            "duration": 0.26348,
            "confidence": 0.081
        },
        {
            "start": 202.24759,
            "duration": 0.26464,
            "confidence": 0.046
        },
        {
            "start": 202.51224,
            "duration": 0.26464,
            "confidence": 0.046
        },
        {
            "start": 202.77689,
            "duration": 0.26464,
            "confidence": 0.053
        },
        {
            "start": 203.04153,
            "duration": 0.26464,
            "confidence": 0.053
        }
    ]
}
183
{
    "audio_features": [
        null
    ]
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: private, max-age=0
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:42 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "audio_features": [
        null
    ]
}
153
{
    "tracks": [
        null
    ]
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=7200
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:42 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "tracks": [
        null
    ]
}
173
{
    "album": {
        "album_type": "single",
        "artists": [
            {
                "external_urls": {
                    "spotify": "https://open.spotify.com/artist/6sFIWsNpZYqfjUpaCgueju"
                },
                "href": "https://api.spotify.com/v1/artists/6sFIWsNpZYqfjUpaCgueju",
                "id": "6sFIWsNpZYqfjUpaCgueju",
                "name": "Carly Rae Jepsen",
                "type": "artist",
                "uri": "spotify:artist:6sFIWsNpZYqfjUpaCgueju"
            }
        ],
        "available_markets": [
            
        ],
        "external_urls": {
            "spotify": "https://open.spotify.com/album/0tGPJ0bkWOUmH7MEOR77qc"
        },
        "href": "https://api.spotify.com/v1/albums/0tGPJ0bkWOUmH7MEOR77qc",
        "id": "0tGPJ0bkWOUmH7MEOR77qc",
        "images": [
            {
                "height": 640,
                "url": "https://i.scdn.co/image/ab67616d0000b2737359994525d219f64872d3b1",
                "width": 640
            },
            {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67616d00001e027359994525d219f64872d3b1",
                "width": 300
            },
            {
                "height": 64,
                "url": "https://i.scdn.co/image/ab67616d000048517359994525d219f64872d3b1",
                "width": 64
            }
        ],
        "name": "Cut To The Feeling",
        "release_date": "2017-05-26",
        "release_date_precision": "day",
        "total_tracks": 1,
        "type": "album",
        "uri": "spotify:album:0tGPJ0bkWOUmH7MEOR77qc"
    },
    "artists": [
        {
            "external_urls": {
                "spotify": "https://open.spotify.com/artist/6sFIWsNpZYqfjUpaCgueju"
            },
            "href": "https://api.spotify.com/v1/artists/6sFIWsNpZYqfjUpaCgueju",
            "id": "6sFIWsNpZYqfjUpaCgueju",
            "name": "Carly Rae Jepsen",
            "type": "artist",
            "uri": "spotify:artist:6sFIWsNpZYqfjUpaCgueju"
        }
    ],
    "available_markets": [
        
    ],
    "disc_number": 1,
    "duration_ms": 207959,
    "explicit": false,
    "external_ids": {
        "isrc": "USUM71703861"
    },
    "external_urls": {
        "spotify": "https://open.spotify.com/track/11dFghVXANMlKmJXsNCbNl"
    },
    "href": "https://api.spotify.com/v1/tracks/11dFghVXANMlKmJXsNCbNl",
    "id": "11dFghVXANMlKmJXsNCbNl",
    "is_local": false,
    "name": "Cut To The Feeling",
    "popularity": 0,
    "preview_url": null,
    "track_number": 1,
    "type": "track",
    "uri": "spotify:track:11dFghVXANMlKmJXsNCbNl"
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=7200
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:43 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "album": {
        "album_type": "single",
        "artists": [
            {
                "external_urls": {
                    "spotify": "https://open.spotify.com/artist/6sFIWsNpZYqfjUpaCgueju"
                },
                "href": "https://api.spotify.com/v1/artists/6sFIWsNpZYqfjUpaCgueju",
                "id": "6sFIWsNpZYqfjUpaCgueju",
                "name": "Carly Rae Jepsen",
                "type": "artist",
                "uri": "spotify:artist:6sFIWsNpZYqfjUpaCgueju"
            }
        ],
        "available_markets": [
            
        ],
        "external_urls": {
            "spotify": "https://open.spotify.com/album/0tGPJ0bkWOUmH7MEOR77qc"
        },
        "href": "https://api.spotify.com/v1/albums/0tGPJ0bkWOUmH7MEOR77qc",
        "id": "0tGPJ0bkWOUmH7MEOR77qc",
        "images": [
            {
                "height": 640,
                "url": "https://i.scdn.co/image/ab67616d0000b2737359994525d219f64872d3b1",
                "width": 640
            },
            {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67616d00001e027359994525d219f64872d3b1",
                "width": 300
            },
            {
                "height": 64,
                "url": "https://i.scdn.co/image/ab67616d000048517359994525d219f64872d3b1",
                "width": 64
            }
        ],
        "name": "Cut To The Feeling",
        "release_date": "2017-05-26",
        "release_date_precision": "day",
        "total_tracks": 1,
        "type": "album",
        "uri": "spotify:album:0tGPJ0bkWOUmH7MEOR77qc"
    },
    "artists": [
        {
            "external_urls": {
                "spotify": "https://open.spotify.com/artist/6sFIWsNpZYqfjUpaCgueju"
            },
            "href": "https://api.spotify.com/v1/artists/6sFIWsNpZYqfjUpaCgueju",
            "id": "6sFIWsNpZYqfjUpaCgueju",
            "name": "Carly Rae Jepsen",
            "type": "artist",
            "uri": "spotify:artist:6sFIWsNpZYqfjUpaCgueju"
        }
    ],
    "available_markets": [
        
    ],
    "disc_number": 1,
    "duration_ms": 207959,
    "explicit": false,
    "external_ids": {
        "isrc": "USUM71703861"
    },
    "external_urls": {
        "spotify": "https://open.spotify.com/track/11dFghVXANMlKmJXsNCbNl"
    },
    "href": "https://api.spotify.com/v1/tracks/11dFghVXANMlKmJXsNCbNl",
    "id": "11dFghVXANMlKmJXsNCbNl",
    "is_local": false,
    "name": "Cut To The Feeling",
    "popularity": 0,
    "preview_url": null,
    "track_number": 1,
    "type": "track",
    "uri": "spotify:track:11dFghVXANMlKmJXsNCbNl"
}
229
{
    "tracks": {
        "href": "https://api.spotify.com/v1/search?query=artist&type=track&offset=0&limit=20",
        "items": [
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/0tC995Rfn9k2l7nqgCZsV7"
                            },
                            "href": "https://api.spotify.com/v1/artists/0tC995Rfn9k2l7nqgCZsV7",
                            "id": "0tC995Rfn9k2l7nqgCZsV7",
                            "name": "Prateek Kuhad",
                            "type": "artist",
                            "uri": "spotify:artist:0tC995Rfn9k2l7nqgCZsV7"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1O6ouUiZXpuAOjINj1JYul"
                    },
                    "href": "https://api.spotify.com/v1/albums/1O6ouUiZXpuAOjINj1JYul",
                    "id": "1O6ouUiZXpuAOjINj1JYul",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27300fe1b1daea6ee84f295277e",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0200fe1b1daea6ee84f295277e",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485100fe1b1daea6ee84f295277e",
                            "width": 64
                        }
                    ],
                    "name": "In Tokens & Charms",
                    "release_date": "2015-01-21",
                    "release_date_precision": "day",
                    "total_tracks": 10,
                    "type": "album",
                    "uri": "spotify:album:1O6ouUiZXpuAOjINj1JYul"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0tC995Rfn9k2l7nqgCZsV7"
                        },
                        "href": "https://api.spotify.com/v1/artists/0tC995Rfn9k2l7nqgCZsV7",
                        "id": "0tC995Rfn9k2l7nqgCZsV7",
                        "name": "Prateek Kuhad",
                        "type": "artist",
                        "uri": "spotify:artist:0tC995Rfn9k2l7nqgCZsV7"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 233464,
                "explicit": false,
                "external_ids": {
                    "isrc": "usx9p1400910"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/0qfLPsET328ykxctRCU5JB"
                },
                "href": "https://api.spotify.com/v1/tracks/0qfLPsET328ykxctRCU5JB",
                "id": "0qfLPsET328ykxctRCU5JB",
                "is_local": false,
                "name": "Artist",
                "popularity": 30,
                "preview_url": "https://p.scdn.co/mp3-preview/a5f01e54c49d31bc3f3bf042cbe4d37271a4a9ad?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 10,
                "type": "track",
                "uri": "spotify:track:0qfLPsET328ykxctRCU5JB"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/4XpUIb8uuNlIWVKmgKZXC0"
                            },
                            "href": "https://api.spotify.com/v1/artists/4XpUIb8uuNlIWVKmgKZXC0",
                            "id": "4XpUIb8uuNlIWVKmgKZXC0",
                            "name": "ZICO",
                            "type": "artist",
                            "uri": "spotify:artist:4XpUIb8uuNlIWVKmgKZXC0"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/7A8SILx9WOx8SOvApoBuMN"
                    },
                    "href": "https://api.spotify.com/v1/albums/7A8SILx9WOx8SOvApoBuMN",
                    "id": "7A8SILx9WOx8SOvApoBuMN",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b2735fbfd159690d2d82f6d63f45",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e025fbfd159690d2d82f6d63f45",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d000048515fbfd159690d2d82f6d63f45",
                            "width": 64
                        }
                    ],
                    "name": "TELEVISION",
                    "release_date": "2017-07-12",
                    "release_date_precision": "day",
                    "total_tracks": 5,
                    "type": "album",
                    "uri": "spotify:album:7A8SILx9WOx8SOvApoBuMN"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4XpUIb8uuNlIWVKmgKZXC0"
                        },
                        "href": "https://api.spotify.com/v1/artists/4XpUIb8uuNlIWVKmgKZXC0",
                        "id": "4XpUIb8uuNlIWVKmgKZXC0",
                        "name": "ZICO",
                        "type": "artist",
                        "uri": "spotify:artist:4XpUIb8uuNlIWVKmgKZXC0"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 192827,
                "explicit": false,
                "external_ids": {
                    "isrc": "KRC491700011"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/12GJcC8SdDYpkbHvFrgp1w"
                },
                "href": "https://api.spotify.com/v1/tracks/12GJcC8SdDYpkbHvFrgp1w",
                "id": "12GJcC8SdDYpkbHvFrgp1w",
                "is_local": false,
                "name": "Artist",
                "popularity": 40,
                "preview_url": "https://p.scdn.co/mp3-preview/dd2eb89b9011c59a25736aab70d1f0f2fccf5261?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 2,
                "type": "track",
                "uri": "spotify:track:12GJcC8SdDYpkbHvFrgp1w"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/2KfS4eqAQxNgnkVoe1dBDq"
                            },
                            "href": "https://api.spotify.com/v1/artists/2KfS4eqAQxNgnkVoe1dBDq",
                            "id": "2KfS4eqAQxNgnkVoe1dBDq",
                            "name": "ACID",
                            "type": "artist",
                            "uri": "spotify:artist:2KfS4eqAQxNgnkVoe1dBDq"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/5ojQxjya2sjj8iehv1gqdw"
                    },
                    "href": "https://api.spotify.com/v1/albums/5ojQxjya2sjj8iehv1gqdw",
                    "id": "5ojQxjya2sjj8iehv1gqdw",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273d50d247f5954bbc0e9dd8cee",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02d50d247f5954bbc0e9dd8cee",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851d50d247f5954bbc0e9dd8cee",
                            "width": 64
                        }
                    ],
                    "name": "Artist",
                    "release_date": "2022-07-19",
                    "release_date_precision": "day",
                    "total_tracks": 1,
                    "type": "album",
                    "uri": "spotify:album:5ojQxjya2sjj8iehv1gqdw"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2KfS4eqAQxNgnkVoe1dBDq"
                        },
                        "href": "https://api.spotify.com/v1/artists/2KfS4eqAQxNgnkVoe1dBDq",
                        "id": "2KfS4eqAQxNgnkVoe1dBDq",
                        "name": "ACID",
                        "type": "artist",
                        "uri": "spotify:artist:2KfS4eqAQxNgnkVoe1dBDq"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 275000,
                "explicit": true,
                "external_ids": {
                    "isrc": "CHF032228310"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/6jMNBAKRdsjOaRmmzCyesM"
                },
                "href": "https://api.spotify.com/v1/tracks/6jMNBAKRdsjOaRmmzCyesM",
                "id": "6jMNBAKRdsjOaRmmzCyesM",
                "is_local": false,
                "name": "Artist",
                "popularity": 24,
                "preview_url": "https://p.scdn.co/mp3-preview/48fc8144f2669a73efafb227a07c34f819c7db7b?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:6jMNBAKRdsjOaRmmzCyesM"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/0tC995Rfn9k2l7nqgCZsV7"
                            },
                            "href": "https://api.spotify.com/v1/artists/0tC995Rfn9k2l7nqgCZsV7",
                            "id": "0tC995Rfn9k2l7nqgCZsV7",
                            "name": "Prateek Kuhad",
                            "type": "artist",
                            "uri": "spotify:artist:0tC995Rfn9k2l7nqgCZsV7"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1no8c4PYhEMGKXtGg79fMR"
                    },
                    "href": "https://api.spotify.com/v1/albums/1no8c4PYhEMGKXtGg79fMR",
                    "id": "1no8c4PYhEMGKXtGg79fMR",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273438dc50d2695ba85b1be6e08",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02438dc50d2695ba85b1be6e08",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851438dc50d2695ba85b1be6e08",
                            "width": 64
                        }
                    ],
                    "name": "In Tokens & Charms (Deluxe Edition)",
                    "release_date": "2017-11-10",
                    "release_date_precision": "day",
                    "total_tracks": 14,
                    "type": "album",
                    "uri": "spotify:album:1no8c4PYhEMGKXtGg79fMR"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0tC995Rfn9k2l7nqgCZsV7"
                        },
                        "href": "https://api.spotify.com/v1/artists/0tC995Rfn9k2l7nqgCZsV7",
                        "id": "0tC995Rfn9k2l7nqgCZsV7",
                        "name": "Prateek Kuhad",
                        "type": "artist",
                        "uri": "spotify:artist:0tC995Rfn9k2l7nqgCZsV7"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 233464,
                "explicit": false,
                "external_ids": {
                    "isrc": "USX9P1400910"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/5IirJYGPYD3J7AAJ6WXoAg"
                },
                "href": "https://api.spotify.com/v1/tracks/5IirJYGPYD3J7AAJ6WXoAg",
                "id": "5IirJYGPYD3J7AAJ6WXoAg",
                "is_local": false,
                "name": "Artist",
                "popularity": 15,
                "preview_url": "https://p.scdn.co/mp3-preview/f5d5acc944c9dbe5d0f6822d989694d1c6bb2a69?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 10,
                "type": "track",
                "uri": "spotify:track:5IirJYGPYD3J7AAJ6WXoAg"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/4xPR9p75zzDlisJvvhEYl2"
                            },
                            "href": "https://api.spotify.com/v1/artists/4xPR9p75zzDlisJvvhEYl2",
                            "id": "4xPR9p75zzDlisJvvhEYl2",
                            "name": "Jacob Lee",
                            "type": "artist",
                            "uri": "spotify:artist:4xPR9p75zzDlisJvvhEYl2"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/5lGLktcDudhrCwCNLxni6Q"
                    },
                    "href": "https://api.spotify.com/v1/albums/5lGLktcDudhrCwCNLxni6Q",
                    "id": "5lGLktcDudhrCwCNLxni6Q",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273a901cbe3e49783a6a919fc86",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02a901cbe3e49783a6a919fc86",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851a901cbe3e49783a6a919fc86",
                            "width": 64
                        }
                    ],
                    "name": "Conscience",
                    "release_date": "2020-12-18",
                    "release_date_precision": "day",
                    "total_tracks": 10,
                    "type": "album",
                    "uri": "spotify:album:5lGLktcDudhrCwCNLxni6Q"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4xPR9p75zzDlisJvvhEYl2"
                        },
                        "href": "https://api.spotify.com/v1/artists/4xPR9p75zzDlisJvvhEYl2",
                        "id": "4xPR9p75zzDlisJvvhEYl2",
                        "name": "Jacob Lee",
                        "type": "artist",
                        "uri": "spotify:artist:4xPR9p75zzDlisJvvhEYl2"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 244530,
                "explicit": false,
                "external_ids": {
                    "isrc": "QZNWY2020286"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/0JanZrjJc3yn63AGgBDLAb"
                },
                "href": "https://api.spotify.com/v1/tracks/0JanZrjJc3yn63AGgBDLAb",
                "id": "0JanZrjJc3yn63AGgBDLAb",
                "is_local": false,
                "name": "Artistry",
                "popularity": 39,
                "preview_url": "https://p.scdn.co/mp3-preview/f44f2f4f29a9daed7a6ee54b7b168ac0e1eb7e91?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 3,
                "type": "track",
                "uri": "spotify:track:0JanZrjJc3yn63AGgBDLAb"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/09Swfzp0iwV8Yxe1Ngzf6v"
                            },
                            "href": "https://api.spotify.com/v1/artists/09Swfzp0iwV8Yxe1Ngzf6v",
                            "id": "09Swfzp0iwV8Yxe1Ngzf6v",
                            "name": "Bijibal",
                            "type": "artist",
                            "uri": "spotify:artist:09Swfzp0iwV8Yxe1Ngzf6v"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/0kaed6DXiJfIehxzdTwATo"
                    },
                    "href": "https://api.spotify.com/v1/albums/0kaed6DXiJfIehxzdTwATo",
                    "id": "0kaed6DXiJfIehxzdTwATo",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27369fcb281cf1040f17aa33002",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0269fcb281cf1040f17aa33002",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485169fcb281cf1040f17aa33002",
                            "width": 64
                        }
                    ],
                    "name": "Artist (Original Motion Picture Soundtrack)",
                    "release_date": "2013-07-01",
                    "release_date_precision": "day",
                    "total_tracks": 2,
                    "type": "album",
                    "uri": "spotify:album:0kaed6DXiJfIehxzdTwATo"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2IUtwMti1OiT3lkW6RubgH"
                        },
                        "href": "https://api.spotify.com/v1/artists/2IUtwMti1OiT3lkW6RubgH",
                        "id": "2IUtwMti1OiT3lkW6RubgH",
                        "name": "K. S. Chithra",
                        "type": "artist",
                        "uri": "spotify:artist:2IUtwMti1OiT3lkW6RubgH"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 238200,
                "explicit": false,
                "external_ids": {
                    "isrc": "INM201302255"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/3ejsvYvea6eifh8ToDjPoV"
                },
                "href": "https://api.spotify.com/v1/tracks/3ejsvYvea6eifh8ToDjPoV",
                "id": "3ejsvYvea6eifh8ToDjPoV",
                "is_local": false,
                "name": "Ilaveyil Viralukalal",
                "popularity": 16,
                "preview_url": "https://p.scdn.co/mp3-preview/9301a2ca383c11eb7f7857d5c9ecb87b83492ed2?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 2,
                "type": "track",
                "uri": "spotify:track:3ejsvYvea6eifh8ToDjPoV"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/3kYFawNQVZ00FQbgs4rVBe"
                            },
                            "href": "https://api.spotify.com/v1/artists/3kYFawNQVZ00FQbgs4rVBe",
                            "id": "3kYFawNQVZ00FQbgs4rVBe",
                            "name": "Artist Vs Poet",
                            "type": "artist",
                            "uri": "spotify:artist:3kYFawNQVZ00FQbgs4rVBe"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1rzYGG9bjKtnER0TRwXJBj"
                    },
                    "href": "https://api.spotify.com/v1/albums/1rzYGG9bjKtnER0TRwXJBj",
                    "id": "1rzYGG9bjKtnER0TRwXJBj",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273d769902adf30cbac5f57813a",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02d769902adf30cbac5f57813a",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851d769902adf30cbac5f57813a",
                            "width": 64
                        }
                    ],
                    "name": "Medicine",
                    "release_date": "2014-12-16",
                    "release_date_precision": "day",
                    "total_tracks": 11,
                    "type": "album",
                    "uri": "spotify:album:1rzYGG9bjKtnER0TRwXJBj"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/3kYFawNQVZ00FQbgs4rVBe"
                        },
                        "href": "https://api.spotify.com/v1/artists/3kYFawNQVZ00FQbgs4rVBe",
                        "id": "3kYFawNQVZ00FQbgs4rVBe",
                        "name": "Artist Vs Poet",
                        "type": "artist",
                        "uri": "spotify:artist:3kYFawNQVZ00FQbgs4rVBe"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 216637,
                "explicit": false,
                "external_ids": {
                    "isrc": "TCACC1435226"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/0b1kU7KgZSnH7n7TBy921o"
                },
                "href": "https://api.spotify.com/v1/tracks/0b1kU7KgZSnH7n7TBy921o",
                "id": "0b1kU7KgZSnH7n7TBy921o",
                "is_local": false,
                "name": "Kids Again",
                "popularity": 48,
                "preview_url": "https://p.scdn.co/mp3-preview/f07fb90c16edb5528661e70e6835759c57d554ee?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 6,
                "type": "track",
                "uri": "spotify:track:0b1kU7KgZSnH7n7TBy921o"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/1kzKlwoZunQPBWRLCZ7ZvS"
                            },
                            "href": "https://api.spotify.com/v1/artists/1kzKlwoZunQPBWRLCZ7ZvS",
                            "id": "1kzKlwoZunQPBWRLCZ7ZvS",
                            "name": "Tanmaya Bhatnagar",
                            "type": "artist",
                            "uri": "spotify:artist:1kzKlwoZunQPBWRLCZ7ZvS"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/6jN4E5miEwdQBUqU0HP0Dg"
                    },
                    "href": "https://api.spotify.com/v1/albums/6jN4E5miEwdQBUqU0HP0Dg",
                    "id": "6jN4E5miEwdQBUqU0HP0Dg",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27330325fdb1140cc67b0d579f6",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0230325fdb1140cc67b0d579f6",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485130325fdb1140cc67b0d579f6",
                            "width": 64
                        }
                    ],
                    "name": "Kya Tum Naraaz Ho? (Raw)",
                    "release_date": "2020-04-10",
                    "release_date_precision": "day",
                    "total_tracks": 1,
                    "type": "album",
                    "uri": "spotify:album:6jN4E5miEwdQBUqU0HP0Dg"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/1kzKlwoZunQPBWRLCZ7ZvS"
                        },
                        "href": "https://api.spotify.com/v1/artists/1kzKlwoZunQPBWRLCZ7ZvS",
                        "id": "1kzKlwoZunQPBWRLCZ7ZvS",
                        "name": "Tanmaya Bhatnagar",
                        "type": "artist",
                        "uri": "spotify:artist:1kzKlwoZunQPBWRLCZ7ZvS"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 212530,
                "explicit": false,
                "external_ids": {
                    "isrc": "usdy42036428"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/2rjCLFdX8n9xLoMZgdMMxt"
                },
                "href": "https://api.spotify.com/v1/tracks/2rjCLFdX8n9xLoMZgdMMxt",
                "id": "2rjCLFdX8n9xLoMZgdMMxt",
                "is_local": false,
                "name": "Kya Tum Naraaz Ho? (Raw)",
                "popularity": 43,
                "preview_url": "https://p.scdn.co/mp3-preview/d4f76e47ceef11497132e5943cc0fbaf7c0030e6?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:2rjCLFdX8n9xLoMZgdMMxt"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                            },
                            "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                            "id": "29aw5YCdIw2FEXYyAJZI8l",
                            "name": "Harris Jayaraj",
                            "type": "artist",
                            "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/58rfEEYCmEImlPaaqQddVF"
                    },
                    "href": "https://api.spotify.com/v1/albums/58rfEEYCmEImlPaaqQddVF",
                    "id": "58rfEEYCmEImlPaaqQddVF",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273812bfb4e32feb448e527e8b1",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02812bfb4e32feb448e527e8b1",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851812bfb4e32feb448e527e8b1",
                            "width": 64
                        }
                    ],
                    "name": "Vaaranam Aayiram (Original Motion Picture Soundtrack)",
                    "release_date": "2008-10-08",
                    "release_date_precision": "day",
                    "total_tracks": 7,
                    "type": "album",
                    "uri": "spotify:album:58rfEEYCmEImlPaaqQddVF"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                        },
                        "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                        "id": "29aw5YCdIw2FEXYyAJZI8l",
                        "name": "Harris Jayaraj",
                        "type": "artist",
                        "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2NoJ7NuNs9nyj8Thoh1kbu"
                        },
                        "href": "https://api.spotify.com/v1/artists/2NoJ7NuNs9nyj8Thoh1kbu",
                        "id": "2NoJ7NuNs9nyj8Thoh1kbu",
                        "name": "Hariharan",
                        "type": "artist",
                        "uri": "spotify:artist:2NoJ7NuNs9nyj8Thoh1kbu"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/1HUZ6vfsSWpfLoxjgDavEB"
                        },
                        "href": "https://api.spotify.com/v1/artists/1HUZ6vfsSWpfLoxjgDavEB",
                        "id": "1HUZ6vfsSWpfLoxjgDavEB",
                        "name": "Devan Ekambaram",
                        "type": "artist",
                        "uri": "spotify:artist:1HUZ6vfsSWpfLoxjgDavEB"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/5FHIw6p4HE35RB4PP76uF6"
                        },
                        "href": "https://api.spotify.com/v1/artists/5FHIw6p4HE35RB4PP76uF6",
                        "id": "5FHIw6p4HE35RB4PP76uF6",
                        "name": "VV Prassanna",
                        "type": "artist",
                        "uri": "spotify:artist:5FHIw6p4HE35RB4PP76uF6"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 369333,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS170816331"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/4vlMdXsRpAIXYggwbNHZSv"
                },
                "href": "https://api.spotify.com/v1/tracks/4vlMdXsRpAIXYggwbNHZSv",
                "id": "4vlMdXsRpAIXYggwbNHZSv",
                "is_local": false,
                "name": "Nenjukkul Peidhidum",
                "popularity": 64,
                "preview_url": "https://p.scdn.co/mp3-preview/fb4e09827165a52bc930a1af4c274d0d21fa29f6?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 2,
                "type": "track",
                "uri": "spotify:track:4vlMdXsRpAIXYggwbNHZSv"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/71hjb5G92mGoKRSAW3Cj00"
                            },
                            "href": "https://api.spotify.com/v1/artists/71hjb5G92mGoKRSAW3Cj00",
                            "id": "71hjb5G92mGoKRSAW3Cj00",
                            "name": "Anu Malik",
                            "type": "artist",
                            "uri": "spotify:artist:71hjb5G92mGoKRSAW3Cj00"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/2QyR1r0XwtvljXEZs9I3ge"
                    },
                    "href": "https://api.spotify.com/v1/albums/2QyR1r0XwtvljXEZs9I3ge",
                    "id": "2QyR1r0XwtvljXEZs9I3ge",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273e7fa423de639247fed12be4a",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02e7fa423de639247fed12be4a",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851e7fa423de639247fed12be4a",
                            "width": 64
                        }
                    ],
                    "name": "Main Hoon Na",
                    "release_date": "2004-02-27",
                    "release_date_precision": "day",
                    "total_tracks": 10,
                    "type": "album",
                    "uri": "spotify:album:2QyR1r0XwtvljXEZs9I3ge"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4fEkbug6kZzzJ8eYX6Kbbp"
                        },
                        "href": "https://api.spotify.com/v1/artists/4fEkbug6kZzzJ8eYX6Kbbp",
                        "id": "4fEkbug6kZzzJ8eYX6Kbbp",
                        "name": "KK",
                        "type": "artist",
                        "uri": "spotify:artist:4fEkbug6kZzzJ8eYX6Kbbp"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0myVJmNOHZ7v7g8JVWGw8H"
                        },
                        "href": "https://api.spotify.com/v1/artists/0myVJmNOHZ7v7g8JVWGw8H",
                        "id": "0myVJmNOHZ7v7g8JVWGw8H",
                        "name": "Vasundhara Das",
                        "type": "artist",
                        "uri": "spotify:artist:0myVJmNOHZ7v7g8JVWGw8H"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 324053,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS180461113"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/3pRF060IEOI5XSQAvONgSt"
                },
                "href": "https://api.spotify.com/v1/tracks/3pRF060IEOI5XSQAvONgSt",
                "id": "3pRF060IEOI5XSQAvONgSt",
                "is_local": false,
                "name": "Chale Jaise Hawaien",
                "popularity": 53,
                "preview_url": "https://p.scdn.co/mp3-preview/cb303fb0fa836f495a77324e9c0b0a44cbb610c1?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 3,
                "type": "track",
                "uri": "spotify:track:3pRF060IEOI5XSQAvONgSt"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                            },
                            "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                            "id": "29aw5YCdIw2FEXYyAJZI8l",
                            "name": "Harris Jayaraj",
                            "type": "artist",
                            "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/58rfEEYCmEImlPaaqQddVF"
                    },
                    "href": "https://api.spotify.com/v1/albums/58rfEEYCmEImlPaaqQddVF",
                    "id": "58rfEEYCmEImlPaaqQddVF",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273812bfb4e32feb448e527e8b1",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02812bfb4e32feb448e527e8b1",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851812bfb4e32feb448e527e8b1",
                            "width": 64
                        }
                    ],
                    "name": "Vaaranam Aayiram (Original Motion Picture Soundtrack)",
                    "release_date": "2008-10-08",
                    "release_date_precision": "day",
                    "total_tracks": 7,
                    "type": "album",
                    "uri": "spotify:album:58rfEEYCmEImlPaaqQddVF"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                        },
                        "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                        "id": "29aw5YCdIw2FEXYyAJZI8l",
                        "name": "Harris Jayaraj",
                        "type": "artist",
                        "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/7FaGCZiP3s6X7jQTB8EhfI"
                        },
                        "href": "https://api.spotify.com/v1/artists/7FaGCZiP3s6X7jQTB8EhfI",
                        "id": "7FaGCZiP3s6X7jQTB8EhfI",
                        "name": "Naresh Iyer",
                        "type": "artist",
                        "uri": "spotify:artist:7FaGCZiP3s6X7jQTB8EhfI"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4joteb3wCfZYGKjvF0XvLx"
                        },
                        "href": "https://api.spotify.com/v1/artists/4joteb3wCfZYGKjvF0XvLx",
                        "id": "4joteb3wCfZYGKjvF0XvLx",
                        "name": "Prashanthini",
                        "type": "artist",
                        "uri": "spotify:artist:4joteb3wCfZYGKjvF0XvLx"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 341386,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS170816333"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/1n5gnI3Wue9WBpYFOIQNh1"
                },
                "href": "https://api.spotify.com/v1/tracks/1n5gnI3Wue9WBpYFOIQNh1",
                "id": "1n5gnI3Wue9WBpYFOIQNh1",
                "is_local": false,
                "name": "Mundhinam",
                "popularity": 62,
                "preview_url": "https://p.scdn.co/mp3-preview/b959ee90e6d81f7fec1ab4528841665ee11e40e2?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 4,
                "type": "track",
                "uri": "spotify:track:1n5gnI3Wue9WBpYFOIQNh1"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                            },
                            "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                            "id": "29aw5YCdIw2FEXYyAJZI8l",
                            "name": "Harris Jayaraj",
                            "type": "artist",
                            "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/58rfEEYCmEImlPaaqQddVF"
                    },
                    "href": "https://api.spotify.com/v1/albums/58rfEEYCmEImlPaaqQddVF",
                    "id": "58rfEEYCmEImlPaaqQddVF",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273812bfb4e32feb448e527e8b1",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02812bfb4e32feb448e527e8b1",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851812bfb4e32feb448e527e8b1",
                            "width": 64
                        }
                    ],
                    "name": "Vaaranam Aayiram (Original Motion Picture Soundtrack)",
                    "release_date": "2008-10-08",
                    "release_date_precision": "day",
                    "total_tracks": 7,
                    "type": "album",
                    "uri": "spotify:album:58rfEEYCmEImlPaaqQddVF"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                        },
                        "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                        "id": "29aw5YCdIw2FEXYyAJZI8l",
                        "name": "Harris Jayaraj",
                        "type": "artist",
                        "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0LSPREIgGMZXCuKVel7LVD"
                        },
                        "href": "https://api.spotify.com/v1/artists/0LSPREIgGMZXCuKVel7LVD",
                        "id": "0LSPREIgGMZXCuKVel7LVD",
                        "name": "Karthik",
                        "type": "artist",
                        "uri": "spotify:artist:0LSPREIgGMZXCuKVel7LVD"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/5FHIw6p4HE35RB4PP76uF6"
                        },
                        "href": "https://api.spotify.com/v1/artists/5FHIw6p4HE35RB4PP76uF6",
                        "id": "5FHIw6p4HE35RB4PP76uF6",
                        "name": "VV Prassanna",
                        "type": "artist",
                        "uri": "spotify:artist:5FHIw6p4HE35RB4PP76uF6"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 318493,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS170816335"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/1wIfq9Zul77qAtokyLTlXr"
                },
                "href": "https://api.spotify.com/v1/tracks/1wIfq9Zul77qAtokyLTlXr",
                "id": "1wIfq9Zul77qAtokyLTlXr",
                "is_local": false,
                "name": "Ava Enna",
                "popularity": 65,
                "preview_url": "https://p.scdn.co/mp3-preview/885463dba1d28c5bb68ac1faaf84173a34a78e3c?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 6,
                "type": "track",
                "uri": "spotify:track:1wIfq9Zul77qAtokyLTlXr"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/4XOgtTx2nc2NMbPOwVw1Vz"
                            },
                            "href": "https://api.spotify.com/v1/artists/4XOgtTx2nc2NMbPOwVw1Vz",
                            "id": "4XOgtTx2nc2NMbPOwVw1Vz",
                            "name": "Bharadwaj",
                            "type": "artist",
                            "uri": "spotify:artist:4XOgtTx2nc2NMbPOwVw1Vz"
                        }
                    ],
                    "available_markets": [
                        "IN"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/0l9xyhXdV189j6BypZKuDW"
                    },
                    "href": "https://api.spotify.com/v1/albums/0l9xyhXdV189j6BypZKuDW",
                    "id": "0l9xyhXdV189j6BypZKuDW",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27397fa4825a1269bbd1bf4ce6c",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0297fa4825a1269bbd1bf4ce6c",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485197fa4825a1269bbd1bf4ce6c",
                            "width": 64
                        }
                    ],
                    "name": "Autograph & Pudukkotayiliruthu Saravanan",
                    "release_date": "2004-11-22",
                    "release_date_precision": "day",
                    "total_tracks": 14,
                    "type": "album",
                    "uri": "spotify:album:0l9xyhXdV189j6BypZKuDW"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2F3KtUVtrt2GLjcl6pB4cz"
                        },
                        "href": "https://api.spotify.com/v1/artists/2F3KtUVtrt2GLjcl6pB4cz",
                        "id": "2F3KtUVtrt2GLjcl6pB4cz",
                        "name": "Dhanush",
                        "type": "artist",
                        "uri": "spotify:artist:2F3KtUVtrt2GLjcl6pB4cz"
                    }
                ],
                "available_markets": [
                    "IN"
                ],
                "disc_number": 1,
                "duration_ms": 276546,
                "explicit": false,
                "external_ids": {
                    "isrc": "INI110593056"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/6gdhAfSwSyWOgF5dUIJDUk"
                },
                "href": "https://api.spotify.com/v1/tracks/6gdhAfSwSyWOgF5dUIJDUk",
                "id": "6gdhAfSwSyWOgF5dUIJDUk",
                "is_local": false,
                "name": "Nattu Sarakku - Language: Tamil; Film: Pudukkottaielerunthusaravanan; Film Artists: Dhanush, Aparna",
                "popularity": 52,
                "preview_url": "https://p.scdn.co/mp3-preview/3862aa0861dd87d374b3a78e77b5fa834fe9a037?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 9,
                "type": "track",
                "uri": "spotify:track:6gdhAfSwSyWOgF5dUIJDUk"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/2LMljlTXjGr7jPZOBmK9My"
                            },
                            "href": "https://api.spotify.com/v1/artists/2LMljlTXjGr7jPZOBmK9My",
                            "id": "2LMljlTXjGr7jPZOBmK9My",
                            "name": "S.A. Rajkumar",
                            "type": "artist",
                            "uri": "spotify:artist:2LMljlTXjGr7jPZOBmK9My"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/5F5IlqtUN39M6vNfadB4pi"
                    },
                    "href": "https://api.spotify.com/v1/albums/5F5IlqtUN39M6vNfadB4pi",
                    "id": "5F5IlqtUN39M6vNfadB4pi",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27379aafea7e67ee1ce6bad8cca",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0279aafea7e67ee1ce6bad8cca",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485179aafea7e67ee1ce6bad8cca",
                            "width": 64
                        }
                    ],
                    "name": "Thullatha Manamum Thullum & Nee Varuvai Ena",
                    "release_date": "1999-03-28",
                    "release_date_precision": "day",
                    "total_tracks": 14,
                    "type": "album",
                    "uri": "spotify:album:5F5IlqtUN39M6vNfadB4pi"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0mV4UQ0gHg59AAUtg968pX"
                        },
                        "href": "https://api.spotify.com/v1/artists/0mV4UQ0gHg59AAUtg968pX",
                        "id": "0mV4UQ0gHg59AAUtg968pX",
                        "name": "Unnikrishnan",
                        "type": "artist",
                        "uri": "spotify:artist:0mV4UQ0gHg59AAUtg968pX"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 294040,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS289900156"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/33d0aCkd8fJUtnLTNLDOxV"
                },
                "href": "https://api.spotify.com/v1/tracks/33d0aCkd8fJUtnLTNLDOxV",
                "id": "33d0aCkd8fJUtnLTNLDOxV",
                "is_local": false,
                "name": "Innisai Paadivarum - Language: Tamil; Film: Thullatha Manamum Thullum; Film Artist 1: Vijay; Film Artist 2: Simran",
                "popularity": 52,
                "preview_url": "https://p.scdn.co/mp3-preview/82cb109f48a30d3fe5b33e40d53ebc8ec3c441ac?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 5,
                "type": "track",
                "uri": "spotify:track:33d0aCkd8fJUtnLTNLDOxV"
            },
            {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of"
                            },
                            "href": "https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of",
                            "id": "0LyfQWJT6nXafLPZqxe9Of",
                            "name": "Various Artists",
                            "type": "artist",
                            "uri": "spotify:artist:0LyfQWJT6nXafLPZqxe9Of"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/43oDfsZbEaJ7ismXqMluz9"
                    },
                    "href": "https://api.spotify.com/v1/albums/43oDfsZbEaJ7ismXqMluz9",
                    "id": "43oDfsZbEaJ7ismXqMluz9",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273f6cf72bd190be11e87c9f1e5",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02f6cf72bd190be11e87c9f1e5",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851f6cf72bd190be11e87c9f1e5",
                            "width": 64
                        }
                    ],
                    "name": "Hanuman Returns",
                    "release_date": "2007-12-15",
                    "release_date_precision": "day",
                    "total_tracks": 7,
                    "type": "album",
                    "uri": "spotify:album:43oDfsZbEaJ7ismXqMluz9"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6wa1AsxB9oJP7lwNSmbcYx"
                        },
                        "href": "https://api.spotify.com/v1/artists/6wa1AsxB9oJP7lwNSmbcYx",
                        "id": "6wa1AsxB9oJP7lwNSmbcYx",
                        "name": "Daler Mehndi",
                        "type": "artist",
                        "uri": "spotify:artist:6wa1AsxB9oJP7lwNSmbcYx"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/23y7sT3YJztGVJUMMYuxL4"
                        },
                        "href": "https://api.spotify.com/v1/artists/23y7sT3YJztGVJUMMYuxL4",
                        "id": "23y7sT3YJztGVJUMMYuxL4",
                        "name": "Hrishikesh",
                        "type": "artist",
                        "uri": "spotify:artist:23y7sT3YJztGVJUMMYuxL4"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/54SpMvvemA3VnhHCCUmtW9"
                        },
                        "href": "https://api.spotify.com/v1/artists/54SpMvvemA3VnhHCCUmtW9",
                        "id": "54SpMvvemA3VnhHCCUmtW9",
                        "name": "Neuman",
                        "type": "artist",
                        "uri": "spotify:artist:54SpMvvemA3VnhHCCUmtW9"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/7iXMvQNunidE9y5aO4Bjj9"
                        },
                        "href": "https://api.spotify.com/v1/artists/7iXMvQNunidE9y5aO4Bjj9",
                        "id": "7iXMvQNunidE9y5aO4Bjj9",
                        "name": "FRANCO",
                        "type": "artist",
                        "uri": "spotify:artist:7iXMvQNunidE9y5aO4Bjj9"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/7sCO08Lf7f0FHy2KEEZ5lk"
                        },
                        "href": "https://api.spotify.com/v1/artists/7sCO08Lf7f0FHy2KEEZ5lk",
                        "id": "7sCO08Lf7f0FHy2KEEZ5lk",
                        "name": "Shazneen Arethna",
                        "type": "artist",
                        "uri": "spotify:artist:7sCO08Lf7f0FHy2KEEZ5lk"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/1RnfOWhJmlJgI6yGAtdX1v"
                        },
                        "href": "https://api.spotify.com/v1/artists/1RnfOWhJmlJgI6yGAtdX1v",
                        "id": "1RnfOWhJmlJgI6yGAtdX1v",
                        "name": "Samantha",
                        "type": "artist",
                        "uri": "spotify:artist:1RnfOWhJmlJgI6yGAtdX1v"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2B6by2aKuDkLUo06LV960f"
                        },
                        "href": "https://api.spotify.com/v1/artists/2B6by2aKuDkLUo06LV960f",
                        "id": "2B6by2aKuDkLUo06LV960f",
                        "name": "Sunayana",
                        "type": "artist",
                        "uri": "spotify:artist:2B6by2aKuDkLUo06LV960f"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0iBqHeUD0rnSWXbC9UAT5O"
                        },
                        "href": "https://api.spotify.com/v1/artists/0iBqHeUD0rnSWXbC9UAT5O",
                        "id": "0iBqHeUD0rnSWXbC9UAT5O",
                        "name": "Tapas Relia",
                        "type": "artist",
                        "uri": "spotify:artist:0iBqHeUD0rnSWXbC9UAT5O"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 274081,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS180707609"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/5aa4zMfrJ16iDnS6UIKtlL"
                },
                "href": "https://api.spotify.com/v1/tracks/5aa4zMfrJ16iDnS6UIKtlL",
                "id": "5aa4zMfrJ16iDnS6UIKtlL",
                "is_local": false,
                "name": "Aasman Ko Chukar",
                "popularity": 63,
                "preview_url": "https://p.scdn.co/mp3-preview/507dc20f84338c25accb09a18028e3d7f3e084ad?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:5aa4zMfrJ16iDnS6UIKtlL"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/2LMljlTXjGr7jPZOBmK9My"
                            },
                            "href": "https://api.spotify.com/v1/artists/2LMljlTXjGr7jPZOBmK9My",
                            "id": "2LMljlTXjGr7jPZOBmK9My",
                            "name": "S.A. Rajkumar",
                            "type": "artist",
                            "uri": "spotify:artist:2LMljlTXjGr7jPZOBmK9My"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/5F5IlqtUN39M6vNfadB4pi"
                    },
                    "href": "https://api.spotify.com/v1/albums/5F5IlqtUN39M6vNfadB4pi",
                    "id": "5F5IlqtUN39M6vNfadB4pi",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27379aafea7e67ee1ce6bad8cca",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0279aafea7e67ee1ce6bad8cca",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485179aafea7e67ee1ce6bad8cca",
                            "width": 64
                        }
                    ],
                    "name": "Thullatha Manamum Thullum & Nee Varuvai Ena",
                    "release_date": "1999-03-28",
                    "release_date_precision": "day",
                    "total_tracks": 14,
                    "type": "album",
                    "uri": "spotify:album:5F5IlqtUN39M6vNfadB4pi"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6aQ5LDX0WlnyDLI8TGU0wK"
                        },
                        "href": "https://api.spotify.com/v1/artists/6aQ5LDX0WlnyDLI8TGU0wK",
                        "id": "6aQ5LDX0WlnyDLI8TGU0wK",
                        "name": "Rajesh",
                        "type": "artist",
                        "uri": "spotify:artist:6aQ5LDX0WlnyDLI8TGU0wK"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 261360,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS289900159"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/32VYgspXNXj0hPftALttUf"
                },
                "href": "https://api.spotify.com/v1/tracks/32VYgspXNXj0hPftALttUf",
                "id": "32VYgspXNXj0hPftALttUf",
                "is_local": false,
                "name": "Meghamai Vanthu Pogiren - Language: Tamil; Film: Thullatha Manamum Thullum; Film Artist 1: Vijay; Film Artist 2: Simran",
                "popularity": 52,
                "preview_url": "https://p.scdn.co/mp3-preview/edd8205edabff12e0773fdb2428fd846f2c1040d?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 6,
                "type": "track",
                "uri": "spotify:track:32VYgspXNXj0hPftALttUf"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/2F9icYS5KP4Td9nbxIjo9q"
                            },
                            "href": "https://api.spotify.com/v1/artists/2F9icYS5KP4Td9nbxIjo9q",
                            "id": "2F9icYS5KP4Td9nbxIjo9q",
                            "name": "Hadrian",
                            "type": "artist",
                            "uri": "spotify:artist:2F9icYS5KP4Td9nbxIjo9q"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/7e47cka7yBWYWNhcFjixcz"
                    },
                    "href": "https://api.spotify.com/v1/albums/7e47cka7yBWYWNhcFjixcz",
                    "id": "7e47cka7yBWYWNhcFjixcz",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b2739c24f82bb19e853d92ac7967",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e029c24f82bb19e853d92ac7967",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d000048519c24f82bb19e853d92ac7967",
                            "width": 64
                        }
                    ],
                    "name": "Niño De Oro (Deluxe Version)",
                    "release_date": "2022-11-11",
                    "release_date_precision": "day",
                    "total_tracks": 20,
                    "type": "album",
                    "uri": "spotify:album:7e47cka7yBWYWNhcFjixcz"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2F9icYS5KP4Td9nbxIjo9q"
                        },
                        "href": "https://api.spotify.com/v1/artists/2F9icYS5KP4Td9nbxIjo9q",
                        "id": "2F9icYS5KP4Td9nbxIjo9q",
                        "name": "Hadrian",
                        "type": "artist",
                        "uri": "spotify:artist:2F9icYS5KP4Td9nbxIjo9q"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6LC8g4SRSqJ4zm6sQeutFZ"
                        },
                        "href": "https://api.spotify.com/v1/artists/6LC8g4SRSqJ4zm6sQeutFZ",
                        "id": "6LC8g4SRSqJ4zm6sQeutFZ",
                        "name": "Jaziel Avilez",
                        "type": "artist",
                        "uri": "spotify:artist:6LC8g4SRSqJ4zm6sQeutFZ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 240026,
                "explicit": false,
                "external_ids": {
                    "isrc": "QZTGS2200194"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/0qug1dHGZcbc2v5NEAvBPR"
                },
                "href": "https://api.spotify.com/v1/tracks/0qug1dHGZcbc2v5NEAvBPR",
                "id": "0qug1dHGZcbc2v5NEAvBPR",
                "is_local": false,
                "name": "Artista Y Malandro",
                "popularity": 45,
                "preview_url": "https://p.scdn.co/mp3-preview/250820c1f8fce4891e9fb11a7fa7fc40961dbc1e?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 16,
                "type": "track",
                "uri": "spotify:track:0qug1dHGZcbc2v5NEAvBPR"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/6AVuBAosGPLRJYwoJ88wtt"
                            },
                            "href": "https://api.spotify.com/v1/artists/6AVuBAosGPLRJYwoJ88wtt",
                            "id": "6AVuBAosGPLRJYwoJ88wtt",
                            "name": "Derxan",
                            "type": "artist",
                            "uri": "spotify:artist:6AVuBAosGPLRJYwoJ88wtt"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1Sg57D3HfSmtvUph0FZiEx"
                    },
                    "href": "https://api.spotify.com/v1/albums/1Sg57D3HfSmtvUph0FZiEx",
                    "id": "1Sg57D3HfSmtvUph0FZiEx",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27363df12526e57eb46248246dd",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0263df12526e57eb46248246dd",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485163df12526e57eb46248246dd",
                            "width": 64
                        }
                    ],
                    "name": "Artistas da Rua",
                    "release_date": "2020-06-08",
                    "release_date_precision": "day",
                    "total_tracks": 1,
                    "type": "album",
                    "uri": "spotify:album:1Sg57D3HfSmtvUph0FZiEx"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6AVuBAosGPLRJYwoJ88wtt"
                        },
                        "href": "https://api.spotify.com/v1/artists/6AVuBAosGPLRJYwoJ88wtt",
                        "id": "6AVuBAosGPLRJYwoJ88wtt",
                        "name": "Derxan",
                        "type": "artist",
                        "uri": "spotify:artist:6AVuBAosGPLRJYwoJ88wtt"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 188602,
                "explicit": true,
                "external_ids": {
                    "isrc": "QZHZ42060615"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/3czhw7W0PTAIROkL1tcsKX"
                },
                "href": "https://api.spotify.com/v1/tracks/3czhw7W0PTAIROkL1tcsKX",
                "id": "3czhw7W0PTAIROkL1tcsKX",
                "is_local": false,
                "name": "Artistas da Rua",
                "popularity": 33,
                "preview_url": "https://p.scdn.co/mp3-preview/c13f88c58c8ef6cee5cf3ea1b8cf6a1ff009fddf?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:3czhw7W0PTAIROkL1tcsKX"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/4ZoX7uicu1eXX40PqnyF0N"
                            },
                            "href": "https://api.spotify.com/v1/artists/4ZoX7uicu1eXX40PqnyF0N",
                            "id": "4ZoX7uicu1eXX40PqnyF0N",
                            "name": "The Artist Flower",
                            "type": "artist",
                            "uri": "spotify:artist:4ZoX7uicu1eXX40PqnyF0N"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/7lPmB533YaU8uaWQpitKOA"
                    },
                    "href": "https://api.spotify.com/v1/albums/7lPmB533YaU8uaWQpitKOA",
                    "id": "7lPmB533YaU8uaWQpitKOA",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b2734c4a49d7fb1c8318d869e216",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e024c4a49d7fb1c8318d869e216",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d000048514c4a49d7fb1c8318d869e216",
                            "width": 64
                        }
                    ],
                    "name": "Memory",
                    "release_date": "2022-04-29",
                    "release_date_precision": "day",
                    "total_tracks": 1,
                    "type": "album",
                    "uri": "spotify:album:7lPmB533YaU8uaWQpitKOA"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4ZoX7uicu1eXX40PqnyF0N"
                        },
                        "href": "https://api.spotify.com/v1/artists/4ZoX7uicu1eXX40PqnyF0N",
                        "id": "4ZoX7uicu1eXX40PqnyF0N",
                        "name": "The Artist Flower",
                        "type": "artist",
                        "uri": "spotify:artist:4ZoX7uicu1eXX40PqnyF0N"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 242863,
                "explicit": true,
                "external_ids": {
                    "isrc": "QZES62256299"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/6qITENcTT8kwhoxVY4Ho5s"
                },
                "href": "https://api.spotify.com/v1/tracks/6qITENcTT8kwhoxVY4Ho5s",
                "id": "6qITENcTT8kwhoxVY4Ho5s",
                "is_local": false,
                "name": "Memory",
                "popularity": 25,
                "preview_url": "https://p.scdn.co/mp3-preview/ad9594796a9a672854bea9c3751d2846d3e4415a?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:6qITENcTT8kwhoxVY4Ho5s"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/6kAZsTKGFHtzx9PWStXqNV"
                            },
                            "href": "https://api.spotify.com/v1/artists/6kAZsTKGFHtzx9PWStXqNV",
                            "id": "6kAZsTKGFHtzx9PWStXqNV",
                            "name": "Artist Amour",
                            "type": "artist",
                            "uri": "spotify:artist:6kAZsTKGFHtzx9PWStXqNV"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/17jVmQPY6byz0m4RHHQaqI"
                    },
                    "href": "https://api.spotify.com/v1/albums/17jVmQPY6byz0m4RHHQaqI",
                    "id": "17jVmQPY6byz0m4RHHQaqI",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27346057047d57bed2e2b14a884",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0246057047d57bed2e2b14a884",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485146057047d57bed2e2b14a884",
                            "width": 64
                        }
                    ],
                    "name": "What Did You Say",
                    "release_date": "2023-01-25",
                    "release_date_precision": "day",
                    "total_tracks": 13,
                    "type": "album",
                    "uri": "spotify:album:17jVmQPY6byz0m4RHHQaqI"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6kAZsTKGFHtzx9PWStXqNV"
                        },
                        "href": "https://api.spotify.com/v1/artists/6kAZsTKGFHtzx9PWStXqNV",
                        "id": "6kAZsTKGFHtzx9PWStXqNV",
                        "name": "Artist Amour",
                        "type": "artist",
                        "uri": "spotify:artist:6kAZsTKGFHtzx9PWStXqNV"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 325714,
                "explicit": false,
                "external_ids": {
                    "isrc": "QZFZ42391298"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/3WAGy27LmMGGj18DG2z7l7"
                },
                "href": "https://api.spotify.com/v1/tracks/3WAGy27LmMGGj18DG2z7l7",
                "id": "3WAGy27LmMGGj18DG2z7l7",
                "is_local": false,
                "name": "Educated",
                "popularity": 23,
                "preview_url": "https://p.scdn.co/mp3-preview/02278d36b083963b704e52eb2d1a4a8211e2b275?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:3WAGy27LmMGGj18DG2z7l7"
            }
        ],
        "limit": 20,
        "next": "https://api.spotify.com/v1/search?query=artist&type=track&offset=20&limit=20",
        "offset": 0,
        "previous": null,
        "total": 1000
    }
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=7200
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:43 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "tracks": {
        "href": "https://api.spotify.com/v1/search?query=artist&type=track&offset=0&limit=20",
        "items": [
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/0tC995Rfn9k2l7nqgCZsV7"
                            },
                            "href": "https://api.spotify.com/v1/artists/0tC995Rfn9k2l7nqgCZsV7",
                            "id": "0tC995Rfn9k2l7nqgCZsV7",
                            "name": "Prateek Kuhad",
                            "type": "artist",
                            "uri": "spotify:artist:0tC995Rfn9k2l7nqgCZsV7"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1O6ouUiZXpuAOjINj1JYul"
                    },
                    "href": "https://api.spotify.com/v1/albums/1O6ouUiZXpuAOjINj1JYul",
                    "id": "1O6ouUiZXpuAOjINj1JYul",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27300fe1b1daea6ee84f295277e",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0200fe1b1daea6ee84f295277e",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485100fe1b1daea6ee84f295277e",
                            "width": 64
                        }
                    ],
                    "name": "In Tokens & Charms",
                    "release_date": "2015-01-21",
                    "release_date_precision": "day",
                    "total_tracks": 10,
                    "type": "album",
                    "uri": "spotify:album:1O6ouUiZXpuAOjINj1JYul"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0tC995Rfn9k2l7nqgCZsV7"
                        },
                        "href": "https://api.spotify.com/v1/artists/0tC995Rfn9k2l7nqgCZsV7",
                        "id": "0tC995Rfn9k2l7nqgCZsV7",
                        "name": "Prateek Kuhad",
                        "type": "artist",
                        "uri": "spotify:artist:0tC995Rfn9k2l7nqgCZsV7"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 233464,
                "explicit": false,
                "external_ids": {
                    "isrc": "usx9p1400910"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/0qfLPsET328ykxctRCU5JB"
                },
                "href": "https://api.spotify.com/v1/tracks/0qfLPsET328ykxctRCU5JB",
                "id": "0qfLPsET328ykxctRCU5JB",
                "is_local": false,
                "name": "Artist",
                "popularity": 30,
                "preview_url": "https://p.scdn.co/mp3-preview/a5f01e54c49d31bc3f3bf042cbe4d37271a4a9ad?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 10,
                "type": "track",
                "uri": "spotify:track:0qfLPsET328ykxctRCU5JB"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/4XpUIb8uuNlIWVKmgKZXC0"
                            },
                            "href": "https://api.spotify.com/v1/artists/4XpUIb8uuNlIWVKmgKZXC0",
                            "id": "4XpUIb8uuNlIWVKmgKZXC0",
                            "name": "ZICO",
                            "type": "artist",
                            "uri": "spotify:artist:4XpUIb8uuNlIWVKmgKZXC0"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/7A8SILx9WOx8SOvApoBuMN"
                    },
                    "href": "https://api.spotify.com/v1/albums/7A8SILx9WOx8SOvApoBuMN",
                    "id": "7A8SILx9WOx8SOvApoBuMN",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b2735fbfd159690d2d82f6d63f45",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e025fbfd159690d2d82f6d63f45",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d000048515fbfd159690d2d82f6d63f45",
                            "width": 64
                        }
                    ],
                    "name": "TELEVISION",
                    "release_date": "2017-07-12",
                    "release_date_precision": "day",
                    "total_tracks": 5,
                    "type": "album",
                    "uri": "spotify:album:7A8SILx9WOx8SOvApoBuMN"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4XpUIb8uuNlIWVKmgKZXC0"
                        },
                        "href": "https://api.spotify.com/v1/artists/4XpUIb8uuNlIWVKmgKZXC0",
                        "id": "4XpUIb8uuNlIWVKmgKZXC0",
                        "name": "ZICO",
                        "type": "artist",
                        "uri": "spotify:artist:4XpUIb8uuNlIWVKmgKZXC0"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 192827,
                "explicit": false,
                "external_ids": {
                    "isrc": "KRC491700011"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/12GJcC8SdDYpkbHvFrgp1w"
                },
                "href": "https://api.spotify.com/v1/tracks/12GJcC8SdDYpkbHvFrgp1w",
                "id": "12GJcC8SdDYpkbHvFrgp1w",
                "is_local": false,
                "name": "Artist",
                "popularity": 40,
                "preview_url": "https://p.scdn.co/mp3-preview/dd2eb89b9011c59a25736aab70d1f0f2fccf5261?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 2,
                "type": "track",
                "uri": "spotify:track:12GJcC8SdDYpkbHvFrgp1w"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/2KfS4eqAQxNgnkVoe1dBDq"
                            },
                            "href": "https://api.spotify.com/v1/artists/2KfS4eqAQxNgnkVoe1dBDq",
                            "id": "2KfS4eqAQxNgnkVoe1dBDq",
                            "name": "ACID",
                            "type": "artist",
                            "uri": "spotify:artist:2KfS4eqAQxNgnkVoe1dBDq"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/5ojQxjya2sjj8iehv1gqdw"
                    },
                    "href": "https://api.spotify.com/v1/albums/5ojQxjya2sjj8iehv1gqdw",
                    "id": "5ojQxjya2sjj8iehv1gqdw",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273d50d247f5954bbc0e9dd8cee",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02d50d247f5954bbc0e9dd8cee",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851d50d247f5954bbc0e9dd8cee",
                            "width": 64
                        }
                    ],
                    "name": "Artist",
                    "release_date": "2022-07-19",
                    "release_date_precision": "day",
                    "total_tracks": 1,
                    "type": "album",
                    "uri": "spotify:album:5ojQxjya2sjj8iehv1gqdw"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2KfS4eqAQxNgnkVoe1dBDq"
                        },
                        "href": "https://api.spotify.com/v1/artists/2KfS4eqAQxNgnkVoe1dBDq",
                        "id": "2KfS4eqAQxNgnkVoe1dBDq",
                        "name": "ACID",
                        "type": "artist",
                        "uri": "spotify:artist:2KfS4eqAQxNgnkVoe1dBDq"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 275000,
                "explicit": true,
                "external_ids": {
                    "isrc": "CHF032228310"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/6jMNBAKRdsjOaRmmzCyesM"
                },
                "href": "https://api.spotify.com/v1/tracks/6jMNBAKRdsjOaRmmzCyesM",
                "id": "6jMNBAKRdsjOaRmmzCyesM",
                "is_local": false,
                "name": "Artist",
                "popularity": 24,
                "preview_url": "https://p.scdn.co/mp3-preview/48fc8144f2669a73efafb227a07c34f819c7db7b?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:6jMNBAKRdsjOaRmmzCyesM"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/0tC995Rfn9k2l7nqgCZsV7"
                            },
                            "href": "https://api.spotify.com/v1/artists/0tC995Rfn9k2l7nqgCZsV7",
                            "id": "0tC995Rfn9k2l7nqgCZsV7",
                            "name": "Prateek Kuhad",
                            "type": "artist",
                            "uri": "spotify:artist:0tC995Rfn9k2l7nqgCZsV7"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1no8c4PYhEMGKXtGg79fMR"
                    },
                    "href": "https://api.spotify.com/v1/albums/1no8c4PYhEMGKXtGg79fMR",
                    "id": "1no8c4PYhEMGKXtGg79fMR",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273438dc50d2695ba85b1be6e08",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02438dc50d2695ba85b1be6e08",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851438dc50d2695ba85b1be6e08",
                            "width": 64
                        }
                    ],
                    "name": "In Tokens & Charms (Deluxe Edition)",
                    "release_date": "2017-11-10",
                    "release_date_precision": "day",
                    "total_tracks": 14,
                    "type": "album",
                    "uri": "spotify:album:1no8c4PYhEMGKXtGg79fMR"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0tC995Rfn9k2l7nqgCZsV7"
                        },
                        "href": "https://api.spotify.com/v1/artists/0tC995Rfn9k2l7nqgCZsV7",
                        "id": "0tC995Rfn9k2l7nqgCZsV7",
                        "name": "Prateek Kuhad",
                        "type": "artist",
                        "uri": "spotify:artist:0tC995Rfn9k2l7nqgCZsV7"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 233464,
                "explicit": false,
                "external_ids": {
                    "isrc": "USX9P1400910"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/5IirJYGPYD3J7AAJ6WXoAg"
                },
                "href": "https://api.spotify.com/v1/tracks/5IirJYGPYD3J7AAJ6WXoAg",
                "id": "5IirJYGPYD3J7AAJ6WXoAg",
                "is_local": false,
                "name": "Artist",
                "popularity": 15,
                "preview_url": "https://p.scdn.co/mp3-preview/f5d5acc944c9dbe5d0f6822d989694d1c6bb2a69?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 10,
                "type": "track",
                "uri": "spotify:track:5IirJYGPYD3J7AAJ6WXoAg"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/4xPR9p75zzDlisJvvhEYl2"
                            },
                            "href": "https://api.spotify.com/v1/artists/4xPR9p75zzDlisJvvhEYl2",
                            "id": "4xPR9p75zzDlisJvvhEYl2",
                            "name": "Jacob Lee",
                            "type": "artist",
                            "uri": "spotify:artist:4xPR9p75zzDlisJvvhEYl2"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/5lGLktcDudhrCwCNLxni6Q"
                    },
                    "href": "https://api.spotify.com/v1/albums/5lGLktcDudhrCwCNLxni6Q",
                    "id": "5lGLktcDudhrCwCNLxni6Q",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273a901cbe3e49783a6a919fc86",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02a901cbe3e49783a6a919fc86",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851a901cbe3e49783a6a919fc86",
                            "width": 64
                        }
                    ],
                    "name": "Conscience",
                    "release_date": "2020-12-18",
                    "release_date_precision": "day",
                    "total_tracks": 10,
                    "type": "album",
                    "uri": "spotify:album:5lGLktcDudhrCwCNLxni6Q"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4xPR9p75zzDlisJvvhEYl2"
                        },
                        "href": "https://api.spotify.com/v1/artists/4xPR9p75zzDlisJvvhEYl2",
                        "id": "4xPR9p75zzDlisJvvhEYl2",
                        "name": "Jacob Lee",
                        "type": "artist",
                        "uri": "spotify:artist:4xPR9p75zzDlisJvvhEYl2"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 244530,
                "explicit": false,
                "external_ids": {
                    "isrc": "QZNWY2020286"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/0JanZrjJc3yn63AGgBDLAb"
                },
                "href": "https://api.spotify.com/v1/tracks/0JanZrjJc3yn63AGgBDLAb",
                "id": "0JanZrjJc3yn63AGgBDLAb",
                "is_local": false,
                "name": "Artistry",
                "popularity": 39,
                "preview_url": "https://p.scdn.co/mp3-preview/f44f2f4f29a9daed7a6ee54b7b168ac0e1eb7e91?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 3,
                "type": "track",
                "uri": "spotify:track:0JanZrjJc3yn63AGgBDLAb"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/09Swfzp0iwV8Yxe1Ngzf6v"
                            },
                            "href": "https://api.spotify.com/v1/artists/09Swfzp0iwV8Yxe1Ngzf6v",
                            "id": "09Swfzp0iwV8Yxe1Ngzf6v",
                            "name": "Bijibal",
                            "type": "artist",
                            "uri": "spotify:artist:09Swfzp0iwV8Yxe1Ngzf6v"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/0kaed6DXiJfIehxzdTwATo"
                    },
                    "href": "https://api.spotify.com/v1/albums/0kaed6DXiJfIehxzdTwATo",
                    "id": "0kaed6DXiJfIehxzdTwATo",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27369fcb281cf1040f17aa33002",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0269fcb281cf1040f17aa33002",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485169fcb281cf1040f17aa33002",
                            "width": 64
                        }
                    ],
                    "name": "Artist (Original Motion Picture Soundtrack)",
                    "release_date": "2013-07-01",
                    "release_date_precision": "day",
                    "total_tracks": 2,
                    "type": "album",
                    "uri": "spotify:album:0kaed6DXiJfIehxzdTwATo"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2IUtwMti1OiT3lkW6RubgH"
                        },
                        "href": "https://api.spotify.com/v1/artists/2IUtwMti1OiT3lkW6RubgH",
                        "id": "2IUtwMti1OiT3lkW6RubgH",
                        "name": "K. S. Chithra",
                        "type": "artist",
                        "uri": "spotify:artist:2IUtwMti1OiT3lkW6RubgH"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 238200,
                "explicit": false,
                "external_ids": {
                    "isrc": "INM201302255"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/3ejsvYvea6eifh8ToDjPoV"
                },
                "href": "https://api.spotify.com/v1/tracks/3ejsvYvea6eifh8ToDjPoV",
                "id": "3ejsvYvea6eifh8ToDjPoV",
                "is_local": false,
                "name": "Ilaveyil Viralukalal",
                "popularity": 16,
                "preview_url": "https://p.scdn.co/mp3-preview/9301a2ca383c11eb7f7857d5c9ecb87b83492ed2?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 2,
                "type": "track",
                "uri": "spotify:track:3ejsvYvea6eifh8ToDjPoV"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/3kYFawNQVZ00FQbgs4rVBe"
                            },
                            "href": "https://api.spotify.com/v1/artists/3kYFawNQVZ00FQbgs4rVBe",
                            "id": "3kYFawNQVZ00FQbgs4rVBe",
                            "name": "Artist Vs Poet",
                            "type": "artist",
                            "uri": "spotify:artist:3kYFawNQVZ00FQbgs4rVBe"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1rzYGG9bjKtnER0TRwXJBj"
                    },
                    "href": "https://api.spotify.com/v1/albums/1rzYGG9bjKtnER0TRwXJBj",
                    "id": "1rzYGG9bjKtnER0TRwXJBj",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273d769902adf30cbac5f57813a",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02d769902adf30cbac5f57813a",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851d769902adf30cbac5f57813a",
                            "width": 64
                        }
                    ],
                    "name": "Medicine",
                    "release_date": "2014-12-16",
                    "release_date_precision": "day",
                    "total_tracks": 11,
                    "type": "album",
                    "uri": "spotify:album:1rzYGG9bjKtnER0TRwXJBj"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/3kYFawNQVZ00FQbgs4rVBe"
                        },
                        "href": "https://api.spotify.com/v1/artists/3kYFawNQVZ00FQbgs4rVBe",
                        "id": "3kYFawNQVZ00FQbgs4rVBe",
                        "name": "Artist Vs Poet",
                        "type": "artist",
                        "uri": "spotify:artist:3kYFawNQVZ00FQbgs4rVBe"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 216637,
                "explicit": false,
                "external_ids": {
                    "isrc": "TCACC1435226"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/0b1kU7KgZSnH7n7TBy921o"
                },
                "href": "https://api.spotify.com/v1/tracks/0b1kU7KgZSnH7n7TBy921o",
                "id": "0b1kU7KgZSnH7n7TBy921o",
                "is_local": false,
                "name": "Kids Again",
                "popularity": 48,
                "preview_url": "https://p.scdn.co/mp3-preview/f07fb90c16edb5528661e70e6835759c57d554ee?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 6,
                "type": "track",
                "uri": "spotify:track:0b1kU7KgZSnH7n7TBy921o"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/1kzKlwoZunQPBWRLCZ7ZvS"
                            },
                            "href": "https://api.spotify.com/v1/artists/1kzKlwoZunQPBWRLCZ7ZvS",
                            "id": "1kzKlwoZunQPBWRLCZ7ZvS",
                            "name": "Tanmaya Bhatnagar",
                            "type": "artist",
                            "uri": "spotify:artist:1kzKlwoZunQPBWRLCZ7ZvS"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/6jN4E5miEwdQBUqU0HP0Dg"
                    },
                    "href": "https://api.spotify.com/v1/albums/6jN4E5miEwdQBUqU0HP0Dg",
                    "id": "6jN4E5miEwdQBUqU0HP0Dg",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27330325fdb1140cc67b0d579f6",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0230325fdb1140cc67b0d579f6",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485130325fdb1140cc67b0d579f6",
                            "width": 64
                        }
                    ],
                    "name": "Kya Tum Naraaz Ho? (Raw)",
                    "release_date": "2020-04-10",
                    "release_date_precision": "day",
                    "total_tracks": 1,
                    "type": "album",
                    "uri": "spotify:album:6jN4E5miEwdQBUqU0HP0Dg"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/1kzKlwoZunQPBWRLCZ7ZvS"
                        },
                        "href": "https://api.spotify.com/v1/artists/1kzKlwoZunQPBWRLCZ7ZvS",
                        "id": "1kzKlwoZunQPBWRLCZ7ZvS",
                        "name": "Tanmaya Bhatnagar",
                        "type": "artist",
                        "uri": "spotify:artist:1kzKlwoZunQPBWRLCZ7ZvS"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 212530,
                "explicit": false,
                "external_ids": {
                    "isrc": "usdy42036428"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/2rjCLFdX8n9xLoMZgdMMxt"
                },
                "href": "https://api.spotify.com/v1/tracks/2rjCLFdX8n9xLoMZgdMMxt",
                "id": "2rjCLFdX8n9xLoMZgdMMxt",
                "is_local": false,
                "name": "Kya Tum Naraaz Ho? (Raw)",
                "popularity": 43,
                "preview_url": "https://p.scdn.co/mp3-preview/d4f76e47ceef11497132e5943cc0fbaf7c0030e6?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:2rjCLFdX8n9xLoMZgdMMxt"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                            },
                            "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                            "id": "29aw5YCdIw2FEXYyAJZI8l",
                            "name": "Harris Jayaraj",
                            "type": "artist",
                            "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/58rfEEYCmEImlPaaqQddVF"
                    },
                    "href": "https://api.spotify.com/v1/albums/58rfEEYCmEImlPaaqQddVF",
                    "id": "58rfEEYCmEImlPaaqQddVF",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273812bfb4e32feb448e527e8b1",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02812bfb4e32feb448e527e8b1",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851812bfb4e32feb448e527e8b1",
                            "width": 64
                        }
                    ],
                    "name": "Vaaranam Aayiram (Original Motion Picture Soundtrack)",
                    "release_date": "2008-10-08",
                    "release_date_precision": "day",
                    "total_tracks": 7,
                    "type": "album",
                    "uri": "spotify:album:58rfEEYCmEImlPaaqQddVF"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                        },
                        "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                        "id": "29aw5YCdIw2FEXYyAJZI8l",
                        "name": "Harris Jayaraj",
                        "type": "artist",
                        "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2NoJ7NuNs9nyj8Thoh1kbu"
                        },
                        "href": "https://api.spotify.com/v1/artists/2NoJ7NuNs9nyj8Thoh1kbu",
                        "id": "2NoJ7NuNs9nyj8Thoh1kbu",
                        "name": "Hariharan",
                        "type": "artist",
                        "uri": "spotify:artist:2NoJ7NuNs9nyj8Thoh1kbu"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/1HUZ6vfsSWpfLoxjgDavEB"
                        },
                        "href": "https://api.spotify.com/v1/artists/1HUZ6vfsSWpfLoxjgDavEB",
                        "id": "1HUZ6vfsSWpfLoxjgDavEB",
                        "name": "Devan Ekambaram",
                        "type": "artist",
                        "uri": "spotify:artist:1HUZ6vfsSWpfLoxjgDavEB"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/5FHIw6p4HE35RB4PP76uF6"
                        },
                        "href": "https://api.spotify.com/v1/artists/5FHIw6p4HE35RB4PP76uF6",
                        "id": "5FHIw6p4HE35RB4PP76uF6",
                        "name": "VV Prassanna",
                        "type": "artist",
                        "uri": "spotify:artist:5FHIw6p4HE35RB4PP76uF6"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 369333,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS170816331"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/4vlMdXsRpAIXYggwbNHZSv"
                },
                "href": "https://api.spotify.com/v1/tracks/4vlMdXsRpAIXYggwbNHZSv",
                "id": "4vlMdXsRpAIXYggwbNHZSv",
                "is_local": false,
                "name": "Nenjukkul Peidhidum",
                "popularity": 64,
                "preview_url": "https://p.scdn.co/mp3-preview/fb4e09827165a52bc930a1af4c274d0d21fa29f6?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 2,
                "type": "track",
                "uri": "spotify:track:4vlMdXsRpAIXYggwbNHZSv"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/71hjb5G92mGoKRSAW3Cj00"
                            },
                            "href": "https://api.spotify.com/v1/artists/71hjb5G92mGoKRSAW3Cj00",
                            "id": "71hjb5G92mGoKRSAW3Cj00",
                            "name": "Anu Malik",
                            "type": "artist",
                            "uri": "spotify:artist:71hjb5G92mGoKRSAW3Cj00"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/2QyR1r0XwtvljXEZs9I3ge"
                    },
                    "href": "https://api.spotify.com/v1/albums/2QyR1r0XwtvljXEZs9I3ge",
                    "id": "2QyR1r0XwtvljXEZs9I3ge",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273e7fa423de639247fed12be4a",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02e7fa423de639247fed12be4a",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851e7fa423de639247fed12be4a",
                            "width": 64
                        }
                    ],
                    "name": "Main Hoon Na",
                    "release_date": "2004-02-27",
                    "release_date_precision": "day",
                    "total_tracks": 10,
                    "type": "album",
                    "uri": "spotify:album:2QyR1r0XwtvljXEZs9I3ge"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4fEkbug6kZzzJ8eYX6Kbbp"
                        },
                        "href": "https://api.spotify.com/v1/artists/4fEkbug6kZzzJ8eYX6Kbbp",
                        "id": "4fEkbug6kZzzJ8eYX6Kbbp",
                        "name": "KK",
                        "type": "artist",
                        "uri": "spotify:artist:4fEkbug6kZzzJ8eYX6Kbbp"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0myVJmNOHZ7v7g8JVWGw8H"
                        },
                        "href": "https://api.spotify.com/v1/artists/0myVJmNOHZ7v7g8JVWGw8H",
                        "id": "0myVJmNOHZ7v7g8JVWGw8H",
                        "name": "Vasundhara Das",
                        "type": "artist",
                        "uri": "spotify:artist:0myVJmNOHZ7v7g8JVWGw8H"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 324053,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS180461113"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/3pRF060IEOI5XSQAvONgSt"
                },
                "href": "https://api.spotify.com/v1/tracks/3pRF060IEOI5XSQAvONgSt",
                "id": "3pRF060IEOI5XSQAvONgSt",
                "is_local": false,
                "name": "Chale Jaise Hawaien",
                "popularity": 53,
                "preview_url": "https://p.scdn.co/mp3-preview/cb303fb0fa836f495a77324e9c0b0a44cbb610c1?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 3,
                "type": "track",
                "uri": "spotify:track:3pRF060IEOI5XSQAvONgSt"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                            },
                            "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                            "id": "29aw5YCdIw2FEXYyAJZI8l",
                            "name": "Harris Jayaraj",
                            "type": "artist",
                            "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/58rfEEYCmEImlPaaqQddVF"
                    },
                    "href": "https://api.spotify.com/v1/albums/58rfEEYCmEImlPaaqQddVF",
                    "id": "58rfEEYCmEImlPaaqQddVF",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273812bfb4e32feb448e527e8b1",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02812bfb4e32feb448e527e8b1",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851812bfb4e32feb448e527e8b1",
                            "width": 64
                        }
                    ],
                    "name": "Vaaranam Aayiram (Original Motion Picture Soundtrack)",
                    "release_date": "2008-10-08",
                    "release_date_precision": "day",
                    "total_tracks": 7,
                    "type": "album",
                    "uri": "spotify:album:58rfEEYCmEImlPaaqQddVF"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                        },
                        "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                        "id": "29aw5YCdIw2FEXYyAJZI8l",
                        "name": "Harris Jayaraj",
                        "type": "artist",
                        "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/7FaGCZiP3s6X7jQTB8EhfI"
                        },
                        "href": "https://api.spotify.com/v1/artists/7FaGCZiP3s6X7jQTB8EhfI",
                        "id": "7FaGCZiP3s6X7jQTB8EhfI",
                        "name": "Naresh Iyer",
                        "type": "artist",
                        "uri": "spotify:artist:7FaGCZiP3s6X7jQTB8EhfI"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4joteb3wCfZYGKjvF0XvLx"
                        },
                        "href": "https://api.spotify.com/v1/artists/4joteb3wCfZYGKjvF0XvLx",
                        "id": "4joteb3wCfZYGKjvF0XvLx",
                        "name": "Prashanthini",
                        "type": "artist",
                        "uri": "spotify:artist:4joteb3wCfZYGKjvF0XvLx"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 341386,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS170816333"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/1n5gnI3Wue9WBpYFOIQNh1"
                },
                "href": "https://api.spotify.com/v1/tracks/1n5gnI3Wue9WBpYFOIQNh1",
                "id": "1n5gnI3Wue9WBpYFOIQNh1",
                "is_local": false,
                "name": "Mundhinam",
                "popularity": 62,
                "preview_url": "https://p.scdn.co/mp3-preview/b959ee90e6d81f7fec1ab4528841665ee11e40e2?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 4,
                "type": "track",
                "uri": "spotify:track:1n5gnI3Wue9WBpYFOIQNh1"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                            },
                            "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                            "id": "29aw5YCdIw2FEXYyAJZI8l",
                            "name": "Harris Jayaraj",
                            "type": "artist",
                            "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/58rfEEYCmEImlPaaqQddVF"
                    },
                    "href": "https://api.spotify.com/v1/albums/58rfEEYCmEImlPaaqQddVF",
                    "id": "58rfEEYCmEImlPaaqQddVF",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273812bfb4e32feb448e527e8b1",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02812bfb4e32feb448e527e8b1",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851812bfb4e32feb448e527e8b1",
                            "width": 64
                        }
                    ],
                    "name": "Vaaranam Aayiram (Original Motion Picture Soundtrack)",
                    "release_date": "2008-10-08",
                    "release_date_precision": "day",
                    "total_tracks": 7,
                    "type": "album",
                    "uri": "spotify:album:58rfEEYCmEImlPaaqQddVF"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/29aw5YCdIw2FEXYyAJZI8l"
                        },
                        "href": "https://api.spotify.com/v1/artists/29aw5YCdIw2FEXYyAJZI8l",
                        "id": "29aw5YCdIw2FEXYyAJZI8l",
                        "name": "Harris Jayaraj",
                        "type": "artist",
                        "uri": "spotify:artist:29aw5YCdIw2FEXYyAJZI8l"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0LSPREIgGMZXCuKVel7LVD"
                        },
                        "href": "https://api.spotify.com/v1/artists/0LSPREIgGMZXCuKVel7LVD",
                        "id": "0LSPREIgGMZXCuKVel7LVD",
                        "name": "Karthik",
                        "type": "artist",
                        "uri": "spotify:artist:0LSPREIgGMZXCuKVel7LVD"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/5FHIw6p4HE35RB4PP76uF6"
                        },
                        "href": "https://api.spotify.com/v1/artists/5FHIw6p4HE35RB4PP76uF6",
                        "id": "5FHIw6p4HE35RB4PP76uF6",
                        "name": "VV Prassanna",
                        "type": "artist",
                        "uri": "spotify:artist:5FHIw6p4HE35RB4PP76uF6"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 318493,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS170816335"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/1wIfq9Zul77qAtokyLTlXr"
                },
                "href": "https://api.spotify.com/v1/tracks/1wIfq9Zul77qAtokyLTlXr",
                "id": "1wIfq9Zul77qAtokyLTlXr",
                "is_local": false,
                "name": "Ava Enna",
                "popularity": 65,
                "preview_url": "https://p.scdn.co/mp3-preview/885463dba1d28c5bb68ac1faaf84173a34a78e3c?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 6,
                "type": "track",
                "uri": "spotify:track:1wIfq9Zul77qAtokyLTlXr"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/4XOgtTx2nc2NMbPOwVw1Vz"
                            },
                            "href": "https://api.spotify.com/v1/artists/4XOgtTx2nc2NMbPOwVw1Vz",
                            "id": "4XOgtTx2nc2NMbPOwVw1Vz",
                            "name": "Bharadwaj",
                            "type": "artist",
                            "uri": "spotify:artist:4XOgtTx2nc2NMbPOwVw1Vz"
                        }
                    ],
                    "available_markets": [
                        "IN"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/0l9xyhXdV189j6BypZKuDW"
                    },
                    "href": "https://api.spotify.com/v1/albums/0l9xyhXdV189j6BypZKuDW",
                    "id": "0l9xyhXdV189j6BypZKuDW",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27397fa4825a1269bbd1bf4ce6c",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0297fa4825a1269bbd1bf4ce6c",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485197fa4825a1269bbd1bf4ce6c",
                            "width": 64
                        }
                    ],
                    "name": "Autograph & Pudukkotayiliruthu Saravanan",
                    "release_date": "2004-11-22",
                    "release_date_precision": "day",
                    "total_tracks": 14,
                    "type": "album",
                    "uri": "spotify:album:0l9xyhXdV189j6BypZKuDW"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2F3KtUVtrt2GLjcl6pB4cz"
                        },
                        "href": "https://api.spotify.com/v1/artists/2F3KtUVtrt2GLjcl6pB4cz",
                        "id": "2F3KtUVtrt2GLjcl6pB4cz",
                        "name": "Dhanush",
                        "type": "artist",
                        "uri": "spotify:artist:2F3KtUVtrt2GLjcl6pB4cz"
                    }
                ],
                "available_markets": [
                    "IN"
                ],
                "disc_number": 1,
                "duration_ms": 276546,
                "explicit": false,
                "external_ids": {
                    "isrc": "INI110593056"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/6gdhAfSwSyWOgF5dUIJDUk"
                },
                "href": "https://api.spotify.com/v1/tracks/6gdhAfSwSyWOgF5dUIJDUk",
                "id": "6gdhAfSwSyWOgF5dUIJDUk",
                "is_local": false,
                "name": "Nattu Sarakku - Language: Tamil; Film: Pudukkottaielerunthusaravanan; Film Artists: Dhanush, Aparna",
                "popularity": 52,
                "preview_url": "https://p.scdn.co/mp3-preview/3862aa0861dd87d374b3a78e77b5fa834fe9a037?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 9,
                "type": "track",
                "uri": "spotify:track:6gdhAfSwSyWOgF5dUIJDUk"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/2LMljlTXjGr7jPZOBmK9My"
                            },
                            "href": "https://api.spotify.com/v1/artists/2LMljlTXjGr7jPZOBmK9My",
                            "id": "2LMljlTXjGr7jPZOBmK9My",
                            "name": "S.A. Rajkumar",
                            "type": "artist",
                            "uri": "spotify:artist:2LMljlTXjGr7jPZOBmK9My"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/5F5IlqtUN39M6vNfadB4pi"
                    },
                    "href": "https://api.spotify.com/v1/albums/5F5IlqtUN39M6vNfadB4pi",
                    "id": "5F5IlqtUN39M6vNfadB4pi",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27379aafea7e67ee1ce6bad8cca",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0279aafea7e67ee1ce6bad8cca",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485179aafea7e67ee1ce6bad8cca",
                            "width": 64
                        }
                    ],
                    "name": "Thullatha Manamum Thullum & Nee Varuvai Ena",
                    "release_date": "1999-03-28",
                    "release_date_precision": "day",
                    "total_tracks": 14,
                    "type": "album",
                    "uri": "spotify:album:5F5IlqtUN39M6vNfadB4pi"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0mV4UQ0gHg59AAUtg968pX"
                        },
                        "href": "https://api.spotify.com/v1/artists/0mV4UQ0gHg59AAUtg968pX",
                        "id": "0mV4UQ0gHg59AAUtg968pX",
                        "name": "Unnikrishnan",
                        "type": "artist",
                        "uri": "spotify:artist:0mV4UQ0gHg59AAUtg968pX"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 294040,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS289900156"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/33d0aCkd8fJUtnLTNLDOxV"
                },
                "href": "https://api.spotify.com/v1/tracks/33d0aCkd8fJUtnLTNLDOxV",
                "id": "33d0aCkd8fJUtnLTNLDOxV",
                "is_local": false,
                "name": "Innisai Paadivarum - Language: Tamil; Film: Thullatha Manamum Thullum; Film Artist 1: Vijay; Film Artist 2: Simran",
                "popularity": 52,
                "preview_url": "https://p.scdn.co/mp3-preview/82cb109f48a30d3fe5b33e40d53ebc8ec3c441ac?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 5,
                "type": "track",
                "uri": "spotify:track:33d0aCkd8fJUtnLTNLDOxV"
            },
            {
                "album": {
                    "album_type": "compilation",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of"
                            },
                            "href": "https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of",
                            "id": "0LyfQWJT6nXafLPZqxe9Of",
                            "name": "Various Artists",
                            "type": "artist",
                            "uri": "spotify:artist:0LyfQWJT6nXafLPZqxe9Of"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/43oDfsZbEaJ7ismXqMluz9"
                    },
                    "href": "https://api.spotify.com/v1/albums/43oDfsZbEaJ7ismXqMluz9",
                    "id": "43oDfsZbEaJ7ismXqMluz9",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b273f6cf72bd190be11e87c9f1e5",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e02f6cf72bd190be11e87c9f1e5",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d00004851f6cf72bd190be11e87c9f1e5",
                            "width": 64
                        }
                    ],
                    "name": "Hanuman Returns",
                    "release_date": "2007-12-15",
                    "release_date_precision": "day",
                    "total_tracks": 7,
                    "type": "album",
                    "uri": "spotify:album:43oDfsZbEaJ7ismXqMluz9"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6wa1AsxB9oJP7lwNSmbcYx"
                        },
                        "href": "https://api.spotify.com/v1/artists/6wa1AsxB9oJP7lwNSmbcYx",
                        "id": "6wa1AsxB9oJP7lwNSmbcYx",
                        "name": "Daler Mehndi",
                        "type": "artist",
                        "uri": "spotify:artist:6wa1AsxB9oJP7lwNSmbcYx"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/23y7sT3YJztGVJUMMYuxL4"
                        },
                        "href": "https://api.spotify.com/v1/artists/23y7sT3YJztGVJUMMYuxL4",
                        "id": "23y7sT3YJztGVJUMMYuxL4",
                        "name": "Hrishikesh",
                        "type": "artist",
                        "uri": "spotify:artist:23y7sT3YJztGVJUMMYuxL4"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/54SpMvvemA3VnhHCCUmtW9"
                        },
                        "href": "https://api.spotify.com/v1/artists/54SpMvvemA3VnhHCCUmtW9",
                        "id": "54SpMvvemA3VnhHCCUmtW9",
                        "name": "Neuman",
                        "type": "artist",
                        "uri": "spotify:artist:54SpMvvemA3VnhHCCUmtW9"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/7iXMvQNunidE9y5aO4Bjj9"
                        },
                        "href": "https://api.spotify.com/v1/artists/7iXMvQNunidE9y5aO4Bjj9",
                        "id": "7iXMvQNunidE9y5aO4Bjj9",
                        "name": "FRANCO",
                        "type": "artist",
                        "uri": "spotify:artist:7iXMvQNunidE9y5aO4Bjj9"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/7sCO08Lf7f0FHy2KEEZ5lk"
                        },
                        "href": "https://api.spotify.com/v1/artists/7sCO08Lf7f0FHy2KEEZ5lk",
                        "id": "7sCO08Lf7f0FHy2KEEZ5lk",
                        "name": "Shazneen Arethna",
                        "type": "artist",
                        "uri": "spotify:artist:7sCO08Lf7f0FHy2KEEZ5lk"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/1RnfOWhJmlJgI6yGAtdX1v"
                        },
                        "href": "https://api.spotify.com/v1/artists/1RnfOWhJmlJgI6yGAtdX1v",
                        "id": "1RnfOWhJmlJgI6yGAtdX1v",
                        "name": "Samantha",
                        "type": "artist",
                        "uri": "spotify:artist:1RnfOWhJmlJgI6yGAtdX1v"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2B6by2aKuDkLUo06LV960f"
                        },
                        "href": "https://api.spotify.com/v1/artists/2B6by2aKuDkLUo06LV960f",
                        "id": "2B6by2aKuDkLUo06LV960f",
                        "name": "Sunayana",
                        "type": "artist",
                        "uri": "spotify:artist:2B6by2aKuDkLUo06LV960f"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/0iBqHeUD0rnSWXbC9UAT5O"
                        },
                        "href": "https://api.spotify.com/v1/artists/0iBqHeUD0rnSWXbC9UAT5O",
                        "id": "0iBqHeUD0rnSWXbC9UAT5O",
                        "name": "Tapas Relia",
                        "type": "artist",
                        "uri": "spotify:artist:0iBqHeUD0rnSWXbC9UAT5O"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 274081,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS180707609"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/5aa4zMfrJ16iDnS6UIKtlL"
                },
                "href": "https://api.spotify.com/v1/tracks/5aa4zMfrJ16iDnS6UIKtlL",
                "id": "5aa4zMfrJ16iDnS6UIKtlL",
                "is_local": false,
                "name": "Aasman Ko Chukar",
                "popularity": 63,
                "preview_url": "https://p.scdn.co/mp3-preview/507dc20f84338c25accb09a18028e3d7f3e084ad?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:5aa4zMfrJ16iDnS6UIKtlL"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/2LMljlTXjGr7jPZOBmK9My"
                            },
                            "href": "https://api.spotify.com/v1/artists/2LMljlTXjGr7jPZOBmK9My",
                            "id": "2LMljlTXjGr7jPZOBmK9My",
                            "name": "S.A. Rajkumar",
                            "type": "artist",
                            "uri": "spotify:artist:2LMljlTXjGr7jPZOBmK9My"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/5F5IlqtUN39M6vNfadB4pi"
                    },
                    "href": "https://api.spotify.com/v1/albums/5F5IlqtUN39M6vNfadB4pi",
                    "id": "5F5IlqtUN39M6vNfadB4pi",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27379aafea7e67ee1ce6bad8cca",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0279aafea7e67ee1ce6bad8cca",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485179aafea7e67ee1ce6bad8cca",
                            "width": 64
                        }
                    ],
                    "name": "Thullatha Manamum Thullum & Nee Varuvai Ena",
                    "release_date": "1999-03-28",
                    "release_date_precision": "day",
                    "total_tracks": 14,
                    "type": "album",
                    "uri": "spotify:album:5F5IlqtUN39M6vNfadB4pi"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6aQ5LDX0WlnyDLI8TGU0wK"
                        },
                        "href": "https://api.spotify.com/v1/artists/6aQ5LDX0WlnyDLI8TGU0wK",
                        "id": "6aQ5LDX0WlnyDLI8TGU0wK",
                        "name": "Rajesh",
                        "type": "artist",
                        "uri": "spotify:artist:6aQ5LDX0WlnyDLI8TGU0wK"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 261360,
                "explicit": false,
                "external_ids": {
                    "isrc": "INS289900159"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/32VYgspXNXj0hPftALttUf"
                },
                "href": "https://api.spotify.com/v1/tracks/32VYgspXNXj0hPftALttUf",
                "id": "32VYgspXNXj0hPftALttUf",
                "is_local": false,
                "name": "Meghamai Vanthu Pogiren - Language: Tamil; Film: Thullatha Manamum Thullum; Film Artist 1: Vijay; Film Artist 2: Simran",
                "popularity": 52,
                "preview_url": "https://p.scdn.co/mp3-preview/edd8205edabff12e0773fdb2428fd846f2c1040d?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 6,
                "type": "track",
                "uri": "spotify:track:32VYgspXNXj0hPftALttUf"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/2F9icYS5KP4Td9nbxIjo9q"
                            },
                            "href": "https://api.spotify.com/v1/artists/2F9icYS5KP4Td9nbxIjo9q",
                            "id": "2F9icYS5KP4Td9nbxIjo9q",
                            "name": "Hadrian",
                            "type": "artist",
                            "uri": "spotify:artist:2F9icYS5KP4Td9nbxIjo9q"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/7e47cka7yBWYWNhcFjixcz"
                    },
                    "href": "https://api.spotify.com/v1/albums/7e47cka7yBWYWNhcFjixcz",
                    "id": "7e47cka7yBWYWNhcFjixcz",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b2739c24f82bb19e853d92ac7967",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e029c24f82bb19e853d92ac7967",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d000048519c24f82bb19e853d92ac7967",
                            "width": 64
                        }
                    ],
                    "name": "Niño De Oro (Deluxe Version)",
                    "release_date": "2022-11-11",
                    "release_date_precision": "day",
                    "total_tracks": 20,
                    "type": "album",
                    "uri": "spotify:album:7e47cka7yBWYWNhcFjixcz"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/2F9icYS5KP4Td9nbxIjo9q"
                        },
                        "href": "https://api.spotify.com/v1/artists/2F9icYS5KP4Td9nbxIjo9q",
                        "id": "2F9icYS5KP4Td9nbxIjo9q",
                        "name": "Hadrian",
                        "type": "artist",
                        "uri": "spotify:artist:2F9icYS5KP4Td9nbxIjo9q"
                    },
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6LC8g4SRSqJ4zm6sQeutFZ"
                        },
                        "href": "https://api.spotify.com/v1/artists/6LC8g4SRSqJ4zm6sQeutFZ",
                        "id": "6LC8g4SRSqJ4zm6sQeutFZ",
                        "name": "Jaziel Avilez",
                        "type": "artist",
                        "uri": "spotify:artist:6LC8g4SRSqJ4zm6sQeutFZ"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 240026,
                "explicit": false,
                "external_ids": {
                    "isrc": "QZTGS2200194"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/0qug1dHGZcbc2v5NEAvBPR"
                },
                "href": "https://api.spotify.com/v1/tracks/0qug1dHGZcbc2v5NEAvBPR",
                "id": "0qug1dHGZcbc2v5NEAvBPR",
                "is_local": false,
                "name": "Artista Y Malandro",
                "popularity": 45,
                "preview_url": "https://p.scdn.co/mp3-preview/250820c1f8fce4891e9fb11a7fa7fc40961dbc1e?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 16,
                "type": "track",
                "uri": "spotify:track:0qug1dHGZcbc2v5NEAvBPR"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/6AVuBAosGPLRJYwoJ88wtt"
                            },
                            "href": "https://api.spotify.com/v1/artists/6AVuBAosGPLRJYwoJ88wtt",
                            "id": "6AVuBAosGPLRJYwoJ88wtt",
                            "name": "Derxan",
                            "type": "artist",
                            "uri": "spotify:artist:6AVuBAosGPLRJYwoJ88wtt"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/1Sg57D3HfSmtvUph0FZiEx"
                    },
                    "href": "https://api.spotify.com/v1/albums/1Sg57D3HfSmtvUph0FZiEx",
                    "id": "1Sg57D3HfSmtvUph0FZiEx",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27363df12526e57eb46248246dd",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0263df12526e57eb46248246dd",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485163df12526e57eb46248246dd",
                            "width": 64
                        }
                    ],
                    "name": "Artistas da Rua",
                    "release_date": "2020-06-08",
                    "release_date_precision": "day",
                    "total_tracks": 1,
                    "type": "album",
                    "uri": "spotify:album:1Sg57D3HfSmtvUph0FZiEx"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6AVuBAosGPLRJYwoJ88wtt"
                        },
                        "href": "https://api.spotify.com/v1/artists/6AVuBAosGPLRJYwoJ88wtt",
                        "id": "6AVuBAosGPLRJYwoJ88wtt",
                        "name": "Derxan",
                        "type": "artist",
                        "uri": "spotify:artist:6AVuBAosGPLRJYwoJ88wtt"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 188602,
                "explicit": true,
                "external_ids": {
                    "isrc": "QZHZ42060615"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/3czhw7W0PTAIROkL1tcsKX"
                },
                "href": "https://api.spotify.com/v1/tracks/3czhw7W0PTAIROkL1tcsKX",
                "id": "3czhw7W0PTAIROkL1tcsKX",
                "is_local": false,
                "name": "Artistas da Rua",
                "popularity": 33,
                "preview_url": "https://p.scdn.co/mp3-preview/c13f88c58c8ef6cee5cf3ea1b8cf6a1ff009fddf?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:3czhw7W0PTAIROkL1tcsKX"
            },
            {
                "album": {
                    "album_type": "single",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/4ZoX7uicu1eXX40PqnyF0N"
                            },
                            "href": "https://api.spotify.com/v1/artists/4ZoX7uicu1eXX40PqnyF0N",
                            "id": "4ZoX7uicu1eXX40PqnyF0N",
                            "name": "The Artist Flower",
                            "type": "artist",
                            "uri": "spotify:artist:4ZoX7uicu1eXX40PqnyF0N"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/7lPmB533YaU8uaWQpitKOA"
                    },
                    "href": "https://api.spotify.com/v1/albums/7lPmB533YaU8uaWQpitKOA",
                    "id": "7lPmB533YaU8uaWQpitKOA",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b2734c4a49d7fb1c8318d869e216",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e024c4a49d7fb1c8318d869e216",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d000048514c4a49d7fb1c8318d869e216",
                            "width": 64
                        }
                    ],
                    "name": "Memory",
                    "release_date": "2022-04-29",
                    "release_date_precision": "day",
                    "total_tracks": 1,
                    "type": "album",
                    "uri": "spotify:album:7lPmB533YaU8uaWQpitKOA"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/4ZoX7uicu1eXX40PqnyF0N"
                        },
                        "href": "https://api.spotify.com/v1/artists/4ZoX7uicu1eXX40PqnyF0N",
                        "id": "4ZoX7uicu1eXX40PqnyF0N",
                        "name": "The Artist Flower",
                        "type": "artist",
                        "uri": "spotify:artist:4ZoX7uicu1eXX40PqnyF0N"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 242863,
                "explicit": true,
                "external_ids": {
                    "isrc": "QZES62256299"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/6qITENcTT8kwhoxVY4Ho5s"
                },
                "href": "https://api.spotify.com/v1/tracks/6qITENcTT8kwhoxVY4Ho5s",
                "id": "6qITENcTT8kwhoxVY4Ho5s",
                "is_local": false,
                "name": "Memory",
                "popularity": 25,
                "preview_url": "https://p.scdn.co/mp3-preview/ad9594796a9a672854bea9c3751d2846d3e4415a?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:6qITENcTT8kwhoxVY4Ho5s"
            },
            {
                "album": {
                    "album_type": "album",
                    "artists": [
                        {
                            "external_urls": {
                                "spotify": "https://open.spotify.com/artist/6kAZsTKGFHtzx9PWStXqNV"
                            },
                            "href": "https://api.spotify.com/v1/artists/6kAZsTKGFHtzx9PWStXqNV",
                            "id": "6kAZsTKGFHtzx9PWStXqNV",
                            "name": "Artist Amour",
                            "type": "artist",
                            "uri": "spotify:artist:6kAZsTKGFHtzx9PWStXqNV"
                        }
                    ],
                    "available_markets": [
                        "AD",
                        "AE",
                        "AG",
                        "AL",
                        "AM",
                        "AO",
                        "AR",
                        "AT",
                        "AU",
                        "AZ",
                        "BA",
                        "BB",
                        "BD",
                        "BE",
                        "BF",
                        "BG",
                        "BH",
                        "BI",
                        "BJ",
                        "BN",
                        "BO",
                        "BR",
                        "BS",
                        "BT",
                        "BW",
                        "BY",
                        "BZ",
                        "CA",
                        "CD",
                        "CG",
                        "CH",
                        "CI",
                        "CL",
                        "CM",
                        "CO",
                        "CR",
                        "CV",
                        "CW",
                        "CY",
                        "CZ",
                        "DE",
                        "DJ",
                        "DK",
                        "DM",
                        "DO",
                        "DZ",
                        "EC",
                        "EE",
                        "EG",
                        "ES",
                        "ET",
                        "FI",
                        "FJ",
                        "FM",
                        "FR",
                        "GA",
                        "GB",
                        "GD",
                        "GE",
                        "GH",
                        "GM",
                        "GN",
                        "GQ",
                        "GR",
                        "GT",
                        "GW",
                        "GY",
                        "HK",
                        "HN",
                        "HR",
                        "HT",
                        "HU",
                        "ID",
                        "IE",
                        "IL",
                        "IN",
                        "IQ",
                        "IS",
                        "IT",
                        "JM",
                        "JO",
                        "JP",
                        "KE",
                        "KG",
                        "KH",
                        "KI",
                        "KM",
                        "KN",
                        "KR",
                        "KW",
                        "KZ",
                        "LA",
                        "LB",
                        "LC",
                        "LI",
                        "LK",
                        "LR",
                        "LS",
                        "LT",
                        "LU",
                        "LV",
                        "LY",
                        "MA",
                        "MC",
                        "MD",
                        "ME",
                        "MG",
                        "MH",
                        "MK",
                        "ML",
                        "MN",
                        "MO",
                        "MR",
                        "MT",
                        "MU",
                        "MV",
                        "MW",
                        "MX",
                        "MY",
                        "MZ",
                        "NA",
                        "NE",
                        "NG",
                        "NI",
                        "NL",
                        "NO",
                        "NP",
                        "NR",
                        "NZ",
                        "OM",
                        "PA",
                        "PE",
                        "PG",
                        "PH",
                        "PK",
                        "PL",
                        "PS",
                        "PT",
                        "PW",
                        "PY",
                        "QA",
                        "RO",
                        "RS",
                        "RW",
                        "SA",
                        "SB",
                        "SC",
                        "SE",
                        "SG",
                        "SI",
                        "SK",
                        "SL",
                        "SM",
                        "SN",
                        "SR",
                        "ST",
                        "SV",
                        "SZ",
                        "TD",
                        "TG",
                        "TH",
                        "TJ",
                        "TL",
                        "TN",
                        "TO",
                        "TR",
                        "TT",
                        "TV",
                        "TW",
                        "TZ",
                        "UA",
                        "UG",
                        "US",
                        "UY",
                        "UZ",
                        "VC",
                        "VE",
                        "VN",
                        "VU",
                        "WS",
                        "XK",
                        "ZA",
                        "ZM",
                        "ZW"
                    ],
                    "external_urls": {
                        "spotify": "https://open.spotify.com/album/17jVmQPY6byz0m4RHHQaqI"
                    },
                    "href": "https://api.spotify.com/v1/albums/17jVmQPY6byz0m4RHHQaqI",
                    "id": "17jVmQPY6byz0m4RHHQaqI",
                    "images": [
                        {
                            "height": 640,
                            "url": "https://i.scdn.co/image/ab67616d0000b27346057047d57bed2e2b14a884",
                            "width": 640
                        },
                        {
                            "height": 300,
                            "url": "https://i.scdn.co/image/ab67616d00001e0246057047d57bed2e2b14a884",
                            "width": 300
                        },
                        {
                            "height": 64,
                            "url": "https://i.scdn.co/image/ab67616d0000485146057047d57bed2e2b14a884",
                            "width": 64
                        }
                    ],
                    "name": "What Did You Say",
                    "release_date": "2023-01-25",
                    "release_date_precision": "day",
                    "total_tracks": 13,
                    "type": "album",
                    "uri": "spotify:album:17jVmQPY6byz0m4RHHQaqI"
                },
                "artists": [
                    {
                        "external_urls": {
                            "spotify": "https://open.spotify.com/artist/6kAZsTKGFHtzx9PWStXqNV"
                        },
                        "href": "https://api.spotify.com/v1/artists/6kAZsTKGFHtzx9PWStXqNV",
                        "id": "6kAZsTKGFHtzx9PWStXqNV",
                        "name": "Artist Amour",
                        "type": "artist",
                        "uri": "spotify:artist:6kAZsTKGFHtzx9PWStXqNV"
                    }
                ],
                "available_markets": [
                    "AD",
                    "AE",
                    "AG",
                    "AL",
                    "AM",
                    "AO",
                    "AR",
                    "AT",
                    "AU",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BN",
                    "BO",
                    "BR",
                    "BS",
                    "BT",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CG",
                    "CH",
                    "CI",
                    "CL",
                    "CM",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FM",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GH",
                    "GM",
                    "GN",
                    "GQ",
                    "GR",
                    "GT",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IN",
                    "IQ",
                    "IS",
                    "IT",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MG",
                    "MH",
                    "MK",
                    "ML",
                    "MN",
                    "MO",
                    "MR",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PS",
                    "PT",
                    "PW",
                    "PY",
                    "QA",
                    "RO",
                    "RS",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SR",
                    "ST",
                    "SV",
                    "SZ",
                    "TD",
                    "TG",
                    "TH",
                    "TJ",
                    "TL",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VC",
                    "VE",
                    "VN",
                    "VU",
                    "WS",
                    "XK",
                    "ZA",
                    "ZM",
                    "ZW"
                ],
                "disc_number": 1,
                "duration_ms": 325714,
                "explicit": false,
                "external_ids": {
                    "isrc": "QZFZ42391298"
                },
                "external_urls": {
                    "spotify": "https://open.spotify.com/track/3WAGy27LmMGGj18DG2z7l7"
                },
                "href": "https://api.spotify.com/v1/tracks/3WAGy27LmMGGj18DG2z7l7",
                "id": "3WAGy27LmMGGj18DG2z7l7",
                "is_local": false,
                "name": "Educated",
                "popularity": 23,
                "preview_url": "https://p.scdn.co/mp3-preview/02278d36b083963b704e52eb2d1a4a8211e2b275?cid=774b29d4f13844c495f206cafdad9c86",
                "track_number": 1,
                "type": "track",
                "uri": "spotify:track:3WAGy27LmMGGj18DG2z7l7"
            }
        ],
        "limit": 20,
        "next": "https://api.spotify.com/v1/search?query=artist&type=track&offset=20&limit=20",
        "offset": 0,
        "previous": null,
        "total": 1000
    }
}
162
{
    "shows": [
        {
            "available_markets": [
                "AD",
                "AE",
                "AG",
                "AL",
                "AM",
                "AO",
                "AR",
                "AT",
                "AU",
                "AZ",
                "BA",
                "BB",
                "BE",
                "BF",
                "BG",
                "BH",
                "BI",
                "BJ",
                "BN",
                "BO",
                "BR",
                "BS",
                "BT",
                "BW",
                "BZ",
                "CA",
                "CH",
                "CI",
                "CL",
                "CM",
                "CO",
                "CR",
                "CV",
                "CW",
                "CY",
                "CZ",
                "DE",
                "DJ",
                "DK",
                "DM",
                "DO",
                "DZ",
                "EC",
                "EE",
                "EG",
                "ES",
                "FI",
                "FJ",
                "FM",
                "FR",
                "GA",
                "GB",
                "GD",
                "GE",
                "GH",
                "GM",
                "GN",
                "GQ",
                "GR",
                "GT",
                "GW",
                "GY",
                "HK",
                "HN",
                "HR",
                "HT",
                "HU",
                "ID",
                "IE",
                "IL",
                "IN",
                "IS",
                "IT",
                "JM",
                "JO",
                "JP",
                "KE",
                "KH",
                "KI",
                "KM",
                "KN",
                "KR",
                "KW",
                "LA",
                "LB",
                "LC",
                "LI",
                "LR",
                "LS",
                "LT",
                "LU",
                "LV",
                "MA",
                "MC",
                "ME",
                "MG",
                "MH",
                "MK",
                "ML",
                "MN",
                "MO",
                "MR",
                "MT",
                "MU",
                "MV",
                "MW",
                "MX",
                "MY",
                "MZ",
                "NA",
                "NE",
                "NG",
                "NI",
                "NL",
                "NO",
                "NP",
                "NR",
                "NZ",
                "OM",
                "PA",
                "PE",
                "PG",
                "PH",
                "PL",
                "PS",
                "PT",
                "PW",
                "PY",
                "QA",
                "RO",
                "RS",
                "RW",
                "SA",
                "SB",
                "SC",
                "SE",
                "SG",
                "SI",
                "SK",
                "SL",
                "SM",
                "SN",
                "SR",
                "ST",
                "SV",
                "SZ",
                "TD",
                "TG",
                "TH",
                "TL",
                "TN",
                "TO",
                "TR",
                "TT",
                "TV",
                "TW",
                "TZ",
                "UA",
                "US",
                "UY",
                "UZ",
                "VC",
                "VN",
                "VU",
                "WS",
                "XK",
                "ZA",
                "ZM",
                "ZW"
            ],
            "copyrights": [
                
            ],
            "description": "Giant Bomb discusses the latest video game news and new releases, taste-test questionable beverages, and get wildly off-topic in this weekly podcast.",
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/show/5as3aKmN2k11yfDDDSrvaZ"
            },
            "href": "https://api.spotify.com/v1/shows/5as3aKmN2k11yfDDDSrvaZ",
            "html_description": "Giant Bomb discusses the latest video game news and new releases, taste-test questionable beverages, and get wildly off-topic in this weekly podcast.",
            "id": "5as3aKmN2k11yfDDDSrvaZ",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ab4fe45193ba9280fcd93716f",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fb4fe45193ba9280fcd93716f",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68db4fe45193ba9280fcd93716f",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "languages": [
                "en-US"
            ],
            "media_type": "audio",
            "name": "Giant Bombcast",
            "publisher": "Giant Bomb",
            "total_episodes": 918,
            "type": "show",
            "uri": "spotify:show:5as3aKmN2k11yfDDDSrvaZ"
        }
    ]
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=60
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:44 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "shows": [
        {
            "available_markets": [
                "AD",
                "AE",
                "AG",
                "AL",
                "AM",
                "AO",
                "AR",
                "AT",
                "AU",
                "AZ",
                "BA",
                "BB",
                "BE",
                "BF",
                "BG",
                "BH",
                "BI",
                "BJ",
                "BN",
                "BO",
                "BR",
                "BS",
                "BT",
                "BW",
                "BZ",
                "CA",
                "CH",
                "CI",
                "CL",
                "CM",
                "CO",
                "CR",
                "CV",
                "CW",
                "CY",
                "CZ",
                "DE",
                "DJ",
                "DK",
                "DM",
                "DO",
                "DZ",
                "EC",
                "EE",
                "EG",
                "ES",
                "FI",
                "FJ",
                "FM",
                "FR",
                "GA",
                "GB",
                "GD",
                "GE",
                "GH",
                "GM",
                "GN",
                "GQ",
                "GR",
                "GT",
                "GW",
                "GY",
                "HK",
                "HN",
                "HR",
                "HT",
                "HU",
                "ID",
                "IE",
                "IL",
                "IN",
                "IS",
                "IT",
                "JM",
                "JO",
                "JP",
                "KE",
                "KH",
                "KI",
                "KM",
                "KN",
                "KR",
                "KW",
                "LA",
                "LB",
                "LC",
                "LI",
                "LR",
                "LS",
                "LT",
                "LU",
                "LV",
                "MA",
                "MC",
                "ME",
                "MG",
                "MH",
                "MK",
                "ML",
                "MN",
                "MO",
                "MR",
                "MT",
                "MU",
                "MV",
                "MW",
                "MX",
                "MY",
                "MZ",
                "NA",
                "NE",
                "NG",
                "NI",
                "NL",
                "NO",
                "NP",
                "NR",
                "NZ",
                "OM",
                "PA",
                "PE",
                "PG",
                "PH",
                "PL",
                "PS",
                "PT",
                "PW",
                "PY",
                "QA",
                "RO",
                "RS",
                "RW",
                "SA",
                "SB",
                "SC",
                "SE",
                "SG",
                "SI",
                "SK",
                "SL",
                "SM",
                "SN",
                "SR",
                "ST",
                "SV",
                "SZ",
                "TD",
                "TG",
                "TH",
                "TL",
                "TN",
                "TO",
                "TR",
                "TT",
                "TV",
                "TW",
                "TZ",
                "UA",
                "US",
                "UY",
                "UZ",
                "VC",
                "VN",
                "VU",
                "WS",
                "XK",
                "ZA",
                "ZM",
                "ZW"
            ],
            "copyrights": [
                
            ],
            "description": "Giant Bomb discusses the latest video game news and new releases, taste-test questionable beverages, and get wildly off-topic in this weekly podcast.",
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/show/5as3aKmN2k11yfDDDSrvaZ"
            },
            "href": "https://api.spotify.com/v1/shows/5as3aKmN2k11yfDDDSrvaZ",
            "html_description": "Giant Bomb discusses the latest video game news and new releases, taste-test questionable beverages, and get wildly off-topic in this weekly podcast.",
            "id": "5as3aKmN2k11yfDDDSrvaZ",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ab4fe45193ba9280fcd93716f",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fb4fe45193ba9280fcd93716f",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68db4fe45193ba9280fcd93716f",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "languages": [
                "en-US"
            ],
            "media_type": "audio",
            "name": "Giant Bombcast",
            "publisher": "Giant Bomb",
            "total_episodes": 918,
            "type": "show",
            "uri": "spotify:show:5as3aKmN2k11yfDDDSrvaZ"
        }
    ]
}
181
{
    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ/episodes?offset=0&limit=20",
    "items": [
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/02ebea9ddc9a9e6099eb0281bcce148e5bec85cf",
            "description": "Flickor förväntades ta mest ansvar för oönskade graviditeter och sexuellt överförbara sjukdomar också under den sexuella revolutionen. Trots nya tankar levde gamla normer kvar visar ny forskning.  Den sexuella revolutionen på 70-talet innebar en ny syn på sex och samliv, men gamla tankar levde kvar. Historikern Anna-Karin Larsson har studerat debatterna i dåtidens medicinska tidskrifter och visar hur flickor fortfarande förväntades ta ansvar inte bara för sin egen sexualitet men också för pojkarnas.Vi undersöker också hur minnet av Mahatma Gandhi lever kvar i Indien, 75 år efter mordet på landsfadern. Sveriges Radios Sydasienkorrespondent Naila Saleem menar att Gandhi inte hade känt igen sig i dagens Indien.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när den långa gränsen mellan Sverige och Norge skulle dras på 1700-talet.Programledare är Tobias Svanelid.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/5GU0RuFEvJVlFGLxRoVKSz"
            },
            "href": "https://api.spotify.com/v1/episodes/5GU0RuFEvJVlFGLxRoVKSz",
            "html_description": "Flickor förväntades ta mest ansvar för oönskade graviditeter och sexuellt överförbara sjukdomar också under den sexuella revolutionen. Trots nya tankar levde gamla normer kvar visar ny forskning. <br /><br /> Den sexuella revolutionen på 70-talet innebar en ny syn på sex och samliv, men gamla tankar levde kvar. Historikern Anna-Karin Larsson har studerat debatterna i dåtidens medicinska tidskrifter och visar hur flickor fortfarande förväntades ta ansvar inte bara för sin egen sexualitet men också för pojkarnas.Vi undersöker också hur minnet av Mahatma Gandhi lever kvar i Indien, 75 år efter mordet på landsfadern. Sveriges Radios Sydasienkorrespondent Naila Saleem menar att Gandhi inte hade känt igen sig i dagens Indien.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när den långa gränsen mellan Sverige och Norge skulle dras på 1700-talet.Programledare är Tobias Svanelid.",
            "id": "5GU0RuFEvJVlFGLxRoVKSz",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8af7e700ae86451ae6c667541b",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1ff7e700ae86451ae6c667541b",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68df7e700ae86451ae6c667541b",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Tjejer tog mest ansvar för sex",
            "release_date": "2023-01-31",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:5GU0RuFEvJVlFGLxRoVKSz"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/50e659c576893b88f64b1ae9127c8b0e43101264",
            "description": "Inte som lamm till slakt. Kenneth Hermeles nya bok om judiskt motstånd under Förintelsen ger en helt ny bild av hur judar i Europa gjorde kraftigt motstånd mot sina nazistiska bödlar.  Judarna gjorde inte nämnvärt motstånd mot sina nazistiska bödlar under Förintelsen, utan leddes som lamm till slakt har det hetat. Nu visar författaren Kenneth Hermele i en aktuell bok att så var långt ifrån fallet och tillsammans med Tobias Svanelid diskuterar han såväl våldsamma partisanaktioner, dödliga danserskor i förintelselägren och kulsprutor i synagogan, som judisk smuggling, teateruppsättningar och arkivarbete som tillsammans ger bilden av ett kraftfullt judiskt motstånd.Dessutom reder Dick Harrison ut hur rädda folk var inför millennieskiftet år 1000.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/6OWCSj6Axvo1HaWl60yuYS"
            },
            "href": "https://api.spotify.com/v1/episodes/6OWCSj6Axvo1HaWl60yuYS",
            "html_description": "Inte som lamm till slakt. Kenneth Hermeles nya bok om judiskt motstånd under Förintelsen ger en helt ny bild av hur judar i Europa gjorde kraftigt motstånd mot sina nazistiska bödlar. <br /><br /> Judarna gjorde inte nämnvärt motstånd mot sina nazistiska bödlar under Förintelsen, utan leddes som lamm till slakt har det hetat. Nu visar författaren Kenneth Hermele i en aktuell bok att så var långt ifrån fallet och tillsammans med Tobias Svanelid diskuterar han såväl våldsamma partisanaktioner, dödliga danserskor i förintelselägren och kulsprutor i synagogan, som judisk smuggling, teateruppsättningar och arkivarbete som tillsammans ger bilden av ett kraftfullt judiskt motstånd.Dessutom reder Dick Harrison ut hur rädda folk var inför millennieskiftet år 1000.",
            "id": "6OWCSj6Axvo1HaWl60yuYS",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a4f8d504935bba46193b5a698",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f4f8d504935bba46193b5a698",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d4f8d504935bba46193b5a698",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Judiskt motstånd under Förintelsen",
            "release_date": "2023-01-24",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:6OWCSj6Axvo1HaWl60yuYS"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/b323efde89c89f7c697edc47b94afb15e8aa7035",
            "description": "Vetenskapsradion Historia fortsätter resan i etruskernas fotspår, i jakt på det mytomspunna folkets liv för 2 500 år sedan, bland mäktiga tempelruiner och praktfulla gravkammare.  Följ med Tobias Svanelid och arkeologen Richard Holmgren i etruskernas fotspår  när de fortsätter att söka efter spåren efter såväl de levande som de döda etruskerna. I San Giovenales 2 500-åriga ruiner testar man dryckesspel och i Tarquinias tempelruiner diskuteras augurernas och andra etruskiska siares förmågor att förutsäga framtiden. Dessutom besöker man de magnifika gravfälten i Monterozzi  Italiens Konungarnas dal, testar att måla svartfigurig keramik på etruskiskt vis, och reser till Banditaccianekropolen, den antika medelhavsvärldens största gravplats med praktfulla gravar som skildrar livet på 500-talet före Kristus.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/1MSkmRUjGpcOC2Q4UrBHsx"
            },
            "href": "https://api.spotify.com/v1/episodes/1MSkmRUjGpcOC2Q4UrBHsx",
            "html_description": "Vetenskapsradion Historia fortsätter resan i etruskernas fotspår, i jakt på det mytomspunna folkets liv för 2 500 år sedan, bland mäktiga tempelruiner och praktfulla gravkammare. <br /><br /> Följ med Tobias Svanelid och arkeologen Richard Holmgren i etruskernas fotspår  när de fortsätter att söka efter spåren efter såväl de levande som de döda etruskerna. I San Giovenales 2 500-åriga ruiner testar man dryckesspel och i Tarquinias tempelruiner diskuteras augurernas och andra etruskiska siares förmågor att förutsäga framtiden. Dessutom besöker man de magnifika gravfälten i Monterozzi  Italiens Konungarnas dal, testar att måla svartfigurig keramik på etruskiskt vis, och reser till Banditaccianekropolen, den antika medelhavsvärldens största gravplats med praktfulla gravar som skildrar livet på 500-talet före Kristus.",
            "id": "1MSkmRUjGpcOC2Q4UrBHsx",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a537376c5d636741e3113653b",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f537376c5d636741e3113653b",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d537376c5d636741e3113653b",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "I etruskernas fotspår",
            "release_date": "2023-01-17",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:1MSkmRUjGpcOC2Q4UrBHsx"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/06cffa10385089272216a19db60410bf07123343",
            "description": "Följ med Tobias Svanelid och arkeologen Richard Holmgren på en resa i etruskernas värld. Vad var det för folk som föregick romarna som Italiens härskare och varifrån kom de?  De dominerade de italienska halvön hundratals år innan romarna steg upp på scenen, och de utvecklade en kultur som än idag fascinerar och förbryllar. Vetenskapsradion Historias Tobias Svanelid reser med arkeologen Richard Holmgren till etruskernas värld för att ta reda på vilka detta mytomspunna folk egentligen var. I gravkammare, djupa raviner och bland etruskiska ruiner och lämningar diskuteras bland annat frågan om etruskernas mystiska ursprung och språk. Var kom de egentligen ifrån? Och så diskuteras en teori till varför etruskerna kom att få en så dominant position runt Medelhavet för 2 500 år sedan.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/3qnAJYd3yhwNpHQ9mJ23xS"
            },
            "href": "https://api.spotify.com/v1/episodes/3qnAJYd3yhwNpHQ9mJ23xS",
            "html_description": "Följ med Tobias Svanelid och arkeologen Richard Holmgren på en resa i etruskernas värld. Vad var det för folk som föregick romarna som Italiens härskare och varifrån kom de? <br /><br /> De dominerade de italienska halvön hundratals år innan romarna steg upp på scenen, och de utvecklade en kultur som än idag fascinerar och förbryllar. Vetenskapsradion Historias Tobias Svanelid reser med arkeologen Richard Holmgren till etruskernas värld för att ta reda på vilka detta mytomspunna folk egentligen var. I gravkammare, djupa raviner och bland etruskiska ruiner och lämningar diskuteras bland annat frågan om etruskernas mystiska ursprung och språk. Var kom de egentligen ifrån? Och så diskuteras en teori till varför etruskerna kom att få en så dominant position runt Medelhavet för 2 500 år sedan.",
            "id": "3qnAJYd3yhwNpHQ9mJ23xS",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a7118bd77c986982b079ae3cb",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f7118bd77c986982b079ae3cb",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d7118bd77c986982b079ae3cb",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "De mytomspunna etruskerna",
            "release_date": "2023-01-10",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:3qnAJYd3yhwNpHQ9mJ23xS"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/df961768a0d0a7c1256f12d406c067385faa6341",
            "description": "Demokratiska städer, buffeltokiga präriefolk och mänsklig uppfinningsrikedom och lekfullhet står i fokus när forntidshistorien nu skrivs om. Vi träffar författaren till omdebatterade Början på allt.  Vår bild av forntiden och människans förhistoria formades för hundratals år sedan, men är dags att slå sönder. I boken Början på allt vill arkeologen David Wengrow och antropologen David Graeber ge en myllrande bild av alla de olika sätt som forntidsmänniskan format sina städer och tidiga civilisationer på. Glöm föreställningarna om en ursprunglig utopisk harmoni eller ett allas krig mot alla  forntiden kunde vara allt detta men mycket, mycket mer.Dessutom listar Urban Björstadius det gångna årets tio viktigaste arkeologiska upptäckter och så träffar vi egyptologen Zahi Hawass som suttit som en spindel i nätet i all fornegyptisk forskning de senaste femtio åren och nu är engagerad i utgrävningarna av den bländande staden Aten.Programledare är Tobias Svanelid.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/52SjIso8es7SvxytK99pJn"
            },
            "href": "https://api.spotify.com/v1/episodes/52SjIso8es7SvxytK99pJn",
            "html_description": "Demokratiska städer, buffeltokiga präriefolk och mänsklig uppfinningsrikedom och lekfullhet står i fokus när forntidshistorien nu skrivs om. Vi träffar författaren till omdebatterade Början på allt. <br /><br /> Vår bild av forntiden och människans förhistoria formades för hundratals år sedan, men är dags att slå sönder. I boken Början på allt vill arkeologen David Wengrow och antropologen David Graeber ge en myllrande bild av alla de olika sätt som forntidsmänniskan format sina städer och tidiga civilisationer på. Glöm föreställningarna om en ursprunglig utopisk harmoni eller ett allas krig mot alla  forntiden kunde vara allt detta men mycket, mycket mer.Dessutom listar Urban Björstadius det gångna årets tio viktigaste arkeologiska upptäckter och så träffar vi egyptologen Zahi Hawass som suttit som en spindel i nätet i all fornegyptisk forskning de senaste femtio åren och nu är engagerad i utgrävningarna av den bländande staden Aten.Programledare är Tobias Svanelid.",
            "id": "52SjIso8es7SvxytK99pJn",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ac8ebfe77c168c59fa5a991e6",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fc8ebfe77c168c59fa5a991e6",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68dc8ebfe77c168c59fa5a991e6",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Forntidens historia skrivs om",
            "release_date": "2023-01-03",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:52SjIso8es7SvxytK99pJn"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/b0a537ba043486fb098e88cd76d7be6dc823fca0",
            "description": "Vad minns du av historieåret 2022? Följ med Tobias Svanelid till årets jubileer och mest spännande forskning!  Historiskt storkrig i Europa, historiskt höga elpriser och en historiskt skenande inflation. År 2022 har varit ett historiskt år, och Vetenskapsradion Historias Tobias Svanelid guidar dig runt bland de viktigaste historiska händelserna, från Vasaloppsjubileum till återskapade historiska spritsorter.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/4hK61wlkooPyRcS9TB2sr5"
            },
            "href": "https://api.spotify.com/v1/episodes/4hK61wlkooPyRcS9TB2sr5",
            "html_description": "Vad minns du av historieåret 2022? Följ med Tobias Svanelid till årets jubileer och mest spännande forskning! <br /><br /> Historiskt storkrig i Europa, historiskt höga elpriser och en historiskt skenande inflation. År 2022 har varit ett historiskt år, och Vetenskapsradion Historias Tobias Svanelid guidar dig runt bland de viktigaste historiska händelserna, från Vasaloppsjubileum till återskapade historiska spritsorter.",
            "id": "4hK61wlkooPyRcS9TB2sr5",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8af15ccf7523348d3ec743b0aa",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1ff15ccf7523348d3ec743b0aa",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68df15ccf7523348d3ec743b0aa",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Historieåret 2022 avrundas",
            "release_date": "2022-12-27",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:4hK61wlkooPyRcS9TB2sr5"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/3caf8ce68782ff318aca069b574e9c3b14934641",
            "description": "Följ med Tobias Svanelid till Rhodos där spåren efter en av världshistoriens blodigaste belägringar fortfarande finns kvar. Hör om riddarnas sista strid, där johanniterorden försvarade sig mot turkar.  För femhundra år sedan utspelade sig en av världshistoriens blodigaste och mest ikoniska belägringar. Uppemot 70 000 turkiska soldater stod mot 700 korsriddare på den grekiska ön Rhodos i vad som vissa menat var riddarnas sista strid. Tobias Svanelid reser till Rhodos för att se de mäktiga befästningarna och diskuterar belägringen med historikern Dick Harrison och vad striden kom att leda till för såväl johanniterorden som för turkarna.Dessutom träffar vi historikern som försöker förklara varför det känns så skönt när svenska skidlöpare vinner mot norrmän i OS.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/5emGcpaVVCSzPiTtmak3Md"
            },
            "href": "https://api.spotify.com/v1/episodes/5emGcpaVVCSzPiTtmak3Md",
            "html_description": "Följ med Tobias Svanelid till Rhodos där spåren efter en av världshistoriens blodigaste belägringar fortfarande finns kvar. Hör om riddarnas sista strid, där johanniterorden försvarade sig mot turkar. <br /><br /> För femhundra år sedan utspelade sig en av världshistoriens blodigaste och mest ikoniska belägringar. Uppemot 70 000 turkiska soldater stod mot 700 korsriddare på den grekiska ön Rhodos i vad som vissa menat var riddarnas sista strid. Tobias Svanelid reser till Rhodos för att se de mäktiga befästningarna och diskuterar belägringen med historikern Dick Harrison och vad striden kom att leda till för såväl johanniterorden som för turkarna.Dessutom träffar vi historikern som försöker förklara varför det känns så skönt när svenska skidlöpare vinner mot norrmän i OS.",
            "id": "5emGcpaVVCSzPiTtmak3Md",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a75cbeeb1e70c7f821a28b2a4",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f75cbeeb1e70c7f821a28b2a4",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d75cbeeb1e70c7f821a28b2a4",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Belägringen av Rhodos 1522",
            "release_date": "2022-12-20",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:5emGcpaVVCSzPiTtmak3Md"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/d1ce0826dbad511e66f2eedc56d715278009ea48",
            "description": "Glimrande hovliv, smarriga kolbullar, kloka korpar och fjälliga sjömänniskor samsas i Vetenskapsradion Historias julklappsboktips! Och så testar vi brädspelet i Jane Austens herrgårds-England!  Missa inte Vetenskapsradion Historias julklappstips där Kristina Ekero Eriksson, Urban Björstadius och Tobias Svanelid tipsar om böcker om glimrande hovliv och kungligheter, om kolning, saffran, korpar och mycket, mycket annat. Och så testar Spelpanelen att navigera i Englands Downton Abbey-miljö i spelet Obsession och att överleva Första världskriget i The Grizzled.Böckerna och spelen som nämnts i programmet:Sagan om Saffran av Gunnel CarlssonKarl XV av Thorsten SandbergFrån Savolaxbrigden till Särskilda skyddsgruppen av Fredrik Eriksson, Lars Ericson Wolke och Gunnar ÅseliusAnfallskrigens argument av Ove BringTill eftervärlden av Marianne Molander BeyerDödens idéhistoria av Karin Dirke, Andreas Hellerstedt och Martin Wiklund (red)Mumier av Sofia HäggmanDe utomordentliga av Maja BondestamHovet av Björn AskerKolning av Gunnar NygrenKorpen av Bengt-Erik Engholm och Lina BlixtEuropas mödrar av Karin BojsJärnålderns symboler och dolda budskap av Kent AnderssonObsession av Dan HallagenThe Grizzled av Fabien Riffaud och Juan Rodriguez",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/2xC5qxAqcxqNQpd1geIn7H"
            },
            "href": "https://api.spotify.com/v1/episodes/2xC5qxAqcxqNQpd1geIn7H",
            "html_description": "Glimrande hovliv, smarriga kolbullar, kloka korpar och fjälliga sjömänniskor samsas i Vetenskapsradion Historias julklappsboktips! Och så testar vi brädspelet i Jane Austens herrgårds-England! <br /><br /> Missa inte Vetenskapsradion Historias julklappstips där Kristina Ekero Eriksson, Urban Björstadius och Tobias Svanelid tipsar om böcker om glimrande hovliv och kungligheter, om kolning, saffran, korpar och mycket, mycket annat. Och så testar Spelpanelen att navigera i Englands Downton Abbey-miljö i spelet Obsession och att överleva Första världskriget i The Grizzled.Böckerna och spelen som nämnts i programmet:Sagan om Saffran av Gunnel CarlssonKarl XV av Thorsten SandbergFrån Savolaxbrigden till Särskilda skyddsgruppen av Fredrik Eriksson, Lars Ericson Wolke och Gunnar ÅseliusAnfallskrigens argument av Ove BringTill eftervärlden av Marianne Molander BeyerDödens idéhistoria av Karin Dirke, Andreas Hellerstedt och Martin Wiklund (red)Mumier av Sofia HäggmanDe utomordentliga av Maja BondestamHovet av Björn AskerKolning av Gunnar NygrenKorpen av Bengt-Erik Engholm och Lina BlixtEuropas mödrar av Karin BojsJärnålderns symboler och dolda budskap av Kent AnderssonObsession av Dan HallagenThe Grizzled av Fabien Riffaud och Juan Rodriguez",
            "id": "2xC5qxAqcxqNQpd1geIn7H",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a0644c9896f8466a39e90fc17",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f0644c9896f8466a39e90fc17",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d0644c9896f8466a39e90fc17",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Hovliv och kolbullar",
            "release_date": "2022-12-13",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:2xC5qxAqcxqNQpd1geIn7H"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/55c6902d9659931a9e9e25b0b9a20ceb59bf91af",
            "description": "För femtio år sedan landade Apollo 17 på månen, men nu är vi på väg dit igen. Hör om människans ständiga längtan efter månen och vad vi genom historien trott och tänkt om denna mystiska himlakropp.  Det har gått femtio år sedan människan senast satte fötterna på månen men nu är vi så smått på väg dit igen. Tobias Svanelid samtalar med arkeologen och amatörastronomen Jonathan Lindström om vad månen betytt för oss människor genom historien och vad vi trott om denna den närmsta av våra himlakroppar. Var månfläckarna egentligen utspilld tjära? Kunde man starta kring när månen stod i nedan? Är det sant att vi blir mångalna?Och så berättar historikern Lisa Svanfeldt-Winter om sin forskning om 1800-talets vetenskapsdebatt om huruvida jorden var platt. Idag frodas dessa tankar på sociala medier, men redan i mitten av 1800-talet lanserade Samuel Rowbotham sina teorier om en platt jord.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/11L6kL6k1bSmS61bToXL3g"
            },
            "href": "https://api.spotify.com/v1/episodes/11L6kL6k1bSmS61bToXL3g",
            "html_description": "För femtio år sedan landade Apollo 17 på månen, men nu är vi på väg dit igen. Hör om människans ständiga längtan efter månen och vad vi genom historien trott och tänkt om denna mystiska himlakropp. <br /><br /> Det har gått femtio år sedan människan senast satte fötterna på månen men nu är vi så smått på väg dit igen. Tobias Svanelid samtalar med arkeologen och amatörastronomen Jonathan Lindström om vad månen betytt för oss människor genom historien och vad vi trott om denna den närmsta av våra himlakroppar. Var månfläckarna egentligen utspilld tjära? Kunde man starta kring när månen stod i nedan? Är det sant att vi blir mångalna?Och så berättar historikern Lisa Svanfeldt-Winter om sin forskning om 1800-talets vetenskapsdebatt om huruvida jorden var platt. Idag frodas dessa tankar på sociala medier, men redan i mitten av 1800-talet lanserade Samuel Rowbotham sina teorier om en platt jord.",
            "id": "11L6kL6k1bSmS61bToXL3g",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a8b3c6c23a2bf767b286e6f27",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f8b3c6c23a2bf767b286e6f27",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d8b3c6c23a2bf767b286e6f27",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Människans längtan till månen",
            "release_date": "2022-12-06",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:11L6kL6k1bSmS61bToXL3g"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/31ef36a91ba2fc9bc9cd38b4c174f4d1c8cae340",
            "description": "Bänka dig i biofåtöljen och hör historikerna granska bioaktuella The Woman King, om Afrikas amazoner och Devotion - Top Gun i Koreakrigsmiljö!  I hundratals år stred kvinnor som elitsoldater i det afrikanska kungariket Dahomeys armé. Nu skildras deras liv och öden i bioaktuella The Woman King och Vetenskapsradion Historia granskar filmens historiska kvalitéer med hjälp av historikern Anders Claréus och diskuterar kvinnliga krigare och kvinnors deltagande i historiska krig med författaren Anna Larsdotter.Dessutom granskar vi aktuella Devotion  en Top Gun-film under Koreakriget där Armémuseets Thomas Roth delar ut betyg.Programledare är Tobias Svanelid.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/3CRQcqucr4Qa6Jo7nB53U9"
            },
            "href": "https://api.spotify.com/v1/episodes/3CRQcqucr4Qa6Jo7nB53U9",
            "html_description": "Bänka dig i biofåtöljen och hör historikerna granska bioaktuella The Woman King, om Afrikas amazoner och Devotion - Top Gun i Koreakrigsmiljö! <br /><br /> I hundratals år stred kvinnor som elitsoldater i det afrikanska kungariket Dahomeys armé. Nu skildras deras liv och öden i bioaktuella The Woman King och Vetenskapsradion Historia granskar filmens historiska kvalitéer med hjälp av historikern Anders Claréus och diskuterar kvinnliga krigare och kvinnors deltagande i historiska krig med författaren Anna Larsdotter.Dessutom granskar vi aktuella Devotion  en Top Gun-film under Koreakriget där Armémuseets Thomas Roth delar ut betyg.Programledare är Tobias Svanelid.",
            "id": "3CRQcqucr4Qa6Jo7nB53U9",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a4e038afcbeeb4cdd9915bb28",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f4e038afcbeeb4cdd9915bb28",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d4e038afcbeeb4cdd9915bb28",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Afrikas amazoner på bio",
            "release_date": "2022-11-29",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:3CRQcqucr4Qa6Jo7nB53U9"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/63c99681e302c2dc881cc2efaa65f65d723ee560",
            "description": "Smutsiga men ståtliga och tatuerade elitkrigare. Så beskrev muslimen Ibn Fadlan sitt möte med vikingar år 922. Men vad berättar han egentligen om relationen mellan nordbor och muslimer?  År 922 mötte den muslimske resenären vikingar under sina resor i nuvarande Ryssland. Han beskrev deras barbariska sedvänjor, deras obefintliga personliga hygien, deras tatueringar och hur en hövding begravdes i en båt. Men han talade också om dem som ståtliga och högvuxna krigare. Tobias Svanelid samlas arkeologen Charlotte Hedenstierna Jonsson och religionsvetaren Simon Sorgenfrei för att diskutera vad Ibn Fadlans berättelse betytt för vår förståelse av vikingar, men också vad den kan berätta om relationerna mellan Skandinavien och dåtidens högkultur, de muslimska kalifaten.Dessutom svarar Dick Harrison på en lyssnarfråga om vad vi egentligen vet om slaget vid Herrevadsbro år 1251, slaget som påstås lagt grunden för det moderna Sverige och banat vägen för den nya staden Stockholm.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/04HzXcqi8UoWk1MSrHAqWf"
            },
            "href": "https://api.spotify.com/v1/episodes/04HzXcqi8UoWk1MSrHAqWf",
            "html_description": "Smutsiga men ståtliga och tatuerade elitkrigare. Så beskrev muslimen Ibn Fadlan sitt möte med vikingar år 922. Men vad berättar han egentligen om relationen mellan nordbor och muslimer? <br /><br /> År 922 mötte den muslimske resenären vikingar under sina resor i nuvarande Ryssland. Han beskrev deras barbariska sedvänjor, deras obefintliga personliga hygien, deras tatueringar och hur en hövding begravdes i en båt. Men han talade också om dem som ståtliga och högvuxna krigare. Tobias Svanelid samlas arkeologen Charlotte Hedenstierna Jonsson och religionsvetaren Simon Sorgenfrei för att diskutera vad Ibn Fadlans berättelse betytt för vår förståelse av vikingar, men också vad den kan berätta om relationerna mellan Skandinavien och dåtidens högkultur, de muslimska kalifaten.Dessutom svarar Dick Harrison på en lyssnarfråga om vad vi egentligen vet om slaget vid Herrevadsbro år 1251, slaget som påstås lagt grunden för det moderna Sverige och banat vägen för den nya staden Stockholm.",
            "id": "04HzXcqi8UoWk1MSrHAqWf",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ab7604c0461bd9a2489f58a03",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fb7604c0461bd9a2489f58a03",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68db7604c0461bd9a2489f58a03",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Ibn Fadlans möte med vikingar",
            "release_date": "2022-11-22",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:04HzXcqi8UoWk1MSrHAqWf"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/f7cdd266162f0024036f4c54a443c5275cda2a67",
            "description": "Omkring 300 människor miste livet i det kalla novembervattnet 1872, när havet höjdes drygt 3 meter och slog sönder kusterna längs södra Östersjön. Vi söker spåren efter denna bortglömda katastrof.  För 150 år sedan översköljdes Östersjöns kuster av en stormflod. Havsnivån höjdes på sina ställen med mer än tre meter och hundratals människor drunknade i det iskalla vattnet. Tobias Svanelid vandrar runt på Falsterbonäset där det fortfarande finns spår kvar efter stormfloden 1872, och träffar kustingenjören Caroline Hallin som berättar om katastrofen och vad vi idag kan lära av den.Och så uppmärksammar vi tidskapseln från Storkyrkan som presenterades för allmänheten tidigare i höstas, men som bär på ytterligare dolda budskap.Dessutom granskar vi Netflixfilmen På västfronten intet nytt och tar reda på vad den kan säga om vår tids skyttegravskrig i Ukraina.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/5vuboOq73oBTsTumCHE3E8"
            },
            "href": "https://api.spotify.com/v1/episodes/5vuboOq73oBTsTumCHE3E8",
            "html_description": "Omkring 300 människor miste livet i det kalla novembervattnet 1872, när havet höjdes drygt 3 meter och slog sönder kusterna längs södra Östersjön. Vi söker spåren efter denna bortglömda katastrof. <br /><br /> För 150 år sedan översköljdes Östersjöns kuster av en stormflod. Havsnivån höjdes på sina ställen med mer än tre meter och hundratals människor drunknade i det iskalla vattnet. Tobias Svanelid vandrar runt på Falsterbonäset där det fortfarande finns spår kvar efter stormfloden 1872, och träffar kustingenjören Caroline Hallin som berättar om katastrofen och vad vi idag kan lära av den.Och så uppmärksammar vi tidskapseln från Storkyrkan som presenterades för allmänheten tidigare i höstas, men som bär på ytterligare dolda budskap.Dessutom granskar vi Netflixfilmen På västfronten intet nytt och tar reda på vad den kan säga om vår tids skyttegravskrig i Ukraina.",
            "id": "5vuboOq73oBTsTumCHE3E8",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ad788851b76498f5c9b55dbad",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fd788851b76498f5c9b55dbad",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68dd788851b76498f5c9b55dbad",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Stormfloden 1872",
            "release_date": "2022-11-15",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:5vuboOq73oBTsTumCHE3E8"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/dfc72b57909555fcca6b5eff6622276919e2142e",
            "description": "Var det bläckfiskar, hajar eller galna mördare som orsakade Mary Celestes undergång. I 150 år har man nu spekulerat om spökskeppets öde och varför besättningen var spårlöst försvunnen.  I november 1872, för 150 år sedan, satte Mary Celeste segel för sin resa över Atlanten. Några veckor senare hittas hon drivande i vågorna utanför Portugals kust. Hennes besättning är spårlöst försvunnen. Allt sedan dess har spekulationerna om vad som hände Mary Celeste varit många och Tobias Svanelid reder ut bland teorierna om spökskeppets öden och äventyr, bland hajar, bläckfiskar, galna mördare och explosioner.Dessutom svarar Dick Harrison på en lyssnarfråga om varför Norge blev monarki och inte republik vid unionsupplösningen 1905.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/6T7xgiOEJ8advsXfZOfiEL"
            },
            "href": "https://api.spotify.com/v1/episodes/6T7xgiOEJ8advsXfZOfiEL",
            "html_description": "Var det bläckfiskar, hajar eller galna mördare som orsakade Mary Celestes undergång. I 150 år har man nu spekulerat om spökskeppets öde och varför besättningen var spårlöst försvunnen. <br /><br /> I november 1872, för 150 år sedan, satte Mary Celeste segel för sin resa över Atlanten. Några veckor senare hittas hon drivande i vågorna utanför Portugals kust. Hennes besättning är spårlöst försvunnen. Allt sedan dess har spekulationerna om vad som hände Mary Celeste varit många och Tobias Svanelid reder ut bland teorierna om spökskeppets öden och äventyr, bland hajar, bläckfiskar, galna mördare och explosioner.Dessutom svarar Dick Harrison på en lyssnarfråga om varför Norge blev monarki och inte republik vid unionsupplösningen 1905.",
            "id": "6T7xgiOEJ8advsXfZOfiEL",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8aaf8163b0c72ce6d3cb92042f",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1faf8163b0c72ce6d3cb92042f",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68daf8163b0c72ce6d3cb92042f",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Spökskeppet Mary Celeste",
            "release_date": "2022-11-08",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:6T7xgiOEJ8advsXfZOfiEL"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/feda4d72714de4e6885323985448409b039f7ffb",
            "description": "Han var en av Egyptens kortast regerande faraoner och dog knappt 20 år gammal. Ändå skulle upptäckten av hans grav ta världen med storm och orsaka faraos förbannelse.  Jag ser underbara ting rapporterade Howard Carter när han som första människa på mer än 3000 år kikade in i Tutanchamons grav för exakt 100 år sedan. Vetenskapsradion Historia berättar om upptäckten som tog världen med storm och födde en Egyptenfeber utan like. Och som dessutom följdes av flertalet mystiska dödsfall  men vad ligger det egentligen för sanning i påståendena om mumiens förbannelse?Panelen med Jonathan Lindström och Kristina Ekero Eriksson återsamlas också för att diskutera andra banbrytande upptäckter i skuggan av Tutanchamon, och om de själva känt av förhistoriska förbannelser under sina egna arkeologiska utgrävningar.Programledare är Tobias Svanelid.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/74unMg1Sta60SZV5gdjSqC"
            },
            "href": "https://api.spotify.com/v1/episodes/74unMg1Sta60SZV5gdjSqC",
            "html_description": "Han var en av Egyptens kortast regerande faraoner och dog knappt 20 år gammal. Ändå skulle upptäckten av hans grav ta världen med storm och orsaka faraos förbannelse. <br /><br /> Jag ser underbara ting rapporterade Howard Carter när han som första människa på mer än 3000 år kikade in i Tutanchamons grav för exakt 100 år sedan. Vetenskapsradion Historia berättar om upptäckten som tog världen med storm och födde en Egyptenfeber utan like. Och som dessutom följdes av flertalet mystiska dödsfall  men vad ligger det egentligen för sanning i påståendena om mumiens förbannelse?Panelen med Jonathan Lindström och Kristina Ekero Eriksson återsamlas också för att diskutera andra banbrytande upptäckter i skuggan av Tutanchamon, och om de själva känt av förhistoriska förbannelser under sina egna arkeologiska utgrävningar.Programledare är Tobias Svanelid.",
            "id": "74unMg1Sta60SZV5gdjSqC",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a5a283aa2fb103f081f170b34",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f5a283aa2fb103f081f170b34",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d5a283aa2fb103f081f170b34",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Tutanchamonfeber i hundra år",
            "release_date": "2022-11-01",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:74unMg1Sta60SZV5gdjSqC"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/5f4865ed84fe62992b252d8207f403181febe503",
            "description": "Vilka argument kan motivera ett anfallskrig. Genom årtusendena har stater, kungar och presidenter försökt rättfärdiga sina aggressionskrig och Vetenskapsradion Historia kartlägger argumenten.  Vi har rätten på vår sida. Vi är starkare. Motståndarna torterar våra vänner eller är nazister. Och det var fienden som sköt först. Så lyder anfallskrigens argument genom historien, från det antika Atens anfall på ön Melos, via Gustav III:s anfall på Ryssland och Putins anfall mot Ukraina. Vi träffar folkrättsexperten Ove Bring som undersökt anfallskrigens argument i en aktuell bok.Vi uppmärksammar också det nya fyndet av regalskeppet Äpplet, Vasaskeppets systerfartyg, som hittats på bottnen utanför Vaxholm.Dessutom reder Dick Harrison ut en lyssnarfråga om Ragnar Lodbrok. Vad vet vi egentligen om denna vikingahövdings existens?Programledare är Tobias Svanelid.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/5glIX0MIjLjBLrxKzRhgNq"
            },
            "href": "https://api.spotify.com/v1/episodes/5glIX0MIjLjBLrxKzRhgNq",
            "html_description": "Vilka argument kan motivera ett anfallskrig. Genom årtusendena har stater, kungar och presidenter försökt rättfärdiga sina aggressionskrig och Vetenskapsradion Historia kartlägger argumenten. <br /><br /> Vi har rätten på vår sida. Vi är starkare. Motståndarna torterar våra vänner eller är nazister. Och det var fienden som sköt först. Så lyder anfallskrigens argument genom historien, från det antika Atens anfall på ön Melos, via Gustav III:s anfall på Ryssland och Putins anfall mot Ukraina. Vi träffar folkrättsexperten Ove Bring som undersökt anfallskrigens argument i en aktuell bok.Vi uppmärksammar också det nya fyndet av regalskeppet Äpplet, Vasaskeppets systerfartyg, som hittats på bottnen utanför Vaxholm.Dessutom reder Dick Harrison ut en lyssnarfråga om Ragnar Lodbrok. Vad vet vi egentligen om denna vikingahövdings existens?Programledare är Tobias Svanelid.",
            "id": "5glIX0MIjLjBLrxKzRhgNq",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8aecb4ef4fc72d026f57a0ad41",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fecb4ef4fc72d026f57a0ad41",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68decb4ef4fc72d026f57a0ad41",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Därför startar vi krig",
            "release_date": "2022-10-25",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:5glIX0MIjLjBLrxKzRhgNq"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/98398bbc6ac9c60553b8823059bbc8e31024996f",
            "description": "Nu återskapas två historiska spritsorter som kan skänka smaken av 1600-talet. Hör Vetenskapsradion Historia testa Vasaskeppets brännvin och 1700-talets mirakelkur - nu utan huggormskött!  En tydlig ton av anis präglar brännvinet som hittades ombord på Vasaskeppet när hon bärgades. Nu har spriten återskapats och Vetenskapsradion Historia uppmärksammar detta kanske världens äldsta bevarade brännvin, och diskuterar också konsten och utmaningarna med att återskapa historisk sprit. För samtidigt som Vasadrycken lanseras kommer också 1700-talets mirakelmedicin Hjärnes Testamente ut i handeln, men där tillverkarna fått utesluta bland annat originalingredienserna huggorm och opium.Dessutom uppmärksammar vi Ettans snus som fyller 200 år och därmed blivit Sveriges kanske äldsta varumärke som fortfarande finns i livsmedelshandeln. Hur väl liknar dagens snus 1820-talets?Programledare är Tobias Svanelid.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/4SEMDUbGpUWFcTQk62e5ox"
            },
            "href": "https://api.spotify.com/v1/episodes/4SEMDUbGpUWFcTQk62e5ox",
            "html_description": "Nu återskapas två historiska spritsorter som kan skänka smaken av 1600-talet. Hör Vetenskapsradion Historia testa Vasaskeppets brännvin och 1700-talets mirakelkur - nu utan huggormskött! <br /><br /> En tydlig ton av anis präglar brännvinet som hittades ombord på Vasaskeppet när hon bärgades. Nu har spriten återskapats och Vetenskapsradion Historia uppmärksammar detta kanske världens äldsta bevarade brännvin, och diskuterar också konsten och utmaningarna med att återskapa historisk sprit. För samtidigt som Vasadrycken lanseras kommer också 1700-talets mirakelmedicin Hjärnes Testamente ut i handeln, men där tillverkarna fått utesluta bland annat originalingredienserna huggorm och opium.Dessutom uppmärksammar vi Ettans snus som fyller 200 år och därmed blivit Sveriges kanske äldsta varumärke som fortfarande finns i livsmedelshandeln. Hur väl liknar dagens snus 1820-talets?Programledare är Tobias Svanelid.",
            "id": "4SEMDUbGpUWFcTQk62e5ox",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a4f54e7a23f621e24a3785d64",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f4f54e7a23f621e24a3785d64",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d4f54e7a23f621e24a3785d64",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Så smakar Vasas brännvin",
            "release_date": "2022-10-18",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:4SEMDUbGpUWFcTQk62e5ox"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/6eb73b9571cc30c039f8d5a08464e92c6f2e67ec",
            "description": "Under hundratals år levde många svenskar säsongsvis vid Norrlandskusten för att fiska i Bottenviken. Fiskarkapellen var mötespunkten som skänkte trygghet och tröst och nu kartläggs deras kulturarv.  För 400 år sedan började mellansvenska bönder resa till Norrlandskusten för att fiska. Ofta tog man med sig hela familjen och gårdens djur och tjänstefolk och var borta hela sommaren. Under det hårda livet bland Höga Kustens kobbar och skär var fiskekapellen ofta den enda trösten. Idag vittnar de om ett månghundraårigt kulturarv och nu har kapellen i Ångermanland och Medelpad undersökts. Vetenskapsradion Historia besöker Barsta kapell för att berätta fiskarkapellens spännande historia.Dessutom svarar Dick Harrison på en lyssnarfråga om svedjefinnarnas historia i Värmland  hur länge bibehöll man sina finska traditioner och finska namn egentligen?Programledare är Tobias Svanelid.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/2sSYWETyAk9LcUSkX5Z2GE"
            },
            "href": "https://api.spotify.com/v1/episodes/2sSYWETyAk9LcUSkX5Z2GE",
            "html_description": "Under hundratals år levde många svenskar säsongsvis vid Norrlandskusten för att fiska i Bottenviken. Fiskarkapellen var mötespunkten som skänkte trygghet och tröst och nu kartläggs deras kulturarv. <br /><br /> För 400 år sedan började mellansvenska bönder resa till Norrlandskusten för att fiska. Ofta tog man med sig hela familjen och gårdens djur och tjänstefolk och var borta hela sommaren. Under det hårda livet bland Höga Kustens kobbar och skär var fiskekapellen ofta den enda trösten. Idag vittnar de om ett månghundraårigt kulturarv och nu har kapellen i Ångermanland och Medelpad undersökts. Vetenskapsradion Historia besöker Barsta kapell för att berätta fiskarkapellens spännande historia.Dessutom svarar Dick Harrison på en lyssnarfråga om svedjefinnarnas historia i Värmland  hur länge bibehöll man sina finska traditioner och finska namn egentligen?Programledare är Tobias Svanelid.",
            "id": "2sSYWETyAk9LcUSkX5Z2GE",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a9b739e5f95a69eabac3af252",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f9b739e5f95a69eabac3af252",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d9b739e5f95a69eabac3af252",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Fiskarkapellens spännande kulturarv",
            "release_date": "2022-10-11",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:2sSYWETyAk9LcUSkX5Z2GE"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/9c7643fb9ad38cf1858bd3580e9c6339d825a5e0",
            "description": "Hur såg hallen ut där Uppåkras mäktiga hövdingar en gång bodde och höll hov och där de smidde planer för det förhistoriska Skåne i kamp mot daner och svear? Snart vet vi svaret!  I mer än 1000 år dominerade Uppåkra de rika jordbruksbygderna i Skåne, och trots att inte mer än någon promille grävts ut av arkeologer har redan makalösa fynd gjorts. Nu tas nya spadtag på platsen i jakt efter hövdingahallen i Uppåkra, där stolta dynastier avlöst varandra under många sekel.Tobias Svanelid promenerar runt i Uppåkra med Dick Harrison som i sin aktuella bok Tusen år i Uppåkra målar upp bilden av ett mäktigt hövdingadöme, där de rika makthavarna sannolikt kontrollerade den religiösa kulten som de styrde ifrån sin hall och ifrån det mystiska kulthus som redan varit känt av arkeologerna. Kanske tillhörde de stammen harubarder, ett mytomspunnet folk som verkar ha kämpat med daner om makten runt Öresund.Dessutom redogör arkeologerna Mats Roslund, Torbjörn Ahlström och Håkan Aspeborg för de kommande unika utgrävningar som nu planeras vid hövdingahallen och som kommer att sprida nytt ljus över platsen som så länge utgjorde en stabil maktbas i södra Skandinavien.Och så tar vi en snabbtitt på de pågående arkeologiska undersökningarna på Gotska sandön, där säljägare och fiskare bott och verkat i fyratusen år. ",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/6PfvaqgLWebJioqPv3Tpfc"
            },
            "href": "https://api.spotify.com/v1/episodes/6PfvaqgLWebJioqPv3Tpfc",
            "html_description": "Hur såg hallen ut där Uppåkras mäktiga hövdingar en gång bodde och höll hov och där de smidde planer för det förhistoriska Skåne i kamp mot daner och svear? Snart vet vi svaret! <br /><br /> I mer än 1000 år dominerade Uppåkra de rika jordbruksbygderna i Skåne, och trots att inte mer än någon promille grävts ut av arkeologer har redan makalösa fynd gjorts. Nu tas nya spadtag på platsen i jakt efter hövdingahallen i Uppåkra, där stolta dynastier avlöst varandra under många sekel.Tobias Svanelid promenerar runt i Uppåkra med Dick Harrison som i sin aktuella bok Tusen år i Uppåkra målar upp bilden av ett mäktigt hövdingadöme, där de rika makthavarna sannolikt kontrollerade den religiösa kulten som de styrde ifrån sin hall och ifrån det mystiska kulthus som redan varit känt av arkeologerna. Kanske tillhörde de stammen harubarder, ett mytomspunnet folk som verkar ha kämpat med daner om makten runt Öresund.Dessutom redogör arkeologerna Mats Roslund, Torbjörn Ahlström och Håkan Aspeborg för de kommande unika utgrävningar som nu planeras vid hövdingahallen och som kommer att sprida nytt ljus över platsen som så länge utgjorde en stabil maktbas i södra Skandinavien.Och så tar vi en snabbtitt på de pågående arkeologiska undersökningarna på Gotska sandön, där säljägare och fiskare bott och verkat i fyratusen år. ",
            "id": "6PfvaqgLWebJioqPv3Tpfc",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8aa255259e1238f1b559dcbaef",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fa255259e1238f1b559dcbaef",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68da255259e1238f1b559dcbaef",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Uppåkras hövdingahall grävs ut",
            "release_date": "2022-10-04",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:6PfvaqgLWebJioqPv3Tpfc"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/955aa2926f9395e83fd80b007c2b3fb6aeacc782",
            "description": "För 200 år sedan knäcktes hieroglyfernas gåta med hjälp av texterna på den uråldriga Rosettastenen. Vi berättar hur det gick till, men också om Egyptens mumier som nu föräras en egen bok.  För 200 år sedan rusade språkvetaren Champollion till sin bror och utropade att han knäckt hieroglyfernas gåta. Vetenskapsradion Historia berättar historien om Rosettastenen som hittades i slutet av 1700-talet och som fungerade som en nyckel för att dechiffrera det fornegyptiska språket. Och om att en av nyckelpersonerna i pusslet faktiskt var svensk, Johan David Åkerblad, berättar historikern Fredrik Thomasson.Dessutom berättas de egyptiska mumiernas historia med anledning av aktuella boken Mumier. Egyptologen Sofia Häggman menar att det tog lång tid för de gamla egyptierna att bemästra den svåra konsten, som delvis påminner om ett PCR-test, och vi idag ofta glömmer att mumierna faktiskt är mänskliga kvarlevor och inte bara ett mytiskt väsen tillsammans med varulvar och vampyrer.Programledare är Tobias Svanelid.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/0QTLz2FQ7Ih4UDbnFfK5Ig"
            },
            "href": "https://api.spotify.com/v1/episodes/0QTLz2FQ7Ih4UDbnFfK5Ig",
            "html_description": "För 200 år sedan knäcktes hieroglyfernas gåta med hjälp av texterna på den uråldriga Rosettastenen. Vi berättar hur det gick till, men också om Egyptens mumier som nu föräras en egen bok. <br /><br /> För 200 år sedan rusade språkvetaren Champollion till sin bror och utropade att han knäckt hieroglyfernas gåta. Vetenskapsradion Historia berättar historien om Rosettastenen som hittades i slutet av 1700-talet och som fungerade som en nyckel för att dechiffrera det fornegyptiska språket. Och om att en av nyckelpersonerna i pusslet faktiskt var svensk, Johan David Åkerblad, berättar historikern Fredrik Thomasson.Dessutom berättas de egyptiska mumiernas historia med anledning av aktuella boken Mumier. Egyptologen Sofia Häggman menar att det tog lång tid för de gamla egyptierna att bemästra den svåra konsten, som delvis påminner om ett PCR-test, och vi idag ofta glömmer att mumierna faktiskt är mänskliga kvarlevor och inte bara ett mytiskt väsen tillsammans med varulvar och vampyrer.Programledare är Tobias Svanelid.",
            "id": "0QTLz2FQ7Ih4UDbnFfK5Ig",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ab386237c9df1a5b287ccd89a",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fb386237c9df1a5b287ccd89a",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68db386237c9df1a5b287ccd89a",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "När hieroglyferna knäcktes",
            "release_date": "2022-09-27",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:0QTLz2FQ7Ih4UDbnFfK5Ig"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/1a1a7df417e12bafcf40ebe83b142a9503f9d256",
            "description": "Följ med till Bulverket - medeltidens sjunkna Atlantis - en gigantisk träplattform full av hus som nu kan avslöja 1000-åriga byggnadstekniker och vad plattformen en gång haft för funktion.  I början av medeltiden byggdes en enorm plattform av timmer ute i den grunda sjön Tingstäde träsk på Gotland. En kort tid senare övergavs platsen men ännu idag är bygget synligt som ett gigantiskt plockepinn någon meter under vattenytan. Tobias Svanelid hoppar i gummibåten tillsammans med arkeologen Peter dAgnan för att ta reda på vad Bulverket kan ha fyllt för funktion och för att fascineras av de extremt välbevarade träresterna som kan avslöja medeltidens byggnadstekniker.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/6JjK4uJaxMh3DV6FJDP571"
            },
            "href": "https://api.spotify.com/v1/episodes/6JjK4uJaxMh3DV6FJDP571",
            "html_description": "Följ med till Bulverket - medeltidens sjunkna Atlantis - en gigantisk träplattform full av hus som nu kan avslöja 1000-åriga byggnadstekniker och vad plattformen en gång haft för funktion. <br /><br /> I början av medeltiden byggdes en enorm plattform av timmer ute i den grunda sjön Tingstäde träsk på Gotland. En kort tid senare övergavs platsen men ännu idag är bygget synligt som ett gigantiskt plockepinn någon meter under vattenytan. Tobias Svanelid hoppar i gummibåten tillsammans med arkeologen Peter dAgnan för att ta reda på vad Bulverket kan ha fyllt för funktion och för att fascineras av de extremt välbevarade träresterna som kan avslöja medeltidens byggnadstekniker.",
            "id": "6JjK4uJaxMh3DV6FJDP571",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a7adf99961dcffc84f2d22ec5",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f7adf99961dcffc84f2d22ec5",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d7adf99961dcffc84f2d22ec5",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Bulverket – medeltidens sjunkna Atlantis",
            "release_date": "2022-09-20",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:6JjK4uJaxMh3DV6FJDP571"
        }
    ],
    "limit": 20,
    "next": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ/episodes?offset=20&limit=20",
    "offset": 0,
    "previous": null,
    "total": 500
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=60
etag: "MC-IjQ4Njc0MDJjMjk1OWE2YThjOTE4NTk3ZGUyZGM2MDg2Ig=="
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:44 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ/episodes?offset=0&limit=20",
    "items": [
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/02ebea9ddc9a9e6099eb0281bcce148e5bec85cf",
            "description": "Flickor förväntades ta mest ansvar för oönskade graviditeter och sexuellt överförbara sjukdomar också under den sexuella revolutionen. Trots nya tankar levde gamla normer kvar visar ny forskning.  Den sexuella revolutionen på 70-talet innebar en ny syn på sex och samliv, men gamla tankar levde kvar. Historikern Anna-Karin Larsson har studerat debatterna i dåtidens medicinska tidskrifter och visar hur flickor fortfarande förväntades ta ansvar inte bara för sin egen sexualitet men också för pojkarnas.Vi undersöker också hur minnet av Mahatma Gandhi lever kvar i Indien, 75 år efter mordet på landsfadern. Sveriges Radios Sydasienkorrespondent Naila Saleem menar att Gandhi inte hade känt igen sig i dagens Indien.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när den långa gränsen mellan Sverige och Norge skulle dras på 1700-talet.Programledare är Tobias Svanelid.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/5GU0RuFEvJVlFGLxRoVKSz"
            },
            "href": "https://api.spotify.com/v1/episodes/5GU0RuFEvJVlFGLxRoVKSz",
            "html_description": "Flickor förväntades ta mest ansvar för oönskade graviditeter och sexuellt överförbara sjukdomar också under den sexuella revolutionen. Trots nya tankar levde gamla normer kvar visar ny forskning. <br /><br /> Den sexuella revolutionen på 70-talet innebar en ny syn på sex och samliv, men gamla tankar levde kvar. Historikern Anna-Karin Larsson har studerat debatterna i dåtidens medicinska tidskrifter och visar hur flickor fortfarande förväntades ta ansvar inte bara för sin egen sexualitet men också för pojkarnas.Vi undersöker också hur minnet av Mahatma Gandhi lever kvar i Indien, 75 år efter mordet på landsfadern. Sveriges Radios Sydasienkorrespondent Naila Saleem menar att Gandhi inte hade känt igen sig i dagens Indien.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när den långa gränsen mellan Sverige och Norge skulle dras på 1700-talet.Programledare är Tobias Svanelid.",
            "id": "5GU0RuFEvJVlFGLxRoVKSz",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8af7e700ae86451ae6c667541b",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1ff7e700ae86451ae6c667541b",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68df7e700ae86451ae6c667541b",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Tjejer tog mest ansvar för sex",
            "release_date": "2023-01-31",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:5GU0RuFEvJVlFGLxRoVKSz"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/50e659c576893b88f64b1ae9127c8b0e43101264",
            "description": "Inte som lamm till slakt. Kenneth Hermeles nya bok om judiskt motstånd under Förintelsen ger en helt ny bild av hur judar i Europa gjorde kraftigt motstånd mot sina nazistiska bödlar.  Judarna gjorde inte nämnvärt motstånd mot sina nazistiska bödlar under Förintelsen, utan leddes som lamm till slakt har det hetat. Nu visar författaren Kenneth Hermele i en aktuell bok att så var långt ifrån fallet och tillsammans med Tobias Svanelid diskuterar han såväl våldsamma partisanaktioner, dödliga danserskor i förintelselägren och kulsprutor i synagogan, som judisk smuggling, teateruppsättningar och arkivarbete som tillsammans ger bilden av ett kraftfullt judiskt motstånd.Dessutom reder Dick Harrison ut hur rädda folk var inför millennieskiftet år 1000.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/6OWCSj6Axvo1HaWl60yuYS"
            },
            "href": "https://api.spotify.com/v1/episodes/6OWCSj6Axvo1HaWl60yuYS",
            "html_description": "Inte som lamm till slakt. Kenneth Hermeles nya bok om judiskt motstånd under Förintelsen ger en helt ny bild av hur judar i Europa gjorde kraftigt motstånd mot sina nazistiska bödlar. <br /><br /> Judarna gjorde inte nämnvärt motstånd mot sina nazistiska bödlar under Förintelsen, utan leddes som lamm till slakt har det hetat. Nu visar författaren Kenneth Hermele i en aktuell bok att så var långt ifrån fallet och tillsammans med Tobias Svanelid diskuterar han såväl våldsamma partisanaktioner, dödliga danserskor i förintelselägren och kulsprutor i synagogan, som judisk smuggling, teateruppsättningar och arkivarbete som tillsammans ger bilden av ett kraftfullt judiskt motstånd.Dessutom reder Dick Harrison ut hur rädda folk var inför millennieskiftet år 1000.",
            "id": "6OWCSj6Axvo1HaWl60yuYS",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a4f8d504935bba46193b5a698",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f4f8d504935bba46193b5a698",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d4f8d504935bba46193b5a698",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Judiskt motstånd under Förintelsen",
            "release_date": "2023-01-24",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:6OWCSj6Axvo1HaWl60yuYS"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/b323efde89c89f7c697edc47b94afb15e8aa7035",
            "description": "Vetenskapsradion Historia fortsätter resan i etruskernas fotspår, i jakt på det mytomspunna folkets liv för 2 500 år sedan, bland mäktiga tempelruiner och praktfulla gravkammare.  Följ med Tobias Svanelid och arkeologen Richard Holmgren i etruskernas fotspår  när de fortsätter att söka efter spåren efter såväl de levande som de döda etruskerna. I San Giovenales 2 500-åriga ruiner testar man dryckesspel och i Tarquinias tempelruiner diskuteras augurernas och andra etruskiska siares förmågor att förutsäga framtiden. Dessutom besöker man de magnifika gravfälten i Monterozzi  Italiens Konungarnas dal, testar att måla svartfigurig keramik på etruskiskt vis, och reser till Banditaccianekropolen, den antika medelhavsvärldens största gravplats med praktfulla gravar som skildrar livet på 500-talet före Kristus.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/1MSkmRUjGpcOC2Q4UrBHsx"
            },
            "href": "https://api.spotify.com/v1/episodes/1MSkmRUjGpcOC2Q4UrBHsx",
            "html_description": "Vetenskapsradion Historia fortsätter resan i etruskernas fotspår, i jakt på det mytomspunna folkets liv för 2 500 år sedan, bland mäktiga tempelruiner och praktfulla gravkammare. <br /><br /> Följ med Tobias Svanelid och arkeologen Richard Holmgren i etruskernas fotspår  när de fortsätter att söka efter spåren efter såväl de levande som de döda etruskerna. I San Giovenales 2 500-åriga ruiner testar man dryckesspel och i Tarquinias tempelruiner diskuteras augurernas och andra etruskiska siares förmågor att förutsäga framtiden. Dessutom besöker man de magnifika gravfälten i Monterozzi  Italiens Konungarnas dal, testar att måla svartfigurig keramik på etruskiskt vis, och reser till Banditaccianekropolen, den antika medelhavsvärldens största gravplats med praktfulla gravar som skildrar livet på 500-talet före Kristus.",
            "id": "1MSkmRUjGpcOC2Q4UrBHsx",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a537376c5d636741e3113653b",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f537376c5d636741e3113653b",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d537376c5d636741e3113653b",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "I etruskernas fotspår",
            "release_date": "2023-01-17",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:1MSkmRUjGpcOC2Q4UrBHsx"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/06cffa10385089272216a19db60410bf07123343",
            "description": "Följ med Tobias Svanelid och arkeologen Richard Holmgren på en resa i etruskernas värld. Vad var det för folk som föregick romarna som Italiens härskare och varifrån kom de?  De dominerade de italienska halvön hundratals år innan romarna steg upp på scenen, och de utvecklade en kultur som än idag fascinerar och förbryllar. Vetenskapsradion Historias Tobias Svanelid reser med arkeologen Richard Holmgren till etruskernas värld för att ta reda på vilka detta mytomspunna folk egentligen var. I gravkammare, djupa raviner och bland etruskiska ruiner och lämningar diskuteras bland annat frågan om etruskernas mystiska ursprung och språk. Var kom de egentligen ifrån? Och så diskuteras en teori till varför etruskerna kom att få en så dominant position runt Medelhavet för 2 500 år sedan.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/3qnAJYd3yhwNpHQ9mJ23xS"
            },
            "href": "https://api.spotify.com/v1/episodes/3qnAJYd3yhwNpHQ9mJ23xS",
            "html_description": "Följ med Tobias Svanelid och arkeologen Richard Holmgren på en resa i etruskernas värld. Vad var det för folk som föregick romarna som Italiens härskare och varifrån kom de? <br /><br /> De dominerade de italienska halvön hundratals år innan romarna steg upp på scenen, och de utvecklade en kultur som än idag fascinerar och förbryllar. Vetenskapsradion Historias Tobias Svanelid reser med arkeologen Richard Holmgren till etruskernas värld för att ta reda på vilka detta mytomspunna folk egentligen var. I gravkammare, djupa raviner och bland etruskiska ruiner och lämningar diskuteras bland annat frågan om etruskernas mystiska ursprung och språk. Var kom de egentligen ifrån? Och så diskuteras en teori till varför etruskerna kom att få en så dominant position runt Medelhavet för 2 500 år sedan.",
            "id": "3qnAJYd3yhwNpHQ9mJ23xS",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a7118bd77c986982b079ae3cb",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f7118bd77c986982b079ae3cb",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d7118bd77c986982b079ae3cb",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "De mytomspunna etruskerna",
            "release_date": "2023-01-10",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:3qnAJYd3yhwNpHQ9mJ23xS"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/df961768a0d0a7c1256f12d406c067385faa6341",
            "description": "Demokratiska städer, buffeltokiga präriefolk och mänsklig uppfinningsrikedom och lekfullhet står i fokus när forntidshistorien nu skrivs om. Vi träffar författaren till omdebatterade Början på allt.  Vår bild av forntiden och människans förhistoria formades för hundratals år sedan, men är dags att slå sönder. I boken Början på allt vill arkeologen David Wengrow och antropologen David Graeber ge en myllrande bild av alla de olika sätt som forntidsmänniskan format sina städer och tidiga civilisationer på. Glöm föreställningarna om en ursprunglig utopisk harmoni eller ett allas krig mot alla  forntiden kunde vara allt detta men mycket, mycket mer.Dessutom listar Urban Björstadius det gångna årets tio viktigaste arkeologiska upptäckter och så träffar vi egyptologen Zahi Hawass som suttit som en spindel i nätet i all fornegyptisk forskning de senaste femtio åren och nu är engagerad i utgrävningarna av den bländande staden Aten.Programledare är Tobias Svanelid.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/52SjIso8es7SvxytK99pJn"
            },
            "href": "https://api.spotify.com/v1/episodes/52SjIso8es7SvxytK99pJn",
            "html_description": "Demokratiska städer, buffeltokiga präriefolk och mänsklig uppfinningsrikedom och lekfullhet står i fokus när forntidshistorien nu skrivs om. Vi träffar författaren till omdebatterade Början på allt. <br /><br /> Vår bild av forntiden och människans förhistoria formades för hundratals år sedan, men är dags att slå sönder. I boken Början på allt vill arkeologen David Wengrow och antropologen David Graeber ge en myllrande bild av alla de olika sätt som forntidsmänniskan format sina städer och tidiga civilisationer på. Glöm föreställningarna om en ursprunglig utopisk harmoni eller ett allas krig mot alla  forntiden kunde vara allt detta men mycket, mycket mer.Dessutom listar Urban Björstadius det gångna årets tio viktigaste arkeologiska upptäckter och så träffar vi egyptologen Zahi Hawass som suttit som en spindel i nätet i all fornegyptisk forskning de senaste femtio åren och nu är engagerad i utgrävningarna av den bländande staden Aten.Programledare är Tobias Svanelid.",
            "id": "52SjIso8es7SvxytK99pJn",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ac8ebfe77c168c59fa5a991e6",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fc8ebfe77c168c59fa5a991e6",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68dc8ebfe77c168c59fa5a991e6",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Forntidens historia skrivs om",
            "release_date": "2023-01-03",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:52SjIso8es7SvxytK99pJn"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/b0a537ba043486fb098e88cd76d7be6dc823fca0",
            "description": "Vad minns du av historieåret 2022? Följ med Tobias Svanelid till årets jubileer och mest spännande forskning!  Historiskt storkrig i Europa, historiskt höga elpriser och en historiskt skenande inflation. År 2022 har varit ett historiskt år, och Vetenskapsradion Historias Tobias Svanelid guidar dig runt bland de viktigaste historiska händelserna, från Vasaloppsjubileum till återskapade historiska spritsorter.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/4hK61wlkooPyRcS9TB2sr5"
            },
            "href": "https://api.spotify.com/v1/episodes/4hK61wlkooPyRcS9TB2sr5",
            "html_description": "Vad minns du av historieåret 2022? Följ med Tobias Svanelid till årets jubileer och mest spännande forskning! <br /><br /> Historiskt storkrig i Europa, historiskt höga elpriser och en historiskt skenande inflation. År 2022 har varit ett historiskt år, och Vetenskapsradion Historias Tobias Svanelid guidar dig runt bland de viktigaste historiska händelserna, från Vasaloppsjubileum till återskapade historiska spritsorter.",
            "id": "4hK61wlkooPyRcS9TB2sr5",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8af15ccf7523348d3ec743b0aa",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1ff15ccf7523348d3ec743b0aa",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68df15ccf7523348d3ec743b0aa",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Historieåret 2022 avrundas",
            "release_date": "2022-12-27",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:4hK61wlkooPyRcS9TB2sr5"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/3caf8ce68782ff318aca069b574e9c3b14934641",
            "description": "Följ med Tobias Svanelid till Rhodos där spåren efter en av världshistoriens blodigaste belägringar fortfarande finns kvar. Hör om riddarnas sista strid, där johanniterorden försvarade sig mot turkar.  För femhundra år sedan utspelade sig en av världshistoriens blodigaste och mest ikoniska belägringar. Uppemot 70 000 turkiska soldater stod mot 700 korsriddare på den grekiska ön Rhodos i vad som vissa menat var riddarnas sista strid. Tobias Svanelid reser till Rhodos för att se de mäktiga befästningarna och diskuterar belägringen med historikern Dick Harrison och vad striden kom att leda till för såväl johanniterorden som för turkarna.Dessutom träffar vi historikern som försöker förklara varför det känns så skönt när svenska skidlöpare vinner mot norrmän i OS.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/5emGcpaVVCSzPiTtmak3Md"
            },
            "href": "https://api.spotify.com/v1/episodes/5emGcpaVVCSzPiTtmak3Md",
            "html_description": "Följ med Tobias Svanelid till Rhodos där spåren efter en av världshistoriens blodigaste belägringar fortfarande finns kvar. Hör om riddarnas sista strid, där johanniterorden försvarade sig mot turkar. <br /><br /> För femhundra år sedan utspelade sig en av världshistoriens blodigaste och mest ikoniska belägringar. Uppemot 70 000 turkiska soldater stod mot 700 korsriddare på den grekiska ön Rhodos i vad som vissa menat var riddarnas sista strid. Tobias Svanelid reser till Rhodos för att se de mäktiga befästningarna och diskuterar belägringen med historikern Dick Harrison och vad striden kom att leda till för såväl johanniterorden som för turkarna.Dessutom träffar vi historikern som försöker förklara varför det känns så skönt när svenska skidlöpare vinner mot norrmän i OS.",
            "id": "5emGcpaVVCSzPiTtmak3Md",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a75cbeeb1e70c7f821a28b2a4",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f75cbeeb1e70c7f821a28b2a4",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d75cbeeb1e70c7f821a28b2a4",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Belägringen av Rhodos 1522",
            "release_date": "2022-12-20",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:5emGcpaVVCSzPiTtmak3Md"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/d1ce0826dbad511e66f2eedc56d715278009ea48",
            "description": "Glimrande hovliv, smarriga kolbullar, kloka korpar och fjälliga sjömänniskor samsas i Vetenskapsradion Historias julklappsboktips! Och så testar vi brädspelet i Jane Austens herrgårds-England!  Missa inte Vetenskapsradion Historias julklappstips där Kristina Ekero Eriksson, Urban Björstadius och Tobias Svanelid tipsar om böcker om glimrande hovliv och kungligheter, om kolning, saffran, korpar och mycket, mycket annat. Och så testar Spelpanelen att navigera i Englands Downton Abbey-miljö i spelet Obsession och att överleva Första världskriget i The Grizzled.Böckerna och spelen som nämnts i programmet:Sagan om Saffran av Gunnel CarlssonKarl XV av Thorsten SandbergFrån Savolaxbrigden till Särskilda skyddsgruppen av Fredrik Eriksson, Lars Ericson Wolke och Gunnar ÅseliusAnfallskrigens argument av Ove BringTill eftervärlden av Marianne Molander BeyerDödens idéhistoria av Karin Dirke, Andreas Hellerstedt och Martin Wiklund (red)Mumier av Sofia HäggmanDe utomordentliga av Maja BondestamHovet av Björn AskerKolning av Gunnar NygrenKorpen av Bengt-Erik Engholm och Lina BlixtEuropas mödrar av Karin BojsJärnålderns symboler och dolda budskap av Kent AnderssonObsession av Dan HallagenThe Grizzled av Fabien Riffaud och Juan Rodriguez",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/2xC5qxAqcxqNQpd1geIn7H"
            },
            "href": "https://api.spotify.com/v1/episodes/2xC5qxAqcxqNQpd1geIn7H",
            "html_description": "Glimrande hovliv, smarriga kolbullar, kloka korpar och fjälliga sjömänniskor samsas i Vetenskapsradion Historias julklappsboktips! Och så testar vi brädspelet i Jane Austens herrgårds-England! <br /><br /> Missa inte Vetenskapsradion Historias julklappstips där Kristina Ekero Eriksson, Urban Björstadius och Tobias Svanelid tipsar om böcker om glimrande hovliv och kungligheter, om kolning, saffran, korpar och mycket, mycket annat. Och så testar Spelpanelen att navigera i Englands Downton Abbey-miljö i spelet Obsession och att överleva Första världskriget i The Grizzled.Böckerna och spelen som nämnts i programmet:Sagan om Saffran av Gunnel CarlssonKarl XV av Thorsten SandbergFrån Savolaxbrigden till Särskilda skyddsgruppen av Fredrik Eriksson, Lars Ericson Wolke och Gunnar ÅseliusAnfallskrigens argument av Ove BringTill eftervärlden av Marianne Molander BeyerDödens idéhistoria av Karin Dirke, Andreas Hellerstedt och Martin Wiklund (red)Mumier av Sofia HäggmanDe utomordentliga av Maja BondestamHovet av Björn AskerKolning av Gunnar NygrenKorpen av Bengt-Erik Engholm och Lina BlixtEuropas mödrar av Karin BojsJärnålderns symboler och dolda budskap av Kent AnderssonObsession av Dan HallagenThe Grizzled av Fabien Riffaud och Juan Rodriguez",
            "id": "2xC5qxAqcxqNQpd1geIn7H",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a0644c9896f8466a39e90fc17",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f0644c9896f8466a39e90fc17",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d0644c9896f8466a39e90fc17",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Hovliv och kolbullar",
            "release_date": "2022-12-13",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:2xC5qxAqcxqNQpd1geIn7H"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/55c6902d9659931a9e9e25b0b9a20ceb59bf91af",
            "description": "För femtio år sedan landade Apollo 17 på månen, men nu är vi på väg dit igen. Hör om människans ständiga längtan efter månen och vad vi genom historien trott och tänkt om denna mystiska himlakropp.  Det har gått femtio år sedan människan senast satte fötterna på månen men nu är vi så smått på väg dit igen. Tobias Svanelid samtalar med arkeologen och amatörastronomen Jonathan Lindström om vad månen betytt för oss människor genom historien och vad vi trott om denna den närmsta av våra himlakroppar. Var månfläckarna egentligen utspilld tjära? Kunde man starta kring när månen stod i nedan? Är det sant att vi blir mångalna?Och så berättar historikern Lisa Svanfeldt-Winter om sin forskning om 1800-talets vetenskapsdebatt om huruvida jorden var platt. Idag frodas dessa tankar på sociala medier, men redan i mitten av 1800-talet lanserade Samuel Rowbotham sina teorier om en platt jord.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/11L6kL6k1bSmS61bToXL3g"
            },
            "href": "https://api.spotify.com/v1/episodes/11L6kL6k1bSmS61bToXL3g",
            "html_description": "För femtio år sedan landade Apollo 17 på månen, men nu är vi på väg dit igen. Hör om människans ständiga längtan efter månen och vad vi genom historien trott och tänkt om denna mystiska himlakropp. <br /><br /> Det har gått femtio år sedan människan senast satte fötterna på månen men nu är vi så smått på väg dit igen. Tobias Svanelid samtalar med arkeologen och amatörastronomen Jonathan Lindström om vad månen betytt för oss människor genom historien och vad vi trott om denna den närmsta av våra himlakroppar. Var månfläckarna egentligen utspilld tjära? Kunde man starta kring när månen stod i nedan? Är det sant att vi blir mångalna?Och så berättar historikern Lisa Svanfeldt-Winter om sin forskning om 1800-talets vetenskapsdebatt om huruvida jorden var platt. Idag frodas dessa tankar på sociala medier, men redan i mitten av 1800-talet lanserade Samuel Rowbotham sina teorier om en platt jord.",
            "id": "11L6kL6k1bSmS61bToXL3g",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a8b3c6c23a2bf767b286e6f27",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f8b3c6c23a2bf767b286e6f27",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d8b3c6c23a2bf767b286e6f27",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Människans längtan till månen",
            "release_date": "2022-12-06",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:11L6kL6k1bSmS61bToXL3g"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/31ef36a91ba2fc9bc9cd38b4c174f4d1c8cae340",
            "description": "Bänka dig i biofåtöljen och hör historikerna granska bioaktuella The Woman King, om Afrikas amazoner och Devotion - Top Gun i Koreakrigsmiljö!  I hundratals år stred kvinnor som elitsoldater i det afrikanska kungariket Dahomeys armé. Nu skildras deras liv och öden i bioaktuella The Woman King och Vetenskapsradion Historia granskar filmens historiska kvalitéer med hjälp av historikern Anders Claréus och diskuterar kvinnliga krigare och kvinnors deltagande i historiska krig med författaren Anna Larsdotter.Dessutom granskar vi aktuella Devotion  en Top Gun-film under Koreakriget där Armémuseets Thomas Roth delar ut betyg.Programledare är Tobias Svanelid.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/3CRQcqucr4Qa6Jo7nB53U9"
            },
            "href": "https://api.spotify.com/v1/episodes/3CRQcqucr4Qa6Jo7nB53U9",
            "html_description": "Bänka dig i biofåtöljen och hör historikerna granska bioaktuella The Woman King, om Afrikas amazoner och Devotion - Top Gun i Koreakrigsmiljö! <br /><br /> I hundratals år stred kvinnor som elitsoldater i det afrikanska kungariket Dahomeys armé. Nu skildras deras liv och öden i bioaktuella The Woman King och Vetenskapsradion Historia granskar filmens historiska kvalitéer med hjälp av historikern Anders Claréus och diskuterar kvinnliga krigare och kvinnors deltagande i historiska krig med författaren Anna Larsdotter.Dessutom granskar vi aktuella Devotion  en Top Gun-film under Koreakriget där Armémuseets Thomas Roth delar ut betyg.Programledare är Tobias Svanelid.",
            "id": "3CRQcqucr4Qa6Jo7nB53U9",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a4e038afcbeeb4cdd9915bb28",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f4e038afcbeeb4cdd9915bb28",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d4e038afcbeeb4cdd9915bb28",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Afrikas amazoner på bio",
            "release_date": "2022-11-29",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:3CRQcqucr4Qa6Jo7nB53U9"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/63c99681e302c2dc881cc2efaa65f65d723ee560",
            "description": "Smutsiga men ståtliga och tatuerade elitkrigare. Så beskrev muslimen Ibn Fadlan sitt möte med vikingar år 922. Men vad berättar han egentligen om relationen mellan nordbor och muslimer?  År 922 mötte den muslimske resenären vikingar under sina resor i nuvarande Ryssland. Han beskrev deras barbariska sedvänjor, deras obefintliga personliga hygien, deras tatueringar och hur en hövding begravdes i en båt. Men han talade också om dem som ståtliga och högvuxna krigare. Tobias Svanelid samlas arkeologen Charlotte Hedenstierna Jonsson och religionsvetaren Simon Sorgenfrei för att diskutera vad Ibn Fadlans berättelse betytt för vår förståelse av vikingar, men också vad den kan berätta om relationerna mellan Skandinavien och dåtidens högkultur, de muslimska kalifaten.Dessutom svarar Dick Harrison på en lyssnarfråga om vad vi egentligen vet om slaget vid Herrevadsbro år 1251, slaget som påstås lagt grunden för det moderna Sverige och banat vägen för den nya staden Stockholm.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/04HzXcqi8UoWk1MSrHAqWf"
            },
            "href": "https://api.spotify.com/v1/episodes/04HzXcqi8UoWk1MSrHAqWf",
            "html_description": "Smutsiga men ståtliga och tatuerade elitkrigare. Så beskrev muslimen Ibn Fadlan sitt möte med vikingar år 922. Men vad berättar han egentligen om relationen mellan nordbor och muslimer? <br /><br /> År 922 mötte den muslimske resenären vikingar under sina resor i nuvarande Ryssland. Han beskrev deras barbariska sedvänjor, deras obefintliga personliga hygien, deras tatueringar och hur en hövding begravdes i en båt. Men han talade också om dem som ståtliga och högvuxna krigare. Tobias Svanelid samlas arkeologen Charlotte Hedenstierna Jonsson och religionsvetaren Simon Sorgenfrei för att diskutera vad Ibn Fadlans berättelse betytt för vår förståelse av vikingar, men också vad den kan berätta om relationerna mellan Skandinavien och dåtidens högkultur, de muslimska kalifaten.Dessutom svarar Dick Harrison på en lyssnarfråga om vad vi egentligen vet om slaget vid Herrevadsbro år 1251, slaget som påstås lagt grunden för det moderna Sverige och banat vägen för den nya staden Stockholm.",
            "id": "04HzXcqi8UoWk1MSrHAqWf",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ab7604c0461bd9a2489f58a03",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fb7604c0461bd9a2489f58a03",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68db7604c0461bd9a2489f58a03",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Ibn Fadlans möte med vikingar",
            "release_date": "2022-11-22",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:04HzXcqi8UoWk1MSrHAqWf"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/f7cdd266162f0024036f4c54a443c5275cda2a67",
            "description": "Omkring 300 människor miste livet i det kalla novembervattnet 1872, när havet höjdes drygt 3 meter och slog sönder kusterna längs södra Östersjön. Vi söker spåren efter denna bortglömda katastrof.  För 150 år sedan översköljdes Östersjöns kuster av en stormflod. Havsnivån höjdes på sina ställen med mer än tre meter och hundratals människor drunknade i det iskalla vattnet. Tobias Svanelid vandrar runt på Falsterbonäset där det fortfarande finns spår kvar efter stormfloden 1872, och träffar kustingenjören Caroline Hallin som berättar om katastrofen och vad vi idag kan lära av den.Och så uppmärksammar vi tidskapseln från Storkyrkan som presenterades för allmänheten tidigare i höstas, men som bär på ytterligare dolda budskap.Dessutom granskar vi Netflixfilmen På västfronten intet nytt och tar reda på vad den kan säga om vår tids skyttegravskrig i Ukraina.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/5vuboOq73oBTsTumCHE3E8"
            },
            "href": "https://api.spotify.com/v1/episodes/5vuboOq73oBTsTumCHE3E8",
            "html_description": "Omkring 300 människor miste livet i det kalla novembervattnet 1872, när havet höjdes drygt 3 meter och slog sönder kusterna längs södra Östersjön. Vi söker spåren efter denna bortglömda katastrof. <br /><br /> För 150 år sedan översköljdes Östersjöns kuster av en stormflod. Havsnivån höjdes på sina ställen med mer än tre meter och hundratals människor drunknade i det iskalla vattnet. Tobias Svanelid vandrar runt på Falsterbonäset där det fortfarande finns spår kvar efter stormfloden 1872, och träffar kustingenjören Caroline Hallin som berättar om katastrofen och vad vi idag kan lära av den.Och så uppmärksammar vi tidskapseln från Storkyrkan som presenterades för allmänheten tidigare i höstas, men som bär på ytterligare dolda budskap.Dessutom granskar vi Netflixfilmen På västfronten intet nytt och tar reda på vad den kan säga om vår tids skyttegravskrig i Ukraina.",
            "id": "5vuboOq73oBTsTumCHE3E8",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ad788851b76498f5c9b55dbad",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fd788851b76498f5c9b55dbad",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68dd788851b76498f5c9b55dbad",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Stormfloden 1872",
            "release_date": "2022-11-15",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:5vuboOq73oBTsTumCHE3E8"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/dfc72b57909555fcca6b5eff6622276919e2142e",
            "description": "Var det bläckfiskar, hajar eller galna mördare som orsakade Mary Celestes undergång. I 150 år har man nu spekulerat om spökskeppets öde och varför besättningen var spårlöst försvunnen.  I november 1872, för 150 år sedan, satte Mary Celeste segel för sin resa över Atlanten. Några veckor senare hittas hon drivande i vågorna utanför Portugals kust. Hennes besättning är spårlöst försvunnen. Allt sedan dess har spekulationerna om vad som hände Mary Celeste varit många och Tobias Svanelid reder ut bland teorierna om spökskeppets öden och äventyr, bland hajar, bläckfiskar, galna mördare och explosioner.Dessutom svarar Dick Harrison på en lyssnarfråga om varför Norge blev monarki och inte republik vid unionsupplösningen 1905.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/6T7xgiOEJ8advsXfZOfiEL"
            },
            "href": "https://api.spotify.com/v1/episodes/6T7xgiOEJ8advsXfZOfiEL",
            "html_description": "Var det bläckfiskar, hajar eller galna mördare som orsakade Mary Celestes undergång. I 150 år har man nu spekulerat om spökskeppets öde och varför besättningen var spårlöst försvunnen. <br /><br /> I november 1872, för 150 år sedan, satte Mary Celeste segel för sin resa över Atlanten. Några veckor senare hittas hon drivande i vågorna utanför Portugals kust. Hennes besättning är spårlöst försvunnen. Allt sedan dess har spekulationerna om vad som hände Mary Celeste varit många och Tobias Svanelid reder ut bland teorierna om spökskeppets öden och äventyr, bland hajar, bläckfiskar, galna mördare och explosioner.Dessutom svarar Dick Harrison på en lyssnarfråga om varför Norge blev monarki och inte republik vid unionsupplösningen 1905.",
            "id": "6T7xgiOEJ8advsXfZOfiEL",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8aaf8163b0c72ce6d3cb92042f",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1faf8163b0c72ce6d3cb92042f",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68daf8163b0c72ce6d3cb92042f",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Spökskeppet Mary Celeste",
            "release_date": "2022-11-08",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:6T7xgiOEJ8advsXfZOfiEL"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/feda4d72714de4e6885323985448409b039f7ffb",
            "description": "Han var en av Egyptens kortast regerande faraoner och dog knappt 20 år gammal. Ändå skulle upptäckten av hans grav ta världen med storm och orsaka faraos förbannelse.  Jag ser underbara ting rapporterade Howard Carter när han som första människa på mer än 3000 år kikade in i Tutanchamons grav för exakt 100 år sedan. Vetenskapsradion Historia berättar om upptäckten som tog världen med storm och födde en Egyptenfeber utan like. Och som dessutom följdes av flertalet mystiska dödsfall  men vad ligger det egentligen för sanning i påståendena om mumiens förbannelse?Panelen med Jonathan Lindström och Kristina Ekero Eriksson återsamlas också för att diskutera andra banbrytande upptäckter i skuggan av Tutanchamon, och om de själva känt av förhistoriska förbannelser under sina egna arkeologiska utgrävningar.Programledare är Tobias Svanelid.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/74unMg1Sta60SZV5gdjSqC"
            },
            "href": "https://api.spotify.com/v1/episodes/74unMg1Sta60SZV5gdjSqC",
            "html_description": "Han var en av Egyptens kortast regerande faraoner och dog knappt 20 år gammal. Ändå skulle upptäckten av hans grav ta världen med storm och orsaka faraos förbannelse. <br /><br /> Jag ser underbara ting rapporterade Howard Carter när han som första människa på mer än 3000 år kikade in i Tutanchamons grav för exakt 100 år sedan. Vetenskapsradion Historia berättar om upptäckten som tog världen med storm och födde en Egyptenfeber utan like. Och som dessutom följdes av flertalet mystiska dödsfall  men vad ligger det egentligen för sanning i påståendena om mumiens förbannelse?Panelen med Jonathan Lindström och Kristina Ekero Eriksson återsamlas också för att diskutera andra banbrytande upptäckter i skuggan av Tutanchamon, och om de själva känt av förhistoriska förbannelser under sina egna arkeologiska utgrävningar.Programledare är Tobias Svanelid.",
            "id": "74unMg1Sta60SZV5gdjSqC",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a5a283aa2fb103f081f170b34",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f5a283aa2fb103f081f170b34",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d5a283aa2fb103f081f170b34",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Tutanchamonfeber i hundra år",
            "release_date": "2022-11-01",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:74unMg1Sta60SZV5gdjSqC"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/5f4865ed84fe62992b252d8207f403181febe503",
            "description": "Vilka argument kan motivera ett anfallskrig. Genom årtusendena har stater, kungar och presidenter försökt rättfärdiga sina aggressionskrig och Vetenskapsradion Historia kartlägger argumenten.  Vi har rätten på vår sida. Vi är starkare. Motståndarna torterar våra vänner eller är nazister. Och det var fienden som sköt först. Så lyder anfallskrigens argument genom historien, från det antika Atens anfall på ön Melos, via Gustav III:s anfall på Ryssland och Putins anfall mot Ukraina. Vi träffar folkrättsexperten Ove Bring som undersökt anfallskrigens argument i en aktuell bok.Vi uppmärksammar också det nya fyndet av regalskeppet Äpplet, Vasaskeppets systerfartyg, som hittats på bottnen utanför Vaxholm.Dessutom reder Dick Harrison ut en lyssnarfråga om Ragnar Lodbrok. Vad vet vi egentligen om denna vikingahövdings existens?Programledare är Tobias Svanelid.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/5glIX0MIjLjBLrxKzRhgNq"
            },
            "href": "https://api.spotify.com/v1/episodes/5glIX0MIjLjBLrxKzRhgNq",
            "html_description": "Vilka argument kan motivera ett anfallskrig. Genom årtusendena har stater, kungar och presidenter försökt rättfärdiga sina aggressionskrig och Vetenskapsradion Historia kartlägger argumenten. <br /><br /> Vi har rätten på vår sida. Vi är starkare. Motståndarna torterar våra vänner eller är nazister. Och det var fienden som sköt först. Så lyder anfallskrigens argument genom historien, från det antika Atens anfall på ön Melos, via Gustav III:s anfall på Ryssland och Putins anfall mot Ukraina. Vi träffar folkrättsexperten Ove Bring som undersökt anfallskrigens argument i en aktuell bok.Vi uppmärksammar också det nya fyndet av regalskeppet Äpplet, Vasaskeppets systerfartyg, som hittats på bottnen utanför Vaxholm.Dessutom reder Dick Harrison ut en lyssnarfråga om Ragnar Lodbrok. Vad vet vi egentligen om denna vikingahövdings existens?Programledare är Tobias Svanelid.",
            "id": "5glIX0MIjLjBLrxKzRhgNq",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8aecb4ef4fc72d026f57a0ad41",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fecb4ef4fc72d026f57a0ad41",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68decb4ef4fc72d026f57a0ad41",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Därför startar vi krig",
            "release_date": "2022-10-25",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:5glIX0MIjLjBLrxKzRhgNq"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/98398bbc6ac9c60553b8823059bbc8e31024996f",
            "description": "Nu återskapas två historiska spritsorter som kan skänka smaken av 1600-talet. Hör Vetenskapsradion Historia testa Vasaskeppets brännvin och 1700-talets mirakelkur - nu utan huggormskött!  En tydlig ton av anis präglar brännvinet som hittades ombord på Vasaskeppet när hon bärgades. Nu har spriten återskapats och Vetenskapsradion Historia uppmärksammar detta kanske världens äldsta bevarade brännvin, och diskuterar också konsten och utmaningarna med att återskapa historisk sprit. För samtidigt som Vasadrycken lanseras kommer också 1700-talets mirakelmedicin Hjärnes Testamente ut i handeln, men där tillverkarna fått utesluta bland annat originalingredienserna huggorm och opium.Dessutom uppmärksammar vi Ettans snus som fyller 200 år och därmed blivit Sveriges kanske äldsta varumärke som fortfarande finns i livsmedelshandeln. Hur väl liknar dagens snus 1820-talets?Programledare är Tobias Svanelid.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/4SEMDUbGpUWFcTQk62e5ox"
            },
            "href": "https://api.spotify.com/v1/episodes/4SEMDUbGpUWFcTQk62e5ox",
            "html_description": "Nu återskapas två historiska spritsorter som kan skänka smaken av 1600-talet. Hör Vetenskapsradion Historia testa Vasaskeppets brännvin och 1700-talets mirakelkur - nu utan huggormskött! <br /><br /> En tydlig ton av anis präglar brännvinet som hittades ombord på Vasaskeppet när hon bärgades. Nu har spriten återskapats och Vetenskapsradion Historia uppmärksammar detta kanske världens äldsta bevarade brännvin, och diskuterar också konsten och utmaningarna med att återskapa historisk sprit. För samtidigt som Vasadrycken lanseras kommer också 1700-talets mirakelmedicin Hjärnes Testamente ut i handeln, men där tillverkarna fått utesluta bland annat originalingredienserna huggorm och opium.Dessutom uppmärksammar vi Ettans snus som fyller 200 år och därmed blivit Sveriges kanske äldsta varumärke som fortfarande finns i livsmedelshandeln. Hur väl liknar dagens snus 1820-talets?Programledare är Tobias Svanelid.",
            "id": "4SEMDUbGpUWFcTQk62e5ox",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a4f54e7a23f621e24a3785d64",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f4f54e7a23f621e24a3785d64",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d4f54e7a23f621e24a3785d64",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Så smakar Vasas brännvin",
            "release_date": "2022-10-18",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:4SEMDUbGpUWFcTQk62e5ox"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/6eb73b9571cc30c039f8d5a08464e92c6f2e67ec",
            "description": "Under hundratals år levde många svenskar säsongsvis vid Norrlandskusten för att fiska i Bottenviken. Fiskarkapellen var mötespunkten som skänkte trygghet och tröst och nu kartläggs deras kulturarv.  För 400 år sedan började mellansvenska bönder resa till Norrlandskusten för att fiska. Ofta tog man med sig hela familjen och gårdens djur och tjänstefolk och var borta hela sommaren. Under det hårda livet bland Höga Kustens kobbar och skär var fiskekapellen ofta den enda trösten. Idag vittnar de om ett månghundraårigt kulturarv och nu har kapellen i Ångermanland och Medelpad undersökts. Vetenskapsradion Historia besöker Barsta kapell för att berätta fiskarkapellens spännande historia.Dessutom svarar Dick Harrison på en lyssnarfråga om svedjefinnarnas historia i Värmland  hur länge bibehöll man sina finska traditioner och finska namn egentligen?Programledare är Tobias Svanelid.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/2sSYWETyAk9LcUSkX5Z2GE"
            },
            "href": "https://api.spotify.com/v1/episodes/2sSYWETyAk9LcUSkX5Z2GE",
            "html_description": "Under hundratals år levde många svenskar säsongsvis vid Norrlandskusten för att fiska i Bottenviken. Fiskarkapellen var mötespunkten som skänkte trygghet och tröst och nu kartläggs deras kulturarv. <br /><br /> För 400 år sedan började mellansvenska bönder resa till Norrlandskusten för att fiska. Ofta tog man med sig hela familjen och gårdens djur och tjänstefolk och var borta hela sommaren. Under det hårda livet bland Höga Kustens kobbar och skär var fiskekapellen ofta den enda trösten. Idag vittnar de om ett månghundraårigt kulturarv och nu har kapellen i Ångermanland och Medelpad undersökts. Vetenskapsradion Historia besöker Barsta kapell för att berätta fiskarkapellens spännande historia.Dessutom svarar Dick Harrison på en lyssnarfråga om svedjefinnarnas historia i Värmland  hur länge bibehöll man sina finska traditioner och finska namn egentligen?Programledare är Tobias Svanelid.",
            "id": "2sSYWETyAk9LcUSkX5Z2GE",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a9b739e5f95a69eabac3af252",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f9b739e5f95a69eabac3af252",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d9b739e5f95a69eabac3af252",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Fiskarkapellens spännande kulturarv",
            "release_date": "2022-10-11",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:2sSYWETyAk9LcUSkX5Z2GE"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/9c7643fb9ad38cf1858bd3580e9c6339d825a5e0",
            "description": "Hur såg hallen ut där Uppåkras mäktiga hövdingar en gång bodde och höll hov och där de smidde planer för det förhistoriska Skåne i kamp mot daner och svear? Snart vet vi svaret!  I mer än 1000 år dominerade Uppåkra de rika jordbruksbygderna i Skåne, och trots att inte mer än någon promille grävts ut av arkeologer har redan makalösa fynd gjorts. Nu tas nya spadtag på platsen i jakt efter hövdingahallen i Uppåkra, där stolta dynastier avlöst varandra under många sekel.Tobias Svanelid promenerar runt i Uppåkra med Dick Harrison som i sin aktuella bok Tusen år i Uppåkra målar upp bilden av ett mäktigt hövdingadöme, där de rika makthavarna sannolikt kontrollerade den religiösa kulten som de styrde ifrån sin hall och ifrån det mystiska kulthus som redan varit känt av arkeologerna. Kanske tillhörde de stammen harubarder, ett mytomspunnet folk som verkar ha kämpat med daner om makten runt Öresund.Dessutom redogör arkeologerna Mats Roslund, Torbjörn Ahlström och Håkan Aspeborg för de kommande unika utgrävningar som nu planeras vid hövdingahallen och som kommer att sprida nytt ljus över platsen som så länge utgjorde en stabil maktbas i södra Skandinavien.Och så tar vi en snabbtitt på de pågående arkeologiska undersökningarna på Gotska sandön, där säljägare och fiskare bott och verkat i fyratusen år. ",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/6PfvaqgLWebJioqPv3Tpfc"
            },
            "href": "https://api.spotify.com/v1/episodes/6PfvaqgLWebJioqPv3Tpfc",
            "html_description": "Hur såg hallen ut där Uppåkras mäktiga hövdingar en gång bodde och höll hov och där de smidde planer för det förhistoriska Skåne i kamp mot daner och svear? Snart vet vi svaret! <br /><br /> I mer än 1000 år dominerade Uppåkra de rika jordbruksbygderna i Skåne, och trots att inte mer än någon promille grävts ut av arkeologer har redan makalösa fynd gjorts. Nu tas nya spadtag på platsen i jakt efter hövdingahallen i Uppåkra, där stolta dynastier avlöst varandra under många sekel.Tobias Svanelid promenerar runt i Uppåkra med Dick Harrison som i sin aktuella bok Tusen år i Uppåkra målar upp bilden av ett mäktigt hövdingadöme, där de rika makthavarna sannolikt kontrollerade den religiösa kulten som de styrde ifrån sin hall och ifrån det mystiska kulthus som redan varit känt av arkeologerna. Kanske tillhörde de stammen harubarder, ett mytomspunnet folk som verkar ha kämpat med daner om makten runt Öresund.Dessutom redogör arkeologerna Mats Roslund, Torbjörn Ahlström och Håkan Aspeborg för de kommande unika utgrävningar som nu planeras vid hövdingahallen och som kommer att sprida nytt ljus över platsen som så länge utgjorde en stabil maktbas i södra Skandinavien.Och så tar vi en snabbtitt på de pågående arkeologiska undersökningarna på Gotska sandön, där säljägare och fiskare bott och verkat i fyratusen år. ",
            "id": "6PfvaqgLWebJioqPv3Tpfc",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8aa255259e1238f1b559dcbaef",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fa255259e1238f1b559dcbaef",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68da255259e1238f1b559dcbaef",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Uppåkras hövdingahall grävs ut",
            "release_date": "2022-10-04",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:6PfvaqgLWebJioqPv3Tpfc"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/955aa2926f9395e83fd80b007c2b3fb6aeacc782",
            "description": "För 200 år sedan knäcktes hieroglyfernas gåta med hjälp av texterna på den uråldriga Rosettastenen. Vi berättar hur det gick till, men också om Egyptens mumier som nu föräras en egen bok.  För 200 år sedan rusade språkvetaren Champollion till sin bror och utropade att han knäckt hieroglyfernas gåta. Vetenskapsradion Historia berättar historien om Rosettastenen som hittades i slutet av 1700-talet och som fungerade som en nyckel för att dechiffrera det fornegyptiska språket. Och om att en av nyckelpersonerna i pusslet faktiskt var svensk, Johan David Åkerblad, berättar historikern Fredrik Thomasson.Dessutom berättas de egyptiska mumiernas historia med anledning av aktuella boken Mumier. Egyptologen Sofia Häggman menar att det tog lång tid för de gamla egyptierna att bemästra den svåra konsten, som delvis påminner om ett PCR-test, och vi idag ofta glömmer att mumierna faktiskt är mänskliga kvarlevor och inte bara ett mytiskt väsen tillsammans med varulvar och vampyrer.Programledare är Tobias Svanelid.",
            "duration_ms": 2685000,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/0QTLz2FQ7Ih4UDbnFfK5Ig"
            },
            "href": "https://api.spotify.com/v1/episodes/0QTLz2FQ7Ih4UDbnFfK5Ig",
            "html_description": "För 200 år sedan knäcktes hieroglyfernas gåta med hjälp av texterna på den uråldriga Rosettastenen. Vi berättar hur det gick till, men också om Egyptens mumier som nu föräras en egen bok. <br /><br /> För 200 år sedan rusade språkvetaren Champollion till sin bror och utropade att han knäckt hieroglyfernas gåta. Vetenskapsradion Historia berättar historien om Rosettastenen som hittades i slutet av 1700-talet och som fungerade som en nyckel för att dechiffrera det fornegyptiska språket. Och om att en av nyckelpersonerna i pusslet faktiskt var svensk, Johan David Åkerblad, berättar historikern Fredrik Thomasson.Dessutom berättas de egyptiska mumiernas historia med anledning av aktuella boken Mumier. Egyptologen Sofia Häggman menar att det tog lång tid för de gamla egyptierna att bemästra den svåra konsten, som delvis påminner om ett PCR-test, och vi idag ofta glömmer att mumierna faktiskt är mänskliga kvarlevor och inte bara ett mytiskt väsen tillsammans med varulvar och vampyrer.Programledare är Tobias Svanelid.",
            "id": "0QTLz2FQ7Ih4UDbnFfK5Ig",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8ab386237c9df1a5b287ccd89a",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1fb386237c9df1a5b287ccd89a",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68db386237c9df1a5b287ccd89a",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "När hieroglyferna knäcktes",
            "release_date": "2022-09-27",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:0QTLz2FQ7Ih4UDbnFfK5Ig"
        },
        {
            "audio_preview_url": "https://p.scdn.co/mp3-preview/1a1a7df417e12bafcf40ebe83b142a9503f9d256",
            "description": "Följ med till Bulverket - medeltidens sjunkna Atlantis - en gigantisk träplattform full av hus som nu kan avslöja 1000-åriga byggnadstekniker och vad plattformen en gång haft för funktion.  I början av medeltiden byggdes en enorm plattform av timmer ute i den grunda sjön Tingstäde träsk på Gotland. En kort tid senare övergavs platsen men ännu idag är bygget synligt som ett gigantiskt plockepinn någon meter under vattenytan. Tobias Svanelid hoppar i gummibåten tillsammans med arkeologen Peter dAgnan för att ta reda på vad Bulverket kan ha fyllt för funktion och för att fascineras av de extremt välbevarade träresterna som kan avslöja medeltidens byggnadstekniker.",
            "duration_ms": 2685024,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/episode/6JjK4uJaxMh3DV6FJDP571"
            },
            "href": "https://api.spotify.com/v1/episodes/6JjK4uJaxMh3DV6FJDP571",
            "html_description": "Följ med till Bulverket - medeltidens sjunkna Atlantis - en gigantisk träplattform full av hus som nu kan avslöja 1000-åriga byggnadstekniker och vad plattformen en gång haft för funktion. <br /><br /> I början av medeltiden byggdes en enorm plattform av timmer ute i den grunda sjön Tingstäde träsk på Gotland. En kort tid senare övergavs platsen men ännu idag är bygget synligt som ett gigantiskt plockepinn någon meter under vattenytan. Tobias Svanelid hoppar i gummibåten tillsammans med arkeologen Peter dAgnan för att ta reda på vad Bulverket kan ha fyllt för funktion och för att fascineras av de extremt välbevarade träresterna som kan avslöja medeltidens byggnadstekniker.",
            "id": "6JjK4uJaxMh3DV6FJDP571",
            "images": [
                {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a7adf99961dcffc84f2d22ec5",
                    "width": 640
                },
                {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f7adf99961dcffc84f2d22ec5",
                    "width": 300
                },
                {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d7adf99961dcffc84f2d22ec5",
                    "width": 64
                }
            ],
            "is_externally_hosted": false,
            "is_playable": true,
            "language": "sv",
            "languages": [
                "sv"
            ],
            "name": "Bulverket – medeltidens sjunkna Atlantis",
            "release_date": "2022-09-20",
            "release_date_precision": "day",
            "resume_point": {
                "fully_played": false,
                "resume_position_ms": 0
            },
            "type": "episode",
            "uri": "spotify:episode:6JjK4uJaxMh3DV6FJDP571"
        }
    ],
    "limit": 20,
    "next": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ/episodes?offset=20&limit=20",
    "offset": 0,
    "previous": null,
    "total": 500
}
148
{
    "available_markets": [
        "AD",
        "AE",
        "AG",
        "AL",
        "AM",
        "AO",
        "AR",
        "AT",
        "AU",
        "AZ",
        "BA",
        "BB",
        "BE",
        "BF",
        "BG",
        "BH",
        "BI",
        "BJ",
        "BN",
        "BO",
        "BR",
        "BS",
        "BT",
        "BW",
        "BZ",
        "CA",
        "CH",
        "CI",
        "CL",
        "CM",
        "CO",
        "CR",
        "CV",
        "CW",
        "CY",
        "CZ",
        "DE",
        "DJ",
        "DK",
        "DM",
        "DO",
        "DZ",
        "EC",
        "EE",
        "EG",
        "ES",
        "FI",
        "FJ",
        "FM",
        "FR",
        "GA",
        "GB",
        "GD",
        "GE",
        "GH",
        "GM",
        "GN",
        "GQ",
        "GR",
        "GT",
        "GW",
        "GY",
        "HK",
        "HN",
        "HR",
        "HT",
        "HU",
        "ID",
        "IE",
        "IL",
        "IN",
        "IS",
        "IT",
        "JM",
        "JO",
        "JP",
        "KE",
        "KH",
        "KI",
        "KM",
        "KN",
        "KR",
        "KW",
        "LA",
        "LB",
        "LC",
        "LI",
        "LR",
        "LS",
        "LT",
        "LU",
        "LV",
        "MA",
        "MC",
        "ME",
        "MG",
        "MH",
        "MK",
        "ML",
        "MN",
        "MO",
        "MR",
        "MT",
        "MU",
        "MV",
        "MW",
        "MX",
        "MY",
        "MZ",
        "NA",
        "NE",
        "NG",
        "NI",
        "NL",
        "NO",
        "NP",
        "NR",
        "NZ",
        "OM",
        "PA",
        "PE",
        "PG",
        "PH",
        "PL",
        "PS",
        "PT",
        "PW",
        "PY",
        "QA",
        "RO",
        "RS",
        "RW",
        "SA",
        "SB",
        "SC",
        "SE",
        "SG",
        "SI",
        "SK",
        "SL",
        "SM",
        "SN",
        "SR",
        "ST",
        "SV",
        "SZ",
        "TD",
        "TG",
        "TH",
        "TL",
        "TN",
        "TO",
        "TR",
        "TT",
        "TV",
        "TW",
        "TZ",
        "UA",
        "US",
        "UY",
        "UZ",
        "VC",
        "VN",
        "VU",
        "WS",
        "XK",
        "ZA",
        "ZM",
        "ZW"
    ],
    "copyrights": [
        
    ],
    "description": "Vi är där historien är. Ansvarig utgivare: Nina Glans",
    "episodes": {
        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ/episodes?offset=0&limit=50",
        "items": [
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/02ebea9ddc9a9e6099eb0281bcce148e5bec85cf",
                "description": "Flickor förväntades ta mest ansvar för oönskade graviditeter och sexuellt överförbara sjukdomar också under den sexuella revolutionen. Trots nya tankar levde gamla normer kvar visar ny forskning.  Den sexuella revolutionen på 70-talet innebar en ny syn på sex och samliv, men gamla tankar levde kvar. Historikern Anna-Karin Larsson har studerat debatterna i dåtidens medicinska tidskrifter och visar hur flickor fortfarande förväntades ta ansvar inte bara för sin egen sexualitet men också för pojkarnas.Vi undersöker också hur minnet av Mahatma Gandhi lever kvar i Indien, 75 år efter mordet på landsfadern. Sveriges Radios Sydasienkorrespondent Naila Saleem menar att Gandhi inte hade känt igen sig i dagens Indien.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när den långa gränsen mellan Sverige och Norge skulle dras på 1700-talet.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5GU0RuFEvJVlFGLxRoVKSz"
                },
                "href": "https://api.spotify.com/v1/episodes/5GU0RuFEvJVlFGLxRoVKSz",
                "html_description": "Flickor förväntades ta mest ansvar för oönskade graviditeter och sexuellt överförbara sjukdomar också under den sexuella revolutionen. Trots nya tankar levde gamla normer kvar visar ny forskning. <br /><br /> Den sexuella revolutionen på 70-talet innebar en ny syn på sex och samliv, men gamla tankar levde kvar. Historikern Anna-Karin Larsson har studerat debatterna i dåtidens medicinska tidskrifter och visar hur flickor fortfarande förväntades ta ansvar inte bara för sin egen sexualitet men också för pojkarnas.Vi undersöker också hur minnet av Mahatma Gandhi lever kvar i Indien, 75 år efter mordet på landsfadern. Sveriges Radios Sydasienkorrespondent Naila Saleem menar att Gandhi inte hade känt igen sig i dagens Indien.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när den långa gränsen mellan Sverige och Norge skulle dras på 1700-talet.Programledare är Tobias Svanelid.",
                "id": "5GU0RuFEvJVlFGLxRoVKSz",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8af7e700ae86451ae6c667541b",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1ff7e700ae86451ae6c667541b",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68df7e700ae86451ae6c667541b",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Tjejer tog mest ansvar för sex",
                "release_date": "2023-01-31",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5GU0RuFEvJVlFGLxRoVKSz"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/50e659c576893b88f64b1ae9127c8b0e43101264",
                "description": "Inte som lamm till slakt. Kenneth Hermeles nya bok om judiskt motstånd under Förintelsen ger en helt ny bild av hur judar i Europa gjorde kraftigt motstånd mot sina nazistiska bödlar.  Judarna gjorde inte nämnvärt motstånd mot sina nazistiska bödlar under Förintelsen, utan leddes som lamm till slakt har det hetat. Nu visar författaren Kenneth Hermele i en aktuell bok att så var långt ifrån fallet och tillsammans med Tobias Svanelid diskuterar han såväl våldsamma partisanaktioner, dödliga danserskor i förintelselägren och kulsprutor i synagogan, som judisk smuggling, teateruppsättningar och arkivarbete som tillsammans ger bilden av ett kraftfullt judiskt motstånd.Dessutom reder Dick Harrison ut hur rädda folk var inför millennieskiftet år 1000.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6OWCSj6Axvo1HaWl60yuYS"
                },
                "href": "https://api.spotify.com/v1/episodes/6OWCSj6Axvo1HaWl60yuYS",
                "html_description": "Inte som lamm till slakt. Kenneth Hermeles nya bok om judiskt motstånd under Förintelsen ger en helt ny bild av hur judar i Europa gjorde kraftigt motstånd mot sina nazistiska bödlar. <br /><br /> Judarna gjorde inte nämnvärt motstånd mot sina nazistiska bödlar under Förintelsen, utan leddes som lamm till slakt har det hetat. Nu visar författaren Kenneth Hermele i en aktuell bok att så var långt ifrån fallet och tillsammans med Tobias Svanelid diskuterar han såväl våldsamma partisanaktioner, dödliga danserskor i förintelselägren och kulsprutor i synagogan, som judisk smuggling, teateruppsättningar och arkivarbete som tillsammans ger bilden av ett kraftfullt judiskt motstånd.Dessutom reder Dick Harrison ut hur rädda folk var inför millennieskiftet år 1000.",
                "id": "6OWCSj6Axvo1HaWl60yuYS",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a4f8d504935bba46193b5a698",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f4f8d504935bba46193b5a698",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d4f8d504935bba46193b5a698",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Judiskt motstånd under Förintelsen",
                "release_date": "2023-01-24",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6OWCSj6Axvo1HaWl60yuYS"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/b323efde89c89f7c697edc47b94afb15e8aa7035",
                "description": "Vetenskapsradion Historia fortsätter resan i etruskernas fotspår, i jakt på det mytomspunna folkets liv för 2 500 år sedan, bland mäktiga tempelruiner och praktfulla gravkammare.  Följ med Tobias Svanelid och arkeologen Richard Holmgren i etruskernas fotspår  när de fortsätter att söka efter spåren efter såväl de levande som de döda etruskerna. I San Giovenales 2 500-åriga ruiner testar man dryckesspel och i Tarquinias tempelruiner diskuteras augurernas och andra etruskiska siares förmågor att förutsäga framtiden. Dessutom besöker man de magnifika gravfälten i Monterozzi  Italiens Konungarnas dal, testar att måla svartfigurig keramik på etruskiskt vis, och reser till Banditaccianekropolen, den antika medelhavsvärldens största gravplats med praktfulla gravar som skildrar livet på 500-talet före Kristus.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/1MSkmRUjGpcOC2Q4UrBHsx"
                },
                "href": "https://api.spotify.com/v1/episodes/1MSkmRUjGpcOC2Q4UrBHsx",
                "html_description": "Vetenskapsradion Historia fortsätter resan i etruskernas fotspår, i jakt på det mytomspunna folkets liv för 2 500 år sedan, bland mäktiga tempelruiner och praktfulla gravkammare. <br /><br /> Följ med Tobias Svanelid och arkeologen Richard Holmgren i etruskernas fotspår  när de fortsätter att söka efter spåren efter såväl de levande som de döda etruskerna. I San Giovenales 2 500-åriga ruiner testar man dryckesspel och i Tarquinias tempelruiner diskuteras augurernas och andra etruskiska siares förmågor att förutsäga framtiden. Dessutom besöker man de magnifika gravfälten i Monterozzi  Italiens Konungarnas dal, testar att måla svartfigurig keramik på etruskiskt vis, och reser till Banditaccianekropolen, den antika medelhavsvärldens största gravplats med praktfulla gravar som skildrar livet på 500-talet före Kristus.",
                "id": "1MSkmRUjGpcOC2Q4UrBHsx",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a537376c5d636741e3113653b",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f537376c5d636741e3113653b",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d537376c5d636741e3113653b",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "I etruskernas fotspår",
                "release_date": "2023-01-17",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:1MSkmRUjGpcOC2Q4UrBHsx"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/06cffa10385089272216a19db60410bf07123343",
                "description": "Följ med Tobias Svanelid och arkeologen Richard Holmgren på en resa i etruskernas värld. Vad var det för folk som föregick romarna som Italiens härskare och varifrån kom de?  De dominerade de italienska halvön hundratals år innan romarna steg upp på scenen, och de utvecklade en kultur som än idag fascinerar och förbryllar. Vetenskapsradion Historias Tobias Svanelid reser med arkeologen Richard Holmgren till etruskernas värld för att ta reda på vilka detta mytomspunna folk egentligen var. I gravkammare, djupa raviner och bland etruskiska ruiner och lämningar diskuteras bland annat frågan om etruskernas mystiska ursprung och språk. Var kom de egentligen ifrån? Och så diskuteras en teori till varför etruskerna kom att få en så dominant position runt Medelhavet för 2 500 år sedan.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3qnAJYd3yhwNpHQ9mJ23xS"
                },
                "href": "https://api.spotify.com/v1/episodes/3qnAJYd3yhwNpHQ9mJ23xS",
                "html_description": "Följ med Tobias Svanelid och arkeologen Richard Holmgren på en resa i etruskernas värld. Vad var det för folk som föregick romarna som Italiens härskare och varifrån kom de? <br /><br /> De dominerade de italienska halvön hundratals år innan romarna steg upp på scenen, och de utvecklade en kultur som än idag fascinerar och förbryllar. Vetenskapsradion Historias Tobias Svanelid reser med arkeologen Richard Holmgren till etruskernas värld för att ta reda på vilka detta mytomspunna folk egentligen var. I gravkammare, djupa raviner och bland etruskiska ruiner och lämningar diskuteras bland annat frågan om etruskernas mystiska ursprung och språk. Var kom de egentligen ifrån? Och så diskuteras en teori till varför etruskerna kom att få en så dominant position runt Medelhavet för 2 500 år sedan.",
                "id": "3qnAJYd3yhwNpHQ9mJ23xS",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a7118bd77c986982b079ae3cb",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f7118bd77c986982b079ae3cb",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d7118bd77c986982b079ae3cb",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "De mytomspunna etruskerna",
                "release_date": "2023-01-10",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3qnAJYd3yhwNpHQ9mJ23xS"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/df961768a0d0a7c1256f12d406c067385faa6341",
                "description": "Demokratiska städer, buffeltokiga präriefolk och mänsklig uppfinningsrikedom och lekfullhet står i fokus när forntidshistorien nu skrivs om. Vi träffar författaren till omdebatterade Början på allt.  Vår bild av forntiden och människans förhistoria formades för hundratals år sedan, men är dags att slå sönder. I boken Början på allt vill arkeologen David Wengrow och antropologen David Graeber ge en myllrande bild av alla de olika sätt som forntidsmänniskan format sina städer och tidiga civilisationer på. Glöm föreställningarna om en ursprunglig utopisk harmoni eller ett allas krig mot alla  forntiden kunde vara allt detta men mycket, mycket mer.Dessutom listar Urban Björstadius det gångna årets tio viktigaste arkeologiska upptäckter och så träffar vi egyptologen Zahi Hawass som suttit som en spindel i nätet i all fornegyptisk forskning de senaste femtio åren och nu är engagerad i utgrävningarna av den bländande staden Aten.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/52SjIso8es7SvxytK99pJn"
                },
                "href": "https://api.spotify.com/v1/episodes/52SjIso8es7SvxytK99pJn",
                "html_description": "Demokratiska städer, buffeltokiga präriefolk och mänsklig uppfinningsrikedom och lekfullhet står i fokus när forntidshistorien nu skrivs om. Vi träffar författaren till omdebatterade Början på allt. <br /><br /> Vår bild av forntiden och människans förhistoria formades för hundratals år sedan, men är dags att slå sönder. I boken Början på allt vill arkeologen David Wengrow och antropologen David Graeber ge en myllrande bild av alla de olika sätt som forntidsmänniskan format sina städer och tidiga civilisationer på. Glöm föreställningarna om en ursprunglig utopisk harmoni eller ett allas krig mot alla  forntiden kunde vara allt detta men mycket, mycket mer.Dessutom listar Urban Björstadius det gångna årets tio viktigaste arkeologiska upptäckter och så träffar vi egyptologen Zahi Hawass som suttit som en spindel i nätet i all fornegyptisk forskning de senaste femtio åren och nu är engagerad i utgrävningarna av den bländande staden Aten.Programledare är Tobias Svanelid.",
                "id": "52SjIso8es7SvxytK99pJn",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ac8ebfe77c168c59fa5a991e6",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fc8ebfe77c168c59fa5a991e6",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dc8ebfe77c168c59fa5a991e6",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Forntidens historia skrivs om",
                "release_date": "2023-01-03",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:52SjIso8es7SvxytK99pJn"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/b0a537ba043486fb098e88cd76d7be6dc823fca0",
                "description": "Vad minns du av historieåret 2022? Följ med Tobias Svanelid till årets jubileer och mest spännande forskning!  Historiskt storkrig i Europa, historiskt höga elpriser och en historiskt skenande inflation. År 2022 har varit ett historiskt år, och Vetenskapsradion Historias Tobias Svanelid guidar dig runt bland de viktigaste historiska händelserna, från Vasaloppsjubileum till återskapade historiska spritsorter.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/4hK61wlkooPyRcS9TB2sr5"
                },
                "href": "https://api.spotify.com/v1/episodes/4hK61wlkooPyRcS9TB2sr5",
                "html_description": "Vad minns du av historieåret 2022? Följ med Tobias Svanelid till årets jubileer och mest spännande forskning! <br /><br /> Historiskt storkrig i Europa, historiskt höga elpriser och en historiskt skenande inflation. År 2022 har varit ett historiskt år, och Vetenskapsradion Historias Tobias Svanelid guidar dig runt bland de viktigaste historiska händelserna, från Vasaloppsjubileum till återskapade historiska spritsorter.",
                "id": "4hK61wlkooPyRcS9TB2sr5",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8af15ccf7523348d3ec743b0aa",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1ff15ccf7523348d3ec743b0aa",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68df15ccf7523348d3ec743b0aa",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Historieåret 2022 avrundas",
                "release_date": "2022-12-27",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:4hK61wlkooPyRcS9TB2sr5"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/3caf8ce68782ff318aca069b574e9c3b14934641",
                "description": "Följ med Tobias Svanelid till Rhodos där spåren efter en av världshistoriens blodigaste belägringar fortfarande finns kvar. Hör om riddarnas sista strid, där johanniterorden försvarade sig mot turkar.  För femhundra år sedan utspelade sig en av världshistoriens blodigaste och mest ikoniska belägringar. Uppemot 70 000 turkiska soldater stod mot 700 korsriddare på den grekiska ön Rhodos i vad som vissa menat var riddarnas sista strid. Tobias Svanelid reser till Rhodos för att se de mäktiga befästningarna och diskuterar belägringen med historikern Dick Harrison och vad striden kom att leda till för såväl johanniterorden som för turkarna.Dessutom träffar vi historikern som försöker förklara varför det känns så skönt när svenska skidlöpare vinner mot norrmän i OS.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5emGcpaVVCSzPiTtmak3Md"
                },
                "href": "https://api.spotify.com/v1/episodes/5emGcpaVVCSzPiTtmak3Md",
                "html_description": "Följ med Tobias Svanelid till Rhodos där spåren efter en av världshistoriens blodigaste belägringar fortfarande finns kvar. Hör om riddarnas sista strid, där johanniterorden försvarade sig mot turkar. <br /><br /> För femhundra år sedan utspelade sig en av världshistoriens blodigaste och mest ikoniska belägringar. Uppemot 70 000 turkiska soldater stod mot 700 korsriddare på den grekiska ön Rhodos i vad som vissa menat var riddarnas sista strid. Tobias Svanelid reser till Rhodos för att se de mäktiga befästningarna och diskuterar belägringen med historikern Dick Harrison och vad striden kom att leda till för såväl johanniterorden som för turkarna.Dessutom träffar vi historikern som försöker förklara varför det känns så skönt när svenska skidlöpare vinner mot norrmän i OS.",
                "id": "5emGcpaVVCSzPiTtmak3Md",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a75cbeeb1e70c7f821a28b2a4",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f75cbeeb1e70c7f821a28b2a4",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d75cbeeb1e70c7f821a28b2a4",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Belägringen av Rhodos 1522",
                "release_date": "2022-12-20",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5emGcpaVVCSzPiTtmak3Md"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/d1ce0826dbad511e66f2eedc56d715278009ea48",
                "description": "Glimrande hovliv, smarriga kolbullar, kloka korpar och fjälliga sjömänniskor samsas i Vetenskapsradion Historias julklappsboktips! Och så testar vi brädspelet i Jane Austens herrgårds-England!  Missa inte Vetenskapsradion Historias julklappstips där Kristina Ekero Eriksson, Urban Björstadius och Tobias Svanelid tipsar om böcker om glimrande hovliv och kungligheter, om kolning, saffran, korpar och mycket, mycket annat. Och så testar Spelpanelen att navigera i Englands Downton Abbey-miljö i spelet Obsession och att överleva Första världskriget i The Grizzled.Böckerna och spelen som nämnts i programmet:Sagan om Saffran av Gunnel CarlssonKarl XV av Thorsten SandbergFrån Savolaxbrigden till Särskilda skyddsgruppen av Fredrik Eriksson, Lars Ericson Wolke och Gunnar ÅseliusAnfallskrigens argument av Ove BringTill eftervärlden av Marianne Molander BeyerDödens idéhistoria av Karin Dirke, Andreas Hellerstedt och Martin Wiklund (red)Mumier av Sofia HäggmanDe utomordentliga av Maja BondestamHovet av Björn AskerKolning av Gunnar NygrenKorpen av Bengt-Erik Engholm och Lina BlixtEuropas mödrar av Karin BojsJärnålderns symboler och dolda budskap av Kent AnderssonObsession av Dan HallagenThe Grizzled av Fabien Riffaud och Juan Rodriguez",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2xC5qxAqcxqNQpd1geIn7H"
                },
                "href": "https://api.spotify.com/v1/episodes/2xC5qxAqcxqNQpd1geIn7H",
                "html_description": "Glimrande hovliv, smarriga kolbullar, kloka korpar och fjälliga sjömänniskor samsas i Vetenskapsradion Historias julklappsboktips! Och så testar vi brädspelet i Jane Austens herrgårds-England! <br /><br /> Missa inte Vetenskapsradion Historias julklappstips där Kristina Ekero Eriksson, Urban Björstadius och Tobias Svanelid tipsar om böcker om glimrande hovliv och kungligheter, om kolning, saffran, korpar och mycket, mycket annat. Och så testar Spelpanelen att navigera i Englands Downton Abbey-miljö i spelet Obsession och att överleva Första världskriget i The Grizzled.Böckerna och spelen som nämnts i programmet:Sagan om Saffran av Gunnel CarlssonKarl XV av Thorsten SandbergFrån Savolaxbrigden till Särskilda skyddsgruppen av Fredrik Eriksson, Lars Ericson Wolke och Gunnar ÅseliusAnfallskrigens argument av Ove BringTill eftervärlden av Marianne Molander BeyerDödens idéhistoria av Karin Dirke, Andreas Hellerstedt och Martin Wiklund (red)Mumier av Sofia HäggmanDe utomordentliga av Maja BondestamHovet av Björn AskerKolning av Gunnar NygrenKorpen av Bengt-Erik Engholm och Lina BlixtEuropas mödrar av Karin BojsJärnålderns symboler och dolda budskap av Kent AnderssonObsession av Dan HallagenThe Grizzled av Fabien Riffaud och Juan Rodriguez",
                "id": "2xC5qxAqcxqNQpd1geIn7H",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a0644c9896f8466a39e90fc17",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f0644c9896f8466a39e90fc17",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d0644c9896f8466a39e90fc17",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Hovliv och kolbullar",
                "release_date": "2022-12-13",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2xC5qxAqcxqNQpd1geIn7H"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/55c6902d9659931a9e9e25b0b9a20ceb59bf91af",
                "description": "För femtio år sedan landade Apollo 17 på månen, men nu är vi på väg dit igen. Hör om människans ständiga längtan efter månen och vad vi genom historien trott och tänkt om denna mystiska himlakropp.  Det har gått femtio år sedan människan senast satte fötterna på månen men nu är vi så smått på väg dit igen. Tobias Svanelid samtalar med arkeologen och amatörastronomen Jonathan Lindström om vad månen betytt för oss människor genom historien och vad vi trott om denna den närmsta av våra himlakroppar. Var månfläckarna egentligen utspilld tjära? Kunde man starta kring när månen stod i nedan? Är det sant att vi blir mångalna?Och så berättar historikern Lisa Svanfeldt-Winter om sin forskning om 1800-talets vetenskapsdebatt om huruvida jorden var platt. Idag frodas dessa tankar på sociala medier, men redan i mitten av 1800-talet lanserade Samuel Rowbotham sina teorier om en platt jord.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/11L6kL6k1bSmS61bToXL3g"
                },
                "href": "https://api.spotify.com/v1/episodes/11L6kL6k1bSmS61bToXL3g",
                "html_description": "För femtio år sedan landade Apollo 17 på månen, men nu är vi på väg dit igen. Hör om människans ständiga längtan efter månen och vad vi genom historien trott och tänkt om denna mystiska himlakropp. <br /><br /> Det har gått femtio år sedan människan senast satte fötterna på månen men nu är vi så smått på väg dit igen. Tobias Svanelid samtalar med arkeologen och amatörastronomen Jonathan Lindström om vad månen betytt för oss människor genom historien och vad vi trott om denna den närmsta av våra himlakroppar. Var månfläckarna egentligen utspilld tjära? Kunde man starta kring när månen stod i nedan? Är det sant att vi blir mångalna?Och så berättar historikern Lisa Svanfeldt-Winter om sin forskning om 1800-talets vetenskapsdebatt om huruvida jorden var platt. Idag frodas dessa tankar på sociala medier, men redan i mitten av 1800-talet lanserade Samuel Rowbotham sina teorier om en platt jord.",
                "id": "11L6kL6k1bSmS61bToXL3g",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a8b3c6c23a2bf767b286e6f27",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f8b3c6c23a2bf767b286e6f27",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d8b3c6c23a2bf767b286e6f27",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Människans längtan till månen",
                "release_date": "2022-12-06",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:11L6kL6k1bSmS61bToXL3g"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/31ef36a91ba2fc9bc9cd38b4c174f4d1c8cae340",
                "description": "Bänka dig i biofåtöljen och hör historikerna granska bioaktuella The Woman King, om Afrikas amazoner och Devotion - Top Gun i Koreakrigsmiljö!  I hundratals år stred kvinnor som elitsoldater i det afrikanska kungariket Dahomeys armé. Nu skildras deras liv och öden i bioaktuella The Woman King och Vetenskapsradion Historia granskar filmens historiska kvalitéer med hjälp av historikern Anders Claréus och diskuterar kvinnliga krigare och kvinnors deltagande i historiska krig med författaren Anna Larsdotter.Dessutom granskar vi aktuella Devotion  en Top Gun-film under Koreakriget där Armémuseets Thomas Roth delar ut betyg.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3CRQcqucr4Qa6Jo7nB53U9"
                },
                "href": "https://api.spotify.com/v1/episodes/3CRQcqucr4Qa6Jo7nB53U9",
                "html_description": "Bänka dig i biofåtöljen och hör historikerna granska bioaktuella The Woman King, om Afrikas amazoner och Devotion - Top Gun i Koreakrigsmiljö! <br /><br /> I hundratals år stred kvinnor som elitsoldater i det afrikanska kungariket Dahomeys armé. Nu skildras deras liv och öden i bioaktuella The Woman King och Vetenskapsradion Historia granskar filmens historiska kvalitéer med hjälp av historikern Anders Claréus och diskuterar kvinnliga krigare och kvinnors deltagande i historiska krig med författaren Anna Larsdotter.Dessutom granskar vi aktuella Devotion  en Top Gun-film under Koreakriget där Armémuseets Thomas Roth delar ut betyg.Programledare är Tobias Svanelid.",
                "id": "3CRQcqucr4Qa6Jo7nB53U9",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a4e038afcbeeb4cdd9915bb28",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f4e038afcbeeb4cdd9915bb28",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d4e038afcbeeb4cdd9915bb28",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Afrikas amazoner på bio",
                "release_date": "2022-11-29",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3CRQcqucr4Qa6Jo7nB53U9"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/63c99681e302c2dc881cc2efaa65f65d723ee560",
                "description": "Smutsiga men ståtliga och tatuerade elitkrigare. Så beskrev muslimen Ibn Fadlan sitt möte med vikingar år 922. Men vad berättar han egentligen om relationen mellan nordbor och muslimer?  År 922 mötte den muslimske resenären vikingar under sina resor i nuvarande Ryssland. Han beskrev deras barbariska sedvänjor, deras obefintliga personliga hygien, deras tatueringar och hur en hövding begravdes i en båt. Men han talade också om dem som ståtliga och högvuxna krigare. Tobias Svanelid samlas arkeologen Charlotte Hedenstierna Jonsson och religionsvetaren Simon Sorgenfrei för att diskutera vad Ibn Fadlans berättelse betytt för vår förståelse av vikingar, men också vad den kan berätta om relationerna mellan Skandinavien och dåtidens högkultur, de muslimska kalifaten.Dessutom svarar Dick Harrison på en lyssnarfråga om vad vi egentligen vet om slaget vid Herrevadsbro år 1251, slaget som påstås lagt grunden för det moderna Sverige och banat vägen för den nya staden Stockholm.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/04HzXcqi8UoWk1MSrHAqWf"
                },
                "href": "https://api.spotify.com/v1/episodes/04HzXcqi8UoWk1MSrHAqWf",
                "html_description": "Smutsiga men ståtliga och tatuerade elitkrigare. Så beskrev muslimen Ibn Fadlan sitt möte med vikingar år 922. Men vad berättar han egentligen om relationen mellan nordbor och muslimer? <br /><br /> År 922 mötte den muslimske resenären vikingar under sina resor i nuvarande Ryssland. Han beskrev deras barbariska sedvänjor, deras obefintliga personliga hygien, deras tatueringar och hur en hövding begravdes i en båt. Men han talade också om dem som ståtliga och högvuxna krigare. Tobias Svanelid samlas arkeologen Charlotte Hedenstierna Jonsson och religionsvetaren Simon Sorgenfrei för att diskutera vad Ibn Fadlans berättelse betytt för vår förståelse av vikingar, men också vad den kan berätta om relationerna mellan Skandinavien och dåtidens högkultur, de muslimska kalifaten.Dessutom svarar Dick Harrison på en lyssnarfråga om vad vi egentligen vet om slaget vid Herrevadsbro år 1251, slaget som påstås lagt grunden för det moderna Sverige och banat vägen för den nya staden Stockholm.",
                "id": "04HzXcqi8UoWk1MSrHAqWf",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ab7604c0461bd9a2489f58a03",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fb7604c0461bd9a2489f58a03",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68db7604c0461bd9a2489f58a03",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Ibn Fadlans möte med vikingar",
                "release_date": "2022-11-22",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:04HzXcqi8UoWk1MSrHAqWf"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/f7cdd266162f0024036f4c54a443c5275cda2a67",
                "description": "Omkring 300 människor miste livet i det kalla novembervattnet 1872, när havet höjdes drygt 3 meter och slog sönder kusterna längs södra Östersjön. Vi söker spåren efter denna bortglömda katastrof.  För 150 år sedan översköljdes Östersjöns kuster av en stormflod. Havsnivån höjdes på sina ställen med mer än tre meter och hundratals människor drunknade i det iskalla vattnet. Tobias Svanelid vandrar runt på Falsterbonäset där det fortfarande finns spår kvar efter stormfloden 1872, och träffar kustingenjören Caroline Hallin som berättar om katastrofen och vad vi idag kan lära av den.Och så uppmärksammar vi tidskapseln från Storkyrkan som presenterades för allmänheten tidigare i höstas, men som bär på ytterligare dolda budskap.Dessutom granskar vi Netflixfilmen På västfronten intet nytt och tar reda på vad den kan säga om vår tids skyttegravskrig i Ukraina.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5vuboOq73oBTsTumCHE3E8"
                },
                "href": "https://api.spotify.com/v1/episodes/5vuboOq73oBTsTumCHE3E8",
                "html_description": "Omkring 300 människor miste livet i det kalla novembervattnet 1872, när havet höjdes drygt 3 meter och slog sönder kusterna längs södra Östersjön. Vi söker spåren efter denna bortglömda katastrof. <br /><br /> För 150 år sedan översköljdes Östersjöns kuster av en stormflod. Havsnivån höjdes på sina ställen med mer än tre meter och hundratals människor drunknade i det iskalla vattnet. Tobias Svanelid vandrar runt på Falsterbonäset där det fortfarande finns spår kvar efter stormfloden 1872, och träffar kustingenjören Caroline Hallin som berättar om katastrofen och vad vi idag kan lära av den.Och så uppmärksammar vi tidskapseln från Storkyrkan som presenterades för allmänheten tidigare i höstas, men som bär på ytterligare dolda budskap.Dessutom granskar vi Netflixfilmen På västfronten intet nytt och tar reda på vad den kan säga om vår tids skyttegravskrig i Ukraina.",
                "id": "5vuboOq73oBTsTumCHE3E8",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ad788851b76498f5c9b55dbad",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fd788851b76498f5c9b55dbad",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dd788851b76498f5c9b55dbad",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Stormfloden 1872",
                "release_date": "2022-11-15",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5vuboOq73oBTsTumCHE3E8"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/dfc72b57909555fcca6b5eff6622276919e2142e",
                "description": "Var det bläckfiskar, hajar eller galna mördare som orsakade Mary Celestes undergång. I 150 år har man nu spekulerat om spökskeppets öde och varför besättningen var spårlöst försvunnen.  I november 1872, för 150 år sedan, satte Mary Celeste segel för sin resa över Atlanten. Några veckor senare hittas hon drivande i vågorna utanför Portugals kust. Hennes besättning är spårlöst försvunnen. Allt sedan dess har spekulationerna om vad som hände Mary Celeste varit många och Tobias Svanelid reder ut bland teorierna om spökskeppets öden och äventyr, bland hajar, bläckfiskar, galna mördare och explosioner.Dessutom svarar Dick Harrison på en lyssnarfråga om varför Norge blev monarki och inte republik vid unionsupplösningen 1905.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6T7xgiOEJ8advsXfZOfiEL"
                },
                "href": "https://api.spotify.com/v1/episodes/6T7xgiOEJ8advsXfZOfiEL",
                "html_description": "Var det bläckfiskar, hajar eller galna mördare som orsakade Mary Celestes undergång. I 150 år har man nu spekulerat om spökskeppets öde och varför besättningen var spårlöst försvunnen. <br /><br /> I november 1872, för 150 år sedan, satte Mary Celeste segel för sin resa över Atlanten. Några veckor senare hittas hon drivande i vågorna utanför Portugals kust. Hennes besättning är spårlöst försvunnen. Allt sedan dess har spekulationerna om vad som hände Mary Celeste varit många och Tobias Svanelid reder ut bland teorierna om spökskeppets öden och äventyr, bland hajar, bläckfiskar, galna mördare och explosioner.Dessutom svarar Dick Harrison på en lyssnarfråga om varför Norge blev monarki och inte republik vid unionsupplösningen 1905.",
                "id": "6T7xgiOEJ8advsXfZOfiEL",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aaf8163b0c72ce6d3cb92042f",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1faf8163b0c72ce6d3cb92042f",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68daf8163b0c72ce6d3cb92042f",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Spökskeppet Mary Celeste",
                "release_date": "2022-11-08",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6T7xgiOEJ8advsXfZOfiEL"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/feda4d72714de4e6885323985448409b039f7ffb",
                "description": "Han var en av Egyptens kortast regerande faraoner och dog knappt 20 år gammal. Ändå skulle upptäckten av hans grav ta världen med storm och orsaka faraos förbannelse.  Jag ser underbara ting rapporterade Howard Carter när han som första människa på mer än 3000 år kikade in i Tutanchamons grav för exakt 100 år sedan. Vetenskapsradion Historia berättar om upptäckten som tog världen med storm och födde en Egyptenfeber utan like. Och som dessutom följdes av flertalet mystiska dödsfall  men vad ligger det egentligen för sanning i påståendena om mumiens förbannelse?Panelen med Jonathan Lindström och Kristina Ekero Eriksson återsamlas också för att diskutera andra banbrytande upptäckter i skuggan av Tutanchamon, och om de själva känt av förhistoriska förbannelser under sina egna arkeologiska utgrävningar.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/74unMg1Sta60SZV5gdjSqC"
                },
                "href": "https://api.spotify.com/v1/episodes/74unMg1Sta60SZV5gdjSqC",
                "html_description": "Han var en av Egyptens kortast regerande faraoner och dog knappt 20 år gammal. Ändå skulle upptäckten av hans grav ta världen med storm och orsaka faraos förbannelse. <br /><br /> Jag ser underbara ting rapporterade Howard Carter när han som första människa på mer än 3000 år kikade in i Tutanchamons grav för exakt 100 år sedan. Vetenskapsradion Historia berättar om upptäckten som tog världen med storm och födde en Egyptenfeber utan like. Och som dessutom följdes av flertalet mystiska dödsfall  men vad ligger det egentligen för sanning i påståendena om mumiens förbannelse?Panelen med Jonathan Lindström och Kristina Ekero Eriksson återsamlas också för att diskutera andra banbrytande upptäckter i skuggan av Tutanchamon, och om de själva känt av förhistoriska förbannelser under sina egna arkeologiska utgrävningar.Programledare är Tobias Svanelid.",
                "id": "74unMg1Sta60SZV5gdjSqC",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a5a283aa2fb103f081f170b34",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f5a283aa2fb103f081f170b34",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d5a283aa2fb103f081f170b34",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Tutanchamonfeber i hundra år",
                "release_date": "2022-11-01",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:74unMg1Sta60SZV5gdjSqC"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/5f4865ed84fe62992b252d8207f403181febe503",
                "description": "Vilka argument kan motivera ett anfallskrig. Genom årtusendena har stater, kungar och presidenter försökt rättfärdiga sina aggressionskrig och Vetenskapsradion Historia kartlägger argumenten.  Vi har rätten på vår sida. Vi är starkare. Motståndarna torterar våra vänner eller är nazister. Och det var fienden som sköt först. Så lyder anfallskrigens argument genom historien, från det antika Atens anfall på ön Melos, via Gustav III:s anfall på Ryssland och Putins anfall mot Ukraina. Vi träffar folkrättsexperten Ove Bring som undersökt anfallskrigens argument i en aktuell bok.Vi uppmärksammar också det nya fyndet av regalskeppet Äpplet, Vasaskeppets systerfartyg, som hittats på bottnen utanför Vaxholm.Dessutom reder Dick Harrison ut en lyssnarfråga om Ragnar Lodbrok. Vad vet vi egentligen om denna vikingahövdings existens?Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5glIX0MIjLjBLrxKzRhgNq"
                },
                "href": "https://api.spotify.com/v1/episodes/5glIX0MIjLjBLrxKzRhgNq",
                "html_description": "Vilka argument kan motivera ett anfallskrig. Genom årtusendena har stater, kungar och presidenter försökt rättfärdiga sina aggressionskrig och Vetenskapsradion Historia kartlägger argumenten. <br /><br /> Vi har rätten på vår sida. Vi är starkare. Motståndarna torterar våra vänner eller är nazister. Och det var fienden som sköt först. Så lyder anfallskrigens argument genom historien, från det antika Atens anfall på ön Melos, via Gustav III:s anfall på Ryssland och Putins anfall mot Ukraina. Vi träffar folkrättsexperten Ove Bring som undersökt anfallskrigens argument i en aktuell bok.Vi uppmärksammar också det nya fyndet av regalskeppet Äpplet, Vasaskeppets systerfartyg, som hittats på bottnen utanför Vaxholm.Dessutom reder Dick Harrison ut en lyssnarfråga om Ragnar Lodbrok. Vad vet vi egentligen om denna vikingahövdings existens?Programledare är Tobias Svanelid.",
                "id": "5glIX0MIjLjBLrxKzRhgNq",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aecb4ef4fc72d026f57a0ad41",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fecb4ef4fc72d026f57a0ad41",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68decb4ef4fc72d026f57a0ad41",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Därför startar vi krig",
                "release_date": "2022-10-25",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5glIX0MIjLjBLrxKzRhgNq"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/98398bbc6ac9c60553b8823059bbc8e31024996f",
                "description": "Nu återskapas två historiska spritsorter som kan skänka smaken av 1600-talet. Hör Vetenskapsradion Historia testa Vasaskeppets brännvin och 1700-talets mirakelkur - nu utan huggormskött!  En tydlig ton av anis präglar brännvinet som hittades ombord på Vasaskeppet när hon bärgades. Nu har spriten återskapats och Vetenskapsradion Historia uppmärksammar detta kanske världens äldsta bevarade brännvin, och diskuterar också konsten och utmaningarna med att återskapa historisk sprit. För samtidigt som Vasadrycken lanseras kommer också 1700-talets mirakelmedicin Hjärnes Testamente ut i handeln, men där tillverkarna fått utesluta bland annat originalingredienserna huggorm och opium.Dessutom uppmärksammar vi Ettans snus som fyller 200 år och därmed blivit Sveriges kanske äldsta varumärke som fortfarande finns i livsmedelshandeln. Hur väl liknar dagens snus 1820-talets?Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/4SEMDUbGpUWFcTQk62e5ox"
                },
                "href": "https://api.spotify.com/v1/episodes/4SEMDUbGpUWFcTQk62e5ox",
                "html_description": "Nu återskapas två historiska spritsorter som kan skänka smaken av 1600-talet. Hör Vetenskapsradion Historia testa Vasaskeppets brännvin och 1700-talets mirakelkur - nu utan huggormskött! <br /><br /> En tydlig ton av anis präglar brännvinet som hittades ombord på Vasaskeppet när hon bärgades. Nu har spriten återskapats och Vetenskapsradion Historia uppmärksammar detta kanske världens äldsta bevarade brännvin, och diskuterar också konsten och utmaningarna med att återskapa historisk sprit. För samtidigt som Vasadrycken lanseras kommer också 1700-talets mirakelmedicin Hjärnes Testamente ut i handeln, men där tillverkarna fått utesluta bland annat originalingredienserna huggorm och opium.Dessutom uppmärksammar vi Ettans snus som fyller 200 år och därmed blivit Sveriges kanske äldsta varumärke som fortfarande finns i livsmedelshandeln. Hur väl liknar dagens snus 1820-talets?Programledare är Tobias Svanelid.",
                "id": "4SEMDUbGpUWFcTQk62e5ox",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a4f54e7a23f621e24a3785d64",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f4f54e7a23f621e24a3785d64",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d4f54e7a23f621e24a3785d64",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Så smakar Vasas brännvin",
                "release_date": "2022-10-18",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:4SEMDUbGpUWFcTQk62e5ox"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/6eb73b9571cc30c039f8d5a08464e92c6f2e67ec",
                "description": "Under hundratals år levde många svenskar säsongsvis vid Norrlandskusten för att fiska i Bottenviken. Fiskarkapellen var mötespunkten som skänkte trygghet och tröst och nu kartläggs deras kulturarv.  För 400 år sedan började mellansvenska bönder resa till Norrlandskusten för att fiska. Ofta tog man med sig hela familjen och gårdens djur och tjänstefolk och var borta hela sommaren. Under det hårda livet bland Höga Kustens kobbar och skär var fiskekapellen ofta den enda trösten. Idag vittnar de om ett månghundraårigt kulturarv och nu har kapellen i Ångermanland och Medelpad undersökts. Vetenskapsradion Historia besöker Barsta kapell för att berätta fiskarkapellens spännande historia.Dessutom svarar Dick Harrison på en lyssnarfråga om svedjefinnarnas historia i Värmland  hur länge bibehöll man sina finska traditioner och finska namn egentligen?Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2sSYWETyAk9LcUSkX5Z2GE"
                },
                "href": "https://api.spotify.com/v1/episodes/2sSYWETyAk9LcUSkX5Z2GE",
                "html_description": "Under hundratals år levde många svenskar säsongsvis vid Norrlandskusten för att fiska i Bottenviken. Fiskarkapellen var mötespunkten som skänkte trygghet och tröst och nu kartläggs deras kulturarv. <br /><br /> För 400 år sedan började mellansvenska bönder resa till Norrlandskusten för att fiska. Ofta tog man med sig hela familjen och gårdens djur och tjänstefolk och var borta hela sommaren. Under det hårda livet bland Höga Kustens kobbar och skär var fiskekapellen ofta den enda trösten. Idag vittnar de om ett månghundraårigt kulturarv och nu har kapellen i Ångermanland och Medelpad undersökts. Vetenskapsradion Historia besöker Barsta kapell för att berätta fiskarkapellens spännande historia.Dessutom svarar Dick Harrison på en lyssnarfråga om svedjefinnarnas historia i Värmland  hur länge bibehöll man sina finska traditioner och finska namn egentligen?Programledare är Tobias Svanelid.",
                "id": "2sSYWETyAk9LcUSkX5Z2GE",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a9b739e5f95a69eabac3af252",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f9b739e5f95a69eabac3af252",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d9b739e5f95a69eabac3af252",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Fiskarkapellens spännande kulturarv",
                "release_date": "2022-10-11",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2sSYWETyAk9LcUSkX5Z2GE"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/9c7643fb9ad38cf1858bd3580e9c6339d825a5e0",
                "description": "Hur såg hallen ut där Uppåkras mäktiga hövdingar en gång bodde och höll hov och där de smidde planer för det förhistoriska Skåne i kamp mot daner och svear? Snart vet vi svaret!  I mer än 1000 år dominerade Uppåkra de rika jordbruksbygderna i Skåne, och trots att inte mer än någon promille grävts ut av arkeologer har redan makalösa fynd gjorts. Nu tas nya spadtag på platsen i jakt efter hövdingahallen i Uppåkra, där stolta dynastier avlöst varandra under många sekel.Tobias Svanelid promenerar runt i Uppåkra med Dick Harrison som i sin aktuella bok Tusen år i Uppåkra målar upp bilden av ett mäktigt hövdingadöme, där de rika makthavarna sannolikt kontrollerade den religiösa kulten som de styrde ifrån sin hall och ifrån det mystiska kulthus som redan varit känt av arkeologerna. Kanske tillhörde de stammen harubarder, ett mytomspunnet folk som verkar ha kämpat med daner om makten runt Öresund.Dessutom redogör arkeologerna Mats Roslund, Torbjörn Ahlström och Håkan Aspeborg för de kommande unika utgrävningar som nu planeras vid hövdingahallen och som kommer att sprida nytt ljus över platsen som så länge utgjorde en stabil maktbas i södra Skandinavien.Och så tar vi en snabbtitt på de pågående arkeologiska undersökningarna på Gotska sandön, där säljägare och fiskare bott och verkat i fyratusen år. ",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6PfvaqgLWebJioqPv3Tpfc"
                },
                "href": "https://api.spotify.com/v1/episodes/6PfvaqgLWebJioqPv3Tpfc",
                "html_description": "Hur såg hallen ut där Uppåkras mäktiga hövdingar en gång bodde och höll hov och där de smidde planer för det förhistoriska Skåne i kamp mot daner och svear? Snart vet vi svaret! <br /><br /> I mer än 1000 år dominerade Uppåkra de rika jordbruksbygderna i Skåne, och trots att inte mer än någon promille grävts ut av arkeologer har redan makalösa fynd gjorts. Nu tas nya spadtag på platsen i jakt efter hövdingahallen i Uppåkra, där stolta dynastier avlöst varandra under många sekel.Tobias Svanelid promenerar runt i Uppåkra med Dick Harrison som i sin aktuella bok Tusen år i Uppåkra målar upp bilden av ett mäktigt hövdingadöme, där de rika makthavarna sannolikt kontrollerade den religiösa kulten som de styrde ifrån sin hall och ifrån det mystiska kulthus som redan varit känt av arkeologerna. Kanske tillhörde de stammen harubarder, ett mytomspunnet folk som verkar ha kämpat med daner om makten runt Öresund.Dessutom redogör arkeologerna Mats Roslund, Torbjörn Ahlström och Håkan Aspeborg för de kommande unika utgrävningar som nu planeras vid hövdingahallen och som kommer att sprida nytt ljus över platsen som så länge utgjorde en stabil maktbas i södra Skandinavien.Och så tar vi en snabbtitt på de pågående arkeologiska undersökningarna på Gotska sandön, där säljägare och fiskare bott och verkat i fyratusen år. ",
                "id": "6PfvaqgLWebJioqPv3Tpfc",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aa255259e1238f1b559dcbaef",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fa255259e1238f1b559dcbaef",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68da255259e1238f1b559dcbaef",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Uppåkras hövdingahall grävs ut",
                "release_date": "2022-10-04",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6PfvaqgLWebJioqPv3Tpfc"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/955aa2926f9395e83fd80b007c2b3fb6aeacc782",
                "description": "För 200 år sedan knäcktes hieroglyfernas gåta med hjälp av texterna på den uråldriga Rosettastenen. Vi berättar hur det gick till, men också om Egyptens mumier som nu föräras en egen bok.  För 200 år sedan rusade språkvetaren Champollion till sin bror och utropade att han knäckt hieroglyfernas gåta. Vetenskapsradion Historia berättar historien om Rosettastenen som hittades i slutet av 1700-talet och som fungerade som en nyckel för att dechiffrera det fornegyptiska språket. Och om att en av nyckelpersonerna i pusslet faktiskt var svensk, Johan David Åkerblad, berättar historikern Fredrik Thomasson.Dessutom berättas de egyptiska mumiernas historia med anledning av aktuella boken Mumier. Egyptologen Sofia Häggman menar att det tog lång tid för de gamla egyptierna att bemästra den svåra konsten, som delvis påminner om ett PCR-test, och vi idag ofta glömmer att mumierna faktiskt är mänskliga kvarlevor och inte bara ett mytiskt väsen tillsammans med varulvar och vampyrer.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0QTLz2FQ7Ih4UDbnFfK5Ig"
                },
                "href": "https://api.spotify.com/v1/episodes/0QTLz2FQ7Ih4UDbnFfK5Ig",
                "html_description": "För 200 år sedan knäcktes hieroglyfernas gåta med hjälp av texterna på den uråldriga Rosettastenen. Vi berättar hur det gick till, men också om Egyptens mumier som nu föräras en egen bok. <br /><br /> För 200 år sedan rusade språkvetaren Champollion till sin bror och utropade att han knäckt hieroglyfernas gåta. Vetenskapsradion Historia berättar historien om Rosettastenen som hittades i slutet av 1700-talet och som fungerade som en nyckel för att dechiffrera det fornegyptiska språket. Och om att en av nyckelpersonerna i pusslet faktiskt var svensk, Johan David Åkerblad, berättar historikern Fredrik Thomasson.Dessutom berättas de egyptiska mumiernas historia med anledning av aktuella boken Mumier. Egyptologen Sofia Häggman menar att det tog lång tid för de gamla egyptierna att bemästra den svåra konsten, som delvis påminner om ett PCR-test, och vi idag ofta glömmer att mumierna faktiskt är mänskliga kvarlevor och inte bara ett mytiskt väsen tillsammans med varulvar och vampyrer.Programledare är Tobias Svanelid.",
                "id": "0QTLz2FQ7Ih4UDbnFfK5Ig",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ab386237c9df1a5b287ccd89a",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fb386237c9df1a5b287ccd89a",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68db386237c9df1a5b287ccd89a",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "När hieroglyferna knäcktes",
                "release_date": "2022-09-27",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0QTLz2FQ7Ih4UDbnFfK5Ig"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/1a1a7df417e12bafcf40ebe83b142a9503f9d256",
                "description": "Följ med till Bulverket - medeltidens sjunkna Atlantis - en gigantisk träplattform full av hus som nu kan avslöja 1000-åriga byggnadstekniker och vad plattformen en gång haft för funktion.  I början av medeltiden byggdes en enorm plattform av timmer ute i den grunda sjön Tingstäde träsk på Gotland. En kort tid senare övergavs platsen men ännu idag är bygget synligt som ett gigantiskt plockepinn någon meter under vattenytan. Tobias Svanelid hoppar i gummibåten tillsammans med arkeologen Peter dAgnan för att ta reda på vad Bulverket kan ha fyllt för funktion och för att fascineras av de extremt välbevarade träresterna som kan avslöja medeltidens byggnadstekniker.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6JjK4uJaxMh3DV6FJDP571"
                },
                "href": "https://api.spotify.com/v1/episodes/6JjK4uJaxMh3DV6FJDP571",
                "html_description": "Följ med till Bulverket - medeltidens sjunkna Atlantis - en gigantisk träplattform full av hus som nu kan avslöja 1000-åriga byggnadstekniker och vad plattformen en gång haft för funktion. <br /><br /> I början av medeltiden byggdes en enorm plattform av timmer ute i den grunda sjön Tingstäde träsk på Gotland. En kort tid senare övergavs platsen men ännu idag är bygget synligt som ett gigantiskt plockepinn någon meter under vattenytan. Tobias Svanelid hoppar i gummibåten tillsammans med arkeologen Peter dAgnan för att ta reda på vad Bulverket kan ha fyllt för funktion och för att fascineras av de extremt välbevarade träresterna som kan avslöja medeltidens byggnadstekniker.",
                "id": "6JjK4uJaxMh3DV6FJDP571",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a7adf99961dcffc84f2d22ec5",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f7adf99961dcffc84f2d22ec5",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d7adf99961dcffc84f2d22ec5",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Bulverket – medeltidens sjunkna Atlantis",
                "release_date": "2022-09-20",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6JjK4uJaxMh3DV6FJDP571"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/91662050a136b9aae974fa86c3ea8efe6f2ce0ca",
                "description": "En bonde med en kniv eller yxa i handen. Så såg 1600-talets typiska mördare ut visar den senaste forskningen som också försöker förstå varför dödligt våld blivit så mycket ovanligare i vår egen tid.  Antalet mord och dråp i Sverige har minskat avsevärt de senaste 400 åren. Vetenskapsradion Historia undersöker hur det kommer sig och hur det dödliga våldet såg ut på 1600-talet. I en ny forskningsrapport undersöker historikern Dag Lindström hur det dödliga våldet såg ut på 1640-talet, och kan visa att den typiska mördaren då var en bonde som tog livet av en nära vän eller granne i sitt eget hem med hjälp av ett skarpt föremål.Dessutom berättar historikern Gunnar Wetterberg om prästernas långa historia i Sverige  landets kanske viktigaste och mest inflytelserika yrkesgrupp som har tröstat och förmanat, begravt, vigt, döpt och predikat i tusen år. I hans aktuella bok Prästerna lyfts deras insats upp i ljuset.Programledare är Tobias Svanelid.",
                "duration_ms": 2685504,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5d8CxZvDo2eDyX6CuXze1M"
                },
                "href": "https://api.spotify.com/v1/episodes/5d8CxZvDo2eDyX6CuXze1M",
                "html_description": "En bonde med en kniv eller yxa i handen. Så såg 1600-talets typiska mördare ut visar den senaste forskningen som också försöker förstå varför dödligt våld blivit så mycket ovanligare i vår egen tid. <br /><br /> Antalet mord och dråp i Sverige har minskat avsevärt de senaste 400 åren. Vetenskapsradion Historia undersöker hur det kommer sig och hur det dödliga våldet såg ut på 1600-talet. I en ny forskningsrapport undersöker historikern Dag Lindström hur det dödliga våldet såg ut på 1640-talet, och kan visa att den typiska mördaren då var en bonde som tog livet av en nära vän eller granne i sitt eget hem med hjälp av ett skarpt föremål.Dessutom berättar historikern Gunnar Wetterberg om prästernas långa historia i Sverige  landets kanske viktigaste och mest inflytelserika yrkesgrupp som har tröstat och förmanat, begravt, vigt, döpt och predikat i tusen år. I hans aktuella bok Prästerna lyfts deras insats upp i ljuset.Programledare är Tobias Svanelid.",
                "id": "5d8CxZvDo2eDyX6CuXze1M",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ae82dcabc6ae42ceeb3f70eea",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fe82dcabc6ae42ceeb3f70eea",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68de82dcabc6ae42ceeb3f70eea",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "1600-talets dödliga våld utreds",
                "release_date": "2022-09-13",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5d8CxZvDo2eDyX6CuXze1M"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/28d0ae229d3f3c06689f60b66e1722a9585639a4",
                "description": "Sverige hade kunnat bli symbolen för frihet, jämlikhet och broderskap om det inte varit för Gustav III:s statskupp för 250 år sedan. Hör om den och om klimatkrisen 1770 som pågick samtidigt.  För 250 år sedan ställdes Sverige på ända. De demokratiska tendenser som börjat spira under Frihetstiden slog i ett slag sönder av Gustav III under hans statskupp. Vetenskapsradion Historia tar med sig historikern Jonas Nordin till Stockholms slott för att ta reda på hur kungen lyckades med kuppen och vilka politiska konsekvenser den fick för Sverige. Och vad som hade hänt om kuppen misslyckats?Dessutom lyfter historikern Dominik Collet upp den allvarliga klimatkrisen under 1770-talet som en okänd anledning till att statskuppen lyckades. I missväxttider och nödår lyckades Gustav III navigera skickligt, samtidigt som andra regenter i Europa drabbades betydligt hårdare.Och så uppmärksammar vi 400-årsdagen av den spanska galeonen Atochas undergång, och fyndet av hennes last som räknas som den värdefullaste i marinarkeologins historia.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3ImQwVrE6XBcb44zbZUk9x"
                },
                "href": "https://api.spotify.com/v1/episodes/3ImQwVrE6XBcb44zbZUk9x",
                "html_description": "Sverige hade kunnat bli symbolen för frihet, jämlikhet och broderskap om det inte varit för Gustav III:s statskupp för 250 år sedan. Hör om den och om klimatkrisen 1770 som pågick samtidigt. <br /><br /> För 250 år sedan ställdes Sverige på ända. De demokratiska tendenser som börjat spira under Frihetstiden slog i ett slag sönder av Gustav III under hans statskupp. Vetenskapsradion Historia tar med sig historikern Jonas Nordin till Stockholms slott för att ta reda på hur kungen lyckades med kuppen och vilka politiska konsekvenser den fick för Sverige. Och vad som hade hänt om kuppen misslyckats?Dessutom lyfter historikern Dominik Collet upp den allvarliga klimatkrisen under 1770-talet som en okänd anledning till att statskuppen lyckades. I missväxttider och nödår lyckades Gustav III navigera skickligt, samtidigt som andra regenter i Europa drabbades betydligt hårdare.Och så uppmärksammar vi 400-årsdagen av den spanska galeonen Atochas undergång, och fyndet av hennes last som räknas som den värdefullaste i marinarkeologins historia.Programledare är Tobias Svanelid.",
                "id": "3ImQwVrE6XBcb44zbZUk9x",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a3fefd4e69b1bcbcbb67905a5",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f3fefd4e69b1bcbcbb67905a5",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d3fefd4e69b1bcbcbb67905a5",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Gustav III:s statskupp",
                "release_date": "2022-09-06",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3ImQwVrE6XBcb44zbZUk9x"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/7831162321c2f6e2179dc18e509518437b5a6535",
                "description": "Hör Vetenskapsradion Historia live från Tantolunden där Panelen och Tobias Svanelid diskuterar historiska val och forntida demokrati, men också sjunger om Tantobommen och diskuterar mammutrumpor.  Vetenskapsradion Historia sänder live ifrån Ekermanska malmgården på Södermalm i Stockholm och bjuder in Historiepanelen med Kristina Ekero Eriksson, Jonathan Lindström och Annika Sandén för att diskutera historiska val och stockholmshistorier med Södermalmskoppling.Hör om vikingatida tingsplatser, om Torgny Lagman, om demokratiska säljägare och crossdressande 1600-talstjejer, och lyssna på musikalisk underhållning av The Apricots som spelar låtar med demokratihistorisk anknytning.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0IUR1AOhKItNRh0f44GC9I"
                },
                "href": "https://api.spotify.com/v1/episodes/0IUR1AOhKItNRh0f44GC9I",
                "html_description": "Hör Vetenskapsradion Historia live från Tantolunden där Panelen och Tobias Svanelid diskuterar historiska val och forntida demokrati, men också sjunger om Tantobommen och diskuterar mammutrumpor. <br /><br /> Vetenskapsradion Historia sänder live ifrån Ekermanska malmgården på Södermalm i Stockholm och bjuder in Historiepanelen med Kristina Ekero Eriksson, Jonathan Lindström och Annika Sandén för att diskutera historiska val och stockholmshistorier med Södermalmskoppling.Hör om vikingatida tingsplatser, om Torgny Lagman, om demokratiska säljägare och crossdressande 1600-talstjejer, och lyssna på musikalisk underhållning av The Apricots som spelar låtar med demokratihistorisk anknytning.Programledare är Tobias Svanelid.",
                "id": "0IUR1AOhKItNRh0f44GC9I",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a73f53bdd67eb2a3b793ee76b",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f73f53bdd67eb2a3b793ee76b",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d73f53bdd67eb2a3b793ee76b",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Livesändning om historiska svenska val",
                "release_date": "2022-08-30",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0IUR1AOhKItNRh0f44GC9I"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/754f7f21b047547e940780e0f997948633a58044",
                "description": "I november 1942 vände andra världskriget och Peter Englund vill nu ta reda på hur vanliga människor upplevde denna tumultartade tid. Dessutom tar vi reda på vad Facebook gör med vår historiesyn.  Hur kändes det att leva under en av de mörkaste och mest tumultartade månaderna under 1900-talet? Historikern Peter Englund har i aktuella boken Onda nätters drömmar samlat berättelserna från ett 40-tal helt vanliga människor som på olika sätt påverkades av krigets vändpunkt  frontsoldater, journalister, sexslavar, koncentrationslägerfångar och helt vanliga hemmafruar. Tobias Svanelid träffar författaren för att ta reda på vad dessa erfarenheter kan säga oss idag och vilken ny bild de ger av andra världskrigets vändpunkt.Dessutom uppmärksammar vi pinfärska forskningsfältet digital minnes- och historiekultur, där historiker och andra forskare nu vill ta reda på vad Facebook och andra sociala medier gör med våra minnen och vår historiekultur. Robin Ekelund vid Malmö universitet är en av få svenska forskare som fördjupat sig i ämnet.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0kHBMJv9ASbOkoEENdnvPY"
                },
                "href": "https://api.spotify.com/v1/episodes/0kHBMJv9ASbOkoEENdnvPY",
                "html_description": "I november 1942 vände andra världskriget och Peter Englund vill nu ta reda på hur vanliga människor upplevde denna tumultartade tid. Dessutom tar vi reda på vad Facebook gör med vår historiesyn. <br /><br /> Hur kändes det att leva under en av de mörkaste och mest tumultartade månaderna under 1900-talet? Historikern Peter Englund har i aktuella boken Onda nätters drömmar samlat berättelserna från ett 40-tal helt vanliga människor som på olika sätt påverkades av krigets vändpunkt  frontsoldater, journalister, sexslavar, koncentrationslägerfångar och helt vanliga hemmafruar. Tobias Svanelid träffar författaren för att ta reda på vad dessa erfarenheter kan säga oss idag och vilken ny bild de ger av andra världskrigets vändpunkt.Dessutom uppmärksammar vi pinfärska forskningsfältet digital minnes- och historiekultur, där historiker och andra forskare nu vill ta reda på vad Facebook och andra sociala medier gör med våra minnen och vår historiekultur. Robin Ekelund vid Malmö universitet är en av få svenska forskare som fördjupat sig i ämnet.",
                "id": "0kHBMJv9ASbOkoEENdnvPY",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aca8e4a7514e87017cf543816",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fca8e4a7514e87017cf543816",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dca8e4a7514e87017cf543816",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "November 1942 – världskrigets vändpunkt",
                "release_date": "2022-08-23",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0kHBMJv9ASbOkoEENdnvPY"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/96d8d5f0caf2a80018b499cb26362e929321d165",
                "description": "Ta med dig en historiebok i hängmattan så blir sommaren både spännande och lärorik. Och om det regnar kanske ett historiskt brädspel kan funka som underhållning?  Skandaler i societeten, mumiens förbannelse eller kolgruvor i Storbritannien kanske kan underhålla i hängmattan i sommar? Vetenskapsradion Historias Tobias Svanelid sammankallar Kristina Ekero Eriksson och Urban Björstadius för att tipsa om historiska böcker inför semestern, och så testar Spelpanelen två historiska brädspel med industrihistoriskt tema och delar ut betyg.Böcker och spel som nämns i programmet:Historiska kärlekspar av Sara GribergSveriges historia för släktforskare av Roger Axelsson, Carin Bergström, Carl Henrik Carlsson och Sofia LingDe kommer att vara annorlunda svenskar av Simon Sorgenfrei Jaquette Gyldenstolpe av Anna-Lena BergSvarta St Barthelemy av Fredrik ThomassonSveriges långa historia av Jonathan LindströmTusen år i Uppåkra av Dick HarrisonKlart skepp av Ann Pålsson (redaktör)Ruths garderob av Ingela BendtExtas i folkhemmet av Leonidas AretakisJakten på Tutankhamon av Bengt Fredriksson och Andreas PalmaerFurnace av Ivan LashinBrass Birmingham av Gavan Brown, Matt Tolman och Martin Wallace",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/4PulPQRdLooLmCdKiEe9GV"
                },
                "href": "https://api.spotify.com/v1/episodes/4PulPQRdLooLmCdKiEe9GV",
                "html_description": "Ta med dig en historiebok i hängmattan så blir sommaren både spännande och lärorik. Och om det regnar kanske ett historiskt brädspel kan funka som underhållning? <br /><br /> Skandaler i societeten, mumiens förbannelse eller kolgruvor i Storbritannien kanske kan underhålla i hängmattan i sommar? Vetenskapsradion Historias Tobias Svanelid sammankallar Kristina Ekero Eriksson och Urban Björstadius för att tipsa om historiska böcker inför semestern, och så testar Spelpanelen två historiska brädspel med industrihistoriskt tema och delar ut betyg.Böcker och spel som nämns i programmet:Historiska kärlekspar av Sara GribergSveriges historia för släktforskare av Roger Axelsson, Carin Bergström, Carl Henrik Carlsson och Sofia LingDe kommer att vara annorlunda svenskar av Simon Sorgenfrei Jaquette Gyldenstolpe av Anna-Lena BergSvarta St Barthelemy av Fredrik ThomassonSveriges långa historia av Jonathan LindströmTusen år i Uppåkra av Dick HarrisonKlart skepp av Ann Pålsson (redaktör)Ruths garderob av Ingela BendtExtas i folkhemmet av Leonidas AretakisJakten på Tutankhamon av Bengt Fredriksson och Andreas PalmaerFurnace av Ivan LashinBrass Birmingham av Gavan Brown, Matt Tolman och Martin Wallace",
                "id": "4PulPQRdLooLmCdKiEe9GV",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a41807911678c0b83537f2a99",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f41807911678c0b83537f2a99",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d41807911678c0b83537f2a99",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Kärlek och industriromantik förgyller sommaren",
                "release_date": "2022-06-21",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:4PulPQRdLooLmCdKiEe9GV"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/536e38215bd49e90208d92e6b0b1198a450b4306",
                "description": "Hör om stridshingstar, fotbollskrig, 1200-talets Vietnamkrig och mycket annat i Vetenskapsradion Historias lyssnarfrågemarathon där Dick Harrison svarar på lyssnarnas egna frågor i ett helt program.  Vad hände under Fotbollskriget 1969 och Körsbärskriget 1631 och varför bröt de ut? Följ med Vetenskapsradion Historia på Dick Harrison långlopp, årets lyssnarfrågemarathon där historieprofessorn besvarar lyssnarnas egna frågor. Denna gång berör samtliga frågor historiska krig med anledning av den pågående ryska invasionen av Ukraina.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/1m0Kagczdo04dXgvdWPuHu"
                },
                "href": "https://api.spotify.com/v1/episodes/1m0Kagczdo04dXgvdWPuHu",
                "html_description": "Hör om stridshingstar, fotbollskrig, 1200-talets Vietnamkrig och mycket annat i Vetenskapsradion Historias lyssnarfrågemarathon där Dick Harrison svarar på lyssnarnas egna frågor i ett helt program. <br /><br /> Vad hände under Fotbollskriget 1969 och Körsbärskriget 1631 och varför bröt de ut? Följ med Vetenskapsradion Historia på Dick Harrison långlopp, årets lyssnarfrågemarathon där historieprofessorn besvarar lyssnarnas egna frågor. Denna gång berör samtliga frågor historiska krig med anledning av den pågående ryska invasionen av Ukraina.Programledare är Tobias Svanelid.",
                "id": "1m0Kagczdo04dXgvdWPuHu",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a2e4f8d2a0f3b11bbe5c5e1e3",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f2e4f8d2a0f3b11bbe5c5e1e3",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d2e4f8d2a0f3b11bbe5c5e1e3",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Lyssnarfrågemarathon med toyotakrig, fotbollskrig och körsbärskrig!",
                "release_date": "2022-06-14",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:1m0Kagczdo04dXgvdWPuHu"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/33009f4972a398f72798bd1ab652ee6ac17d888a",
                "description": "Från Kronans undergång utanför Öland till den stora segern vid Svensksund. Flottans historia har format riket. Den har skapat stormakten Sverige och skyddat landets handel. Nu fyller den 500 år.  För femhundra år sedan ankrade ett antal krigsskepp upp i Slätbaken. Skeppen, som köpts på kredit från Lübeck, skulle komma att utgöra de första fartygen i den svenska flottan, och i Vetenskapsradion Historia berättar historikern Lars Ericson Wolke om flottans födelse och betydelse för Sveriges historia.Följ med till platserna för flottans största segrar och nederlag, till vattnen utanför Öland och till Finska viken, och hör om hur man nu planerar att fira jubiléet i en tid då flottans roll danas om igen.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5BzMNb6pNFzS3eUYYcdwfS"
                },
                "href": "https://api.spotify.com/v1/episodes/5BzMNb6pNFzS3eUYYcdwfS",
                "html_description": "Från Kronans undergång utanför Öland till den stora segern vid Svensksund. Flottans historia har format riket. Den har skapat stormakten Sverige och skyddat landets handel. Nu fyller den 500 år. <br /><br /> För femhundra år sedan ankrade ett antal krigsskepp upp i Slätbaken. Skeppen, som köpts på kredit från Lübeck, skulle komma att utgöra de första fartygen i den svenska flottan, och i Vetenskapsradion Historia berättar historikern Lars Ericson Wolke om flottans födelse och betydelse för Sveriges historia.Följ med till platserna för flottans största segrar och nederlag, till vattnen utanför Öland och till Finska viken, och hör om hur man nu planerar att fira jubiléet i en tid då flottans roll danas om igen.Programledare är Tobias Svanelid.",
                "id": "5BzMNb6pNFzS3eUYYcdwfS",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a279214989153202ca5782448",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f279214989153202ca5782448",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d279214989153202ca5782448",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Flottan fyller 500",
                "release_date": "2022-06-07",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5BzMNb6pNFzS3eUYYcdwfS"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/7c065061ed2c53b2f564d9e4625a311baaf9b526",
                "description": "Glöm den skäggige grottmannen och tänk dig istället en fingerfärdig och pratsam kulturvarelse med goda relationer med vår egen art. Det är författaren Rebecca Wragg Sykes budskap i aktuella Släktskap.  Satte han på sig en kostym hade man knappt sett någon skillnad mellan neanderthalaren och oss själva. Vetenskapsradion Historia tar pulsen på den senaste forskningen om vår nära kusin som nu presenteras i aktuella boken Släktskap av arkeologen Rebecca Wragg Sykes. Med dagens vetenskapliga metoder kan en enda neanderthaltand avslöja vad personen åt, hur den reste, hur länge den ammades och hur den tillverkade sina verktyg, och all denna kunskap ger oss ny en helt ny bild av vår nära släkting. Glöm den barbariske grottmannen, och tänk dig istället en kulturellt utvecklad varelse som säkert hade nära samarbete med vår egen art, menar författaren.Och så tipsar Panelen om historiska sommaraktiviteter och lekar som kan förnöja oss och reder ut vilken roll barnen spelat i historien apropå aktuella säsongen av Stranger Things.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5TpImZuFku43lvR0JyMvjO"
                },
                "href": "https://api.spotify.com/v1/episodes/5TpImZuFku43lvR0JyMvjO",
                "html_description": "Glöm den skäggige grottmannen och tänk dig istället en fingerfärdig och pratsam kulturvarelse med goda relationer med vår egen art. Det är författaren Rebecca Wragg Sykes budskap i aktuella Släktskap. <br /><br /> Satte han på sig en kostym hade man knappt sett någon skillnad mellan neanderthalaren och oss själva. Vetenskapsradion Historia tar pulsen på den senaste forskningen om vår nära kusin som nu presenteras i aktuella boken Släktskap av arkeologen Rebecca Wragg Sykes. Med dagens vetenskapliga metoder kan en enda neanderthaltand avslöja vad personen åt, hur den reste, hur länge den ammades och hur den tillverkade sina verktyg, och all denna kunskap ger oss ny en helt ny bild av vår nära släkting. Glöm den barbariske grottmannen, och tänk dig istället en kulturellt utvecklad varelse som säkert hade nära samarbete med vår egen art, menar författaren.Och så tipsar Panelen om historiska sommaraktiviteter och lekar som kan förnöja oss och reder ut vilken roll barnen spelat i historien apropå aktuella säsongen av Stranger Things.Programledare är Tobias Svanelid.",
                "id": "5TpImZuFku43lvR0JyMvjO",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ac301f28bb3c12e16024f411a",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fc301f28bb3c12e16024f411a",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dc301f28bb3c12e16024f411a",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Hemlighetsfulla neanderthalaren i rampljuset",
                "release_date": "2022-05-31",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5TpImZuFku43lvR0JyMvjO"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/c82a5f41619e3d20b80df210b39c2b7e1bb0a97b",
                "description": "Följ med Tobias Svanelid på en vandring längs Birger Jarlsgatan, startpunkten för den muslimska invandringen i Sverige. Och hör om korstågens betydelse för islams expansion.  Stockholmsutställningen 1897 fick besök av den ryske muslimen Ebrahim Umerkajeff, en pälshandlare som hittade kärleken i Sverige och blev kvar. Om honom och de andra tidiga muslimska invandrarna som fick svenskt medborgarskap handlar religionsvetaren Simon Sorgenfreis aktuella bok De kommer att vara annorlunda svenskar. Tobias Svanelid tar med författaren på en vandring längs Birger Jarlsgatan i Stockholm, platsen för de första svenska muslimernas företag och startpunkten för den utveckling som idag gjort Sverige till ett av världens mest mångkulturella länder.Dessutom svarar Dick Harrison på en lyssnarfråga om vad som hade hänt med Europas kristna befolkning om påven Urban II aldrig dragit igång korstågen.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/29pGMHLbL8MEOlixPUrom3"
                },
                "href": "https://api.spotify.com/v1/episodes/29pGMHLbL8MEOlixPUrom3",
                "html_description": "Följ med Tobias Svanelid på en vandring längs Birger Jarlsgatan, startpunkten för den muslimska invandringen i Sverige. Och hör om korstågens betydelse för islams expansion. <br /><br /> Stockholmsutställningen 1897 fick besök av den ryske muslimen Ebrahim Umerkajeff, en pälshandlare som hittade kärleken i Sverige och blev kvar. Om honom och de andra tidiga muslimska invandrarna som fick svenskt medborgarskap handlar religionsvetaren Simon Sorgenfreis aktuella bok De kommer att vara annorlunda svenskar. Tobias Svanelid tar med författaren på en vandring längs Birger Jarlsgatan i Stockholm, platsen för de första svenska muslimernas företag och startpunkten för den utveckling som idag gjort Sverige till ett av världens mest mångkulturella länder.Dessutom svarar Dick Harrison på en lyssnarfråga om vad som hade hänt med Europas kristna befolkning om påven Urban II aldrig dragit igång korstågen.",
                "id": "29pGMHLbL8MEOlixPUrom3",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a83d4c56598da1efc5bbb98cc",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f83d4c56598da1efc5bbb98cc",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d83d4c56598da1efc5bbb98cc",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Sveriges första muslimer",
                "release_date": "2022-05-24",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:29pGMHLbL8MEOlixPUrom3"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/769eb5ee90c24ccdaa5ede9cd022fcb125a6f6d8",
                "description": "Ormen Friskes undergång på Nordsjön 1950 är en tragedi i Kalla krigets skugga. Nu lyfts berättelsen fram och frågetecknen rätas ut. Dessutom undersöker vi tjusningen med att bygga gamla träbåtar.  Sommaren 1950 gick vikingaskeppet Ormen Friske under i Nordsjöns stormiga vågor. 15 man följde henne i djupet, och i Vetenskapsradion Historia undersöker vi den gripande och märkliga händelsen, en fartygskatastrof och en nationell tragedi i Kalla krigets skugga. Jack Werner är aktuell med boken Ormen Friske och berättar om människorna bakom frisksportprojektet att återskapa ett vikingaskepp och det misslyckade försöket att segla det ut i Europa.Dessutom besöker vi skeppsbyggarskolan på Skeppsholmen i Stockholm, där återskapade galeasen Förlig Vind nu tar form. Nyligen utsågs det traditionella nordiska skeppsbyggeriet till ett immateriellt världsarv, men vad är det egentligen som lockar med att återskapa gamla träfartyg?Programledare är Tobias Svanelid. ",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5hWBrfMZFNNzwpJuRlqqzy"
                },
                "href": "https://api.spotify.com/v1/episodes/5hWBrfMZFNNzwpJuRlqqzy",
                "html_description": "Ormen Friskes undergång på Nordsjön 1950 är en tragedi i Kalla krigets skugga. Nu lyfts berättelsen fram och frågetecknen rätas ut. Dessutom undersöker vi tjusningen med att bygga gamla träbåtar. <br /><br /> Sommaren 1950 gick vikingaskeppet Ormen Friske under i Nordsjöns stormiga vågor. 15 man följde henne i djupet, och i Vetenskapsradion Historia undersöker vi den gripande och märkliga händelsen, en fartygskatastrof och en nationell tragedi i Kalla krigets skugga. Jack Werner är aktuell med boken Ormen Friske och berättar om människorna bakom frisksportprojektet att återskapa ett vikingaskepp och det misslyckade försöket att segla det ut i Europa.Dessutom besöker vi skeppsbyggarskolan på Skeppsholmen i Stockholm, där återskapade galeasen Förlig Vind nu tar form. Nyligen utsågs det traditionella nordiska skeppsbyggeriet till ett immateriellt världsarv, men vad är det egentligen som lockar med att återskapa gamla träfartyg?Programledare är Tobias Svanelid. ",
                "id": "5hWBrfMZFNNzwpJuRlqqzy",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a78e0a3c92b4d358251aacd1f",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f78e0a3c92b4d358251aacd1f",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d78e0a3c92b4d358251aacd1f",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Kalla krigets vikingakatastrof",
                "release_date": "2022-05-17",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5hWBrfMZFNNzwpJuRlqqzy"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/6f2f49b4d775aa034cbc5195d9cd8888e7412372",
                "description": "1600-talets Dalarö var en förstad till Stockholm bestående av tätpackade fartyg. Vi reser dit för att ta pulsen på porten till stormakten Sverige och söka spåren efter dess farleder.  Dalarö var porten till stormaktstidens Sverige. Här samlades krigsskeppen inför sjöslagen på Östersjön och hit flockades handelsfartygen i jakt på stormaktens rikedomar. Vetenskapsradion Historia söker tillsammans med marinarkeologen Niklas Eriksson efter spåren av skeppslivet som avtecknar sig på havsbottnen och vid Dalarös skär och grynnor.Och så reder Jonathan Lindström ut om Harkilar verkligen var namnet på den äldsta kände svensken, eller kanske snarare namnet på hans svärd. En lyssnare undrar hur säker man kan vara på vad fyndet av en svärdsskida med runor från 300-talet egentligen berättar.Och så svarar Dick Harrison på en fråga om vilken kopplingen egentligen är mellan goter och gutar.Programledare är Tobias Svanelid. ",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/7qLVM6GFJAGuXw4RRwkUTb"
                },
                "href": "https://api.spotify.com/v1/episodes/7qLVM6GFJAGuXw4RRwkUTb",
                "html_description": "1600-talets Dalarö var en förstad till Stockholm bestående av tätpackade fartyg. Vi reser dit för att ta pulsen på porten till stormakten Sverige och söka spåren efter dess farleder. <br /><br /> Dalarö var porten till stormaktstidens Sverige. Här samlades krigsskeppen inför sjöslagen på Östersjön och hit flockades handelsfartygen i jakt på stormaktens rikedomar. Vetenskapsradion Historia söker tillsammans med marinarkeologen Niklas Eriksson efter spåren av skeppslivet som avtecknar sig på havsbottnen och vid Dalarös skär och grynnor.Och så reder Jonathan Lindström ut om Harkilar verkligen var namnet på den äldsta kände svensken, eller kanske snarare namnet på hans svärd. En lyssnare undrar hur säker man kan vara på vad fyndet av en svärdsskida med runor från 300-talet egentligen berättar.Och så svarar Dick Harrison på en fråga om vilken kopplingen egentligen är mellan goter och gutar.Programledare är Tobias Svanelid. ",
                "id": "7qLVM6GFJAGuXw4RRwkUTb",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a1d20aac8459b4dadbec059aa",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f1d20aac8459b4dadbec059aa",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d1d20aac8459b4dadbec059aa",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Porten till Stormakts-Sverige",
                "release_date": "2022-05-10",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:7qLVM6GFJAGuXw4RRwkUTb"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/1b0c7db54834991d3f66ba6c09d16d19270ca874",
                "description": "Följ med till polispaltarnas, uteliggarnas och lönnkrogarnas tid som populariserats av Niklas Natt och Dag och nu undersöks i en aktuell avhandling. Bellman noir på riktigt!  1790-talets mörkersidor har lockat mängder till Niklas Natt och Dags Bellman noir-trilogi. Vetenskapsradion Historia djupdyker i uteliggarnas, mördarnas och polispaltarnas Stockholm tillsammans med författaren och går också på en vandring runt Gamla Stans en gång smutsiga och illaluktande gränder tillsammans med historikern Tobias Osvald som undersökt stadens polisiära insatser och utmaningar under Bellmans epok. Uteliggare, lönnkrogar och fuskbyggda dass var några av de vanligaste problemen.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/7dChAMXhnjpY0RQu1nCGWm"
                },
                "href": "https://api.spotify.com/v1/episodes/7dChAMXhnjpY0RQu1nCGWm",
                "html_description": "Följ med till polispaltarnas, uteliggarnas och lönnkrogarnas tid som populariserats av Niklas Natt och Dag och nu undersöks i en aktuell avhandling. Bellman noir på riktigt! <br /><br /> 1790-talets mörkersidor har lockat mängder till Niklas Natt och Dags Bellman noir-trilogi. Vetenskapsradion Historia djupdyker i uteliggarnas, mördarnas och polispaltarnas Stockholm tillsammans med författaren och går också på en vandring runt Gamla Stans en gång smutsiga och illaluktande gränder tillsammans med historikern Tobias Osvald som undersökt stadens polisiära insatser och utmaningar under Bellmans epok. Uteliggare, lönnkrogar och fuskbyggda dass var några av de vanligaste problemen.Programledare är Tobias Svanelid.",
                "id": "7dChAMXhnjpY0RQu1nCGWm",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a535c4395a7a62faac79a11c8",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f535c4395a7a62faac79a11c8",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d535c4395a7a62faac79a11c8",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Polisarbete på Bellman noir-tiden",
                "release_date": "2022-05-03",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:7dChAMXhnjpY0RQu1nCGWm"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/1e66a45f609997412c8659fdf075c31666ddf20d",
                "description": "Bolmört, flugsvamp och andra droger har inmundigats i Sverige i jakt på extasen. Det menar författaren som gör upp med bilden av den rationella svensken - till och med Carl von Linné gillade opium!  Vikingarnas völvor, 1600-talets häxor och 1900-talets KI-forskare var alla fascinerade av drogstimulerad extas. I aktuella Extas i folkhemmet gör författaren Leonidas Aretakis upp med den svenska självbilden som en nykter och rationell nation och berättar extasens och de psykedeliska drogernas historia i Sverige.Dessutom reder Dick Harrison ut om berättelsen om råttfångaren i Hameln har en verklighetsbakgrund.Programledare är Tobias Svanelid. ",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/76CYLlRN4S5QwfdcQyAGLR"
                },
                "href": "https://api.spotify.com/v1/episodes/76CYLlRN4S5QwfdcQyAGLR",
                "html_description": "Bolmört, flugsvamp och andra droger har inmundigats i Sverige i jakt på extasen. Det menar författaren som gör upp med bilden av den rationella svensken - till och med Carl von Linné gillade opium! <br /><br /> Vikingarnas völvor, 1600-talets häxor och 1900-talets KI-forskare var alla fascinerade av drogstimulerad extas. I aktuella Extas i folkhemmet gör författaren Leonidas Aretakis upp med den svenska självbilden som en nykter och rationell nation och berättar extasens och de psykedeliska drogernas historia i Sverige.Dessutom reder Dick Harrison ut om berättelsen om råttfångaren i Hameln har en verklighetsbakgrund.Programledare är Tobias Svanelid. ",
                "id": "76CYLlRN4S5QwfdcQyAGLR",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aa53cf772bd8798172f3b6f1a",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fa53cf772bd8798172f3b6f1a",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68da53cf772bd8798172f3b6f1a",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Knarklandet Sveriges historia",
                "release_date": "2022-04-26",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:76CYLlRN4S5QwfdcQyAGLR"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/3958fc136c0d5263ffcba6c236320c1a42dc01e6",
                "description": "Det var demokratin och kungafamiljens kamp för existensberättigande som förvandlade Stockholms slott från lyxhem till museum. Vi besöker slottet och återträffar också Panelen för att prata hämnd.  Kungliga slottet i Stockholm förvandlades under 1900-talet från bostad till museum, från lyxigt residens till ett besöksmål för turister. Konstvetaren Rebecka Millhagen Adelswärd har kartlagt hur förvandlingen gick till och vad Slottets förvandling kan berätta om vår egen tid.Dessutom återsamlas Panelen för att diskutera hämndens eviga kraft genom historien utifrån bioaktuella The Northman, och hur dagens debatt om Nato-medlemskap har historiska paralleller till 500-talets Sveavälde och slaget vid Svolder år 1000.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3cpTGZbobL2AGoLf3xO57L"
                },
                "href": "https://api.spotify.com/v1/episodes/3cpTGZbobL2AGoLf3xO57L",
                "html_description": "Det var demokratin och kungafamiljens kamp för existensberättigande som förvandlade Stockholms slott från lyxhem till museum. Vi besöker slottet och återträffar också Panelen för att prata hämnd. <br /><br /> Kungliga slottet i Stockholm förvandlades under 1900-talet från bostad till museum, från lyxigt residens till ett besöksmål för turister. Konstvetaren Rebecka Millhagen Adelswärd har kartlagt hur förvandlingen gick till och vad Slottets förvandling kan berätta om vår egen tid.Dessutom återsamlas Panelen för att diskutera hämndens eviga kraft genom historien utifrån bioaktuella The Northman, och hur dagens debatt om Nato-medlemskap har historiska paralleller till 500-talets Sveavälde och slaget vid Svolder år 1000.Programledare är Tobias Svanelid.",
                "id": "3cpTGZbobL2AGoLf3xO57L",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aa252d5799be567fe6759987d",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fa252d5799be567fe6759987d",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68da252d5799be567fe6759987d",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Slottet – från lyxhem till turistdestination",
                "release_date": "2022-04-19",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3cpTGZbobL2AGoLf3xO57L"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/7dc7d74f09b9fd3b49625a8c40189121a8488a9b",
                "description": "Hur uppstod den unika kulturen på Påskön, med sina magiska stenskulpturer och märkliga skriftspråk? Och vad hände med Påskön efter att européer upptäckte ön för 300 år sedan?  På påskdagen 1722 gick européer för första gången i land på Påskön, den gräsbevuxna ön mitt i Stilla Havet med sina märkliga, mystiska stenskulpturer. Allt sedan dess har öns kultur och historia gäckat oss och i Vetenskapsradion Historia samtalar Tobias Svanelid med arkeologen Helene Martinsson Wallin om vad européernas möte med Påsköborna betydde för ön, hur ön blivit symbol för mänsklig miljöförstöring och civilisationernas kollaps och hur ön egentligen befolkades  hade Thor Heyerdahl rätt i sina teorier om sydamerikanska kopplingar till Påskön?",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5jFn2X7DGimReBSYW5neiD"
                },
                "href": "https://api.spotify.com/v1/episodes/5jFn2X7DGimReBSYW5neiD",
                "html_description": "Hur uppstod den unika kulturen på Påskön, med sina magiska stenskulpturer och märkliga skriftspråk? Och vad hände med Påskön efter att européer upptäckte ön för 300 år sedan? <br /><br /> På påskdagen 1722 gick européer för första gången i land på Påskön, den gräsbevuxna ön mitt i Stilla Havet med sina märkliga, mystiska stenskulpturer. Allt sedan dess har öns kultur och historia gäckat oss och i Vetenskapsradion Historia samtalar Tobias Svanelid med arkeologen Helene Martinsson Wallin om vad européernas möte med Påsköborna betydde för ön, hur ön blivit symbol för mänsklig miljöförstöring och civilisationernas kollaps och hur ön egentligen befolkades  hade Thor Heyerdahl rätt i sina teorier om sydamerikanska kopplingar till Påskön?",
                "id": "5jFn2X7DGimReBSYW5neiD",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a0df0e18f9fe4307c5315fe76",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f0df0e18f9fe4307c5315fe76",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d0df0e18f9fe4307c5315fe76",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Påsköns hemligheter och kollaps",
                "release_date": "2022-04-12",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5jFn2X7DGimReBSYW5neiD"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/f86e1fd40f9b5824a1831037f2bb5e47619c6f4c",
                "description": "Följ med till medeltidsmetropolen Uppsala som nu avslöjar sina hemligheter i en ny utgrävning. Och träffa pojkkejsaren Elagabalus, Roms värste regent och historiens första transvestit.  Under medeltiden förvandlades forntidens heliga kultplats till Upplands metropol med ärkebiskopssäte och marknad vid Fyrisåns forsar. Vetenskapsradion Historia besöker de pågående utgrävningarna på Stora torget i Uppsala som nu tecknar en ny bild av en av medeltidens mäktigaste städer. Arkeologen Joakim Kjellberg deltar i utgrävningen och är dessutom aktuell med en ny avhandling om Uppsalas medeltid och guidar runt Urban Björstadius i spåren av en förlorad värld.Dessutom uppmärksammar vi Roms värste kejsare  den sexuellt utsvävade fjortisen Elagabalus som förfärade sin samtid och bara klarade ett par år på tronen innan hans avhuggna huvud kastades i Tibern. Antikvetaren Linnea Åshede tecknar bilden av Elagabalus, mest känd för att ha varit historiens förste transvestit och att ha dränkt sina gäster under ett hav av rosenblad, och menar att vi kanske inte ska tro blint på alla källor om den smutskastade kejsaren.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2lGVORuBoxu48826LZXLi2"
                },
                "href": "https://api.spotify.com/v1/episodes/2lGVORuBoxu48826LZXLi2",
                "html_description": "Följ med till medeltidsmetropolen Uppsala som nu avslöjar sina hemligheter i en ny utgrävning. Och träffa pojkkejsaren Elagabalus, Roms värste regent och historiens första transvestit. <br /><br /> Under medeltiden förvandlades forntidens heliga kultplats till Upplands metropol med ärkebiskopssäte och marknad vid Fyrisåns forsar. Vetenskapsradion Historia besöker de pågående utgrävningarna på Stora torget i Uppsala som nu tecknar en ny bild av en av medeltidens mäktigaste städer. Arkeologen Joakim Kjellberg deltar i utgrävningen och är dessutom aktuell med en ny avhandling om Uppsalas medeltid och guidar runt Urban Björstadius i spåren av en förlorad värld.Dessutom uppmärksammar vi Roms värste kejsare  den sexuellt utsvävade fjortisen Elagabalus som förfärade sin samtid och bara klarade ett par år på tronen innan hans avhuggna huvud kastades i Tibern. Antikvetaren Linnea Åshede tecknar bilden av Elagabalus, mest känd för att ha varit historiens förste transvestit och att ha dränkt sina gäster under ett hav av rosenblad, och menar att vi kanske inte ska tro blint på alla källor om den smutskastade kejsaren.Programledare är Tobias Svanelid.",
                "id": "2lGVORuBoxu48826LZXLi2",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a34cfc367a0be37c7d8d752b8",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f34cfc367a0be37c7d8d752b8",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d34cfc367a0be37c7d8d752b8",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Uppsalas medeltid och Roms värste kejsare",
                "release_date": "2022-04-05",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2lGVORuBoxu48826LZXLi2"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/9e60828496e9c011ebb758b9df78f380a5915627",
                "description": "Möt tvätterskan Suzannah och magikern Daly som några av Sankt Barthélemys svarta befolkning och hör om slavnationen Sveriges historia och hur vi idag borde minnas den.  För första gången kommer vi i aktuella boken Svarta S:t Barthélemy nära Sveriges svarta och förslavade befolkning på den karibiska ön. Historikern Fredrik Thomasson har som förste forskare fördjupat sig i de historiska dokument som skildrar de svarta öbornas villkor, som piskade slavar, som tvätterskor, frisörer och adelsdöttrar. Individer som alla hade det gemensamt att de räknades som en andra klassens människor. Vetenskapsradion Historia träffar författaren och uppmärksammar också frågan om hur vi idag kan minnas historien om slavnationen Sverige. Forskaren Rebecka Katz Thor undersöker initiativen att resa ett minnesmärke över slaveriets offer.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3KUekWsmbF7beIO9u9wmFM"
                },
                "href": "https://api.spotify.com/v1/episodes/3KUekWsmbF7beIO9u9wmFM",
                "html_description": "Möt tvätterskan Suzannah och magikern Daly som några av Sankt Barthélemys svarta befolkning och hör om slavnationen Sveriges historia och hur vi idag borde minnas den. <br /><br /> För första gången kommer vi i aktuella boken Svarta S:t Barthélemy nära Sveriges svarta och förslavade befolkning på den karibiska ön. Historikern Fredrik Thomasson har som förste forskare fördjupat sig i de historiska dokument som skildrar de svarta öbornas villkor, som piskade slavar, som tvätterskor, frisörer och adelsdöttrar. Individer som alla hade det gemensamt att de räknades som en andra klassens människor. Vetenskapsradion Historia träffar författaren och uppmärksammar också frågan om hur vi idag kan minnas historien om slavnationen Sverige. Forskaren Rebecka Katz Thor undersöker initiativen att resa ett minnesmärke över slaveriets offer.Programledare är Tobias Svanelid.",
                "id": "3KUekWsmbF7beIO9u9wmFM",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a3d127ebc88492169f8c91863",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f3d127ebc88492169f8c91863",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d3d127ebc88492169f8c91863",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Slavkolonin Sankt Barthélemy",
                "release_date": "2022-03-29",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3KUekWsmbF7beIO9u9wmFM"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/29221520c3144ae92d4ac6db1fb693cd80fba9a1",
                "description": "Möt hallonflickor, säljägare och sveakungar i Jonathan Lindströms aktuella Sveriges långa historia som för första gången skildrar Sveriges hela 14000-åriga historia utifrån senaste forskningen.  Forntidens myllrande värld med säljägare, sveakungar och hallonflickor får helt nytt liv i arkeologen Jonathan Lindströms aktuella Sveriges långa historia. Tobias Svanelid träffar författaren för att diskutera hur man idag kan skriva en helt ny typ av historia om en forntid som tidigare av många ansetts grå och trist. Med hjälp av genetik, klimatforskning och nya tolkningar av sagor, språkhistoria och myter tecknar boken en detaljerad bild av Sveriges 14000-åriga historia och försöker också förklara varför historien förändras så dramatiskt under epokerna.Dessutom svarar Dick Harrison på en lyssnarfråga om atombombernas historia, och om det egentligen var militära överväganden eller hämndmotiv som låg bakom bomberna över Hiroshima och Nagasaki.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/29fgmiW8Vcd7tS50rhouJe"
                },
                "href": "https://api.spotify.com/v1/episodes/29fgmiW8Vcd7tS50rhouJe",
                "html_description": "Möt hallonflickor, säljägare och sveakungar i Jonathan Lindströms aktuella Sveriges långa historia som för första gången skildrar Sveriges hela 14000-åriga historia utifrån senaste forskningen. <br /><br /> Forntidens myllrande värld med säljägare, sveakungar och hallonflickor får helt nytt liv i arkeologen Jonathan Lindströms aktuella Sveriges långa historia. Tobias Svanelid träffar författaren för att diskutera hur man idag kan skriva en helt ny typ av historia om en forntid som tidigare av många ansetts grå och trist. Med hjälp av genetik, klimatforskning och nya tolkningar av sagor, språkhistoria och myter tecknar boken en detaljerad bild av Sveriges 14000-åriga historia och försöker också förklara varför historien förändras så dramatiskt under epokerna.Dessutom svarar Dick Harrison på en lyssnarfråga om atombombernas historia, och om det egentligen var militära överväganden eller hämndmotiv som låg bakom bomberna över Hiroshima och Nagasaki.",
                "id": "29fgmiW8Vcd7tS50rhouJe",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ab455f9564f36a482eba0f6ba",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fb455f9564f36a482eba0f6ba",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68db455f9564f36a482eba0f6ba",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Forntiden i helt nytt ljus",
                "release_date": "2022-03-22",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:29fgmiW8Vcd7tS50rhouJe"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/dad2964154b0af68e0b1053060f8899db9f9fb97",
                "description": "Det var historiens största inringning av fiendesoldater och en av krigshistoriens värsta katastrofer. Vetenskapsradion Historia undersöker parallellerna mellan slaget vid Kiev 1941 och striderna idag.  Inför Operation Barbarossa trodde Hitler att han skulle erövra Sovjetunionen på tre veckor och att befolkningen skulle möta de tyska trupperna med blommor och öppna famnar. Hitler hade fel och i Vetenskapsradion Historia diskuterar författaren Christer Bergström de paralleller som finns mellan 1941 års slag vid Kiev och dagens ryska invasion av Ukraina.Dessutom diskuteras frågorna om hur ett kulturarv bäst kan skyddas i händelse av krig. Historikern Mattias Legnér är aktuell med boken Värden att värna som undersöker vilka åtgärder Sverige gjorde inför och under andra världskriget för att skydda sina mest värdefulla museiföremål.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när Gotland ockuperades av Ryssland 1808.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/7i87bMdlsW5jfFdqGIuS9X"
                },
                "href": "https://api.spotify.com/v1/episodes/7i87bMdlsW5jfFdqGIuS9X",
                "html_description": "Det var historiens största inringning av fiendesoldater och en av krigshistoriens värsta katastrofer. Vetenskapsradion Historia undersöker parallellerna mellan slaget vid Kiev 1941 och striderna idag. <br /><br /> Inför Operation Barbarossa trodde Hitler att han skulle erövra Sovjetunionen på tre veckor och att befolkningen skulle möta de tyska trupperna med blommor och öppna famnar. Hitler hade fel och i Vetenskapsradion Historia diskuterar författaren Christer Bergström de paralleller som finns mellan 1941 års slag vid Kiev och dagens ryska invasion av Ukraina.Dessutom diskuteras frågorna om hur ett kulturarv bäst kan skyddas i händelse av krig. Historikern Mattias Legnér är aktuell med boken Värden att värna som undersöker vilka åtgärder Sverige gjorde inför och under andra världskriget för att skydda sina mest värdefulla museiföremål.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när Gotland ockuperades av Ryssland 1808.Programledare är Tobias Svanelid.",
                "id": "7i87bMdlsW5jfFdqGIuS9X",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a7a36c56e46ad90607f2fc4ea",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f7a36c56e46ad90607f2fc4ea",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d7a36c56e46ad90607f2fc4ea",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Slagen om Kiev 1941 och 2022",
                "release_date": "2022-03-15",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:7i87bMdlsW5jfFdqGIuS9X"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/57f83af0ffec1420e3b6d54e2cee5b7af69c8bf8",
                "description": "Kanonmatssoldater, stelbent strategi och lyckokalkyler har präglat Rysslands krigserfarenheter det senaste seklet, och med invasionen av Ukraina tycks historien upprepa sig igen.  Vetenskapsradion Historia tar tempen på Rysslands taktik under invasionen i Ukraina och diskuterar rysk krigshistoria med försvarshistorikern Lars Ericson Wolke på Försvarshögskolan.- Den ryska krigföringen har djupa rötter i andra världskriget och kalla kriget, men det har inte fungerat i Ukraina, säger han.Erfarenheterna från Groznyj på 1990-talet, i Afghanistan på 80-talet, i Prag 1968 och under Vinterkriget i Finland har paralleller i dagens invasion där Ryssland tycks göra om samma strategiska och taktiska misstag som tidigare, med katastrofala förluster i människoliv som konsekvens.Dessutom återsamlas Panelen med Jonathan Lindström, Annika Sandén och Kristina Ekero Eriksson för att diskutera situationen i Ukraina och årets internationella kvinnodag med historiska glasögon.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/1kkQ1ORUsLtRsoH6Ux7Tqc"
                },
                "href": "https://api.spotify.com/v1/episodes/1kkQ1ORUsLtRsoH6Ux7Tqc",
                "html_description": "Kanonmatssoldater, stelbent strategi och lyckokalkyler har präglat Rysslands krigserfarenheter det senaste seklet, och med invasionen av Ukraina tycks historien upprepa sig igen. <br /><br /> Vetenskapsradion Historia tar tempen på Rysslands taktik under invasionen i Ukraina och diskuterar rysk krigshistoria med försvarshistorikern Lars Ericson Wolke på Försvarshögskolan.- Den ryska krigföringen har djupa rötter i andra världskriget och kalla kriget, men det har inte fungerat i Ukraina, säger han.Erfarenheterna från Groznyj på 1990-talet, i Afghanistan på 80-talet, i Prag 1968 och under Vinterkriget i Finland har paralleller i dagens invasion där Ryssland tycks göra om samma strategiska och taktiska misstag som tidigare, med katastrofala förluster i människoliv som konsekvens.Dessutom återsamlas Panelen med Jonathan Lindström, Annika Sandén och Kristina Ekero Eriksson för att diskutera situationen i Ukraina och årets internationella kvinnodag med historiska glasögon.Programledare är Tobias Svanelid.",
                "id": "1kkQ1ORUsLtRsoH6Ux7Tqc",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a6e9199a1a1f6d190f13dddf9",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f6e9199a1a1f6d190f13dddf9",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d6e9199a1a1f6d190f13dddf9",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Ryssland offer för sin egen krigshistoria",
                "release_date": "2022-03-08",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:1kkQ1ORUsLtRsoH6Ux7Tqc"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/7da394dda969ea8f2949c59b8042ea9ceafc9cb4",
                "description": "Ukrainas kulturarv riskerar att plundras eller förstöras i kriget. Vad görs för att rädda landets historia när den nu är under attack, och hur ser de historiska banden mellan Sverige och Ukraina ut?  Ukrainas kulturarv och många världsarv är nu under attack. Vetenskapsradion Historia reder ut hur ukrainska kulturarvsinstitutioner arbetar för att skydda sina föremål och historiska platser, men också hur Ukrainas historia attackeras av Putins historiesyn.I centrum för konflikten står Ukrainas rätt till självstyre och vi diskuterar landets långa historia och många kopplingar till Sverige tillsammans med vikingaexperten Charlotte Hedenstierna Jonsson som reder ut de skandinaviska rötterna i vikingariket Kievrus, med Riksarkivets Anna-Karin Hermodsson som berättar om den världsunika Örnkonstitutionen som lade grunden för ett självständigt Ukraina redan 1710, och historikern Kristian Gerner som menar att Putins historiebruk saknar grund.Programledare är Tobias Svanelid.Programmet spelas in direkt den 1 mars 2022.  ",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/55rkv2HzElZDgu6VCQo3qt"
                },
                "href": "https://api.spotify.com/v1/episodes/55rkv2HzElZDgu6VCQo3qt",
                "html_description": "Ukrainas kulturarv riskerar att plundras eller förstöras i kriget. Vad görs för att rädda landets historia när den nu är under attack, och hur ser de historiska banden mellan Sverige och Ukraina ut? <br /><br /> Ukrainas kulturarv och många världsarv är nu under attack. Vetenskapsradion Historia reder ut hur ukrainska kulturarvsinstitutioner arbetar för att skydda sina föremål och historiska platser, men också hur Ukrainas historia attackeras av Putins historiesyn.I centrum för konflikten står Ukrainas rätt till självstyre och vi diskuterar landets långa historia och många kopplingar till Sverige tillsammans med vikingaexperten Charlotte Hedenstierna Jonsson som reder ut de skandinaviska rötterna i vikingariket Kievrus, med Riksarkivets Anna-Karin Hermodsson som berättar om den världsunika Örnkonstitutionen som lade grunden för ett självständigt Ukraina redan 1710, och historikern Kristian Gerner som menar att Putins historiebruk saknar grund.Programledare är Tobias Svanelid.Programmet spelas in direkt den 1 mars 2022.  ",
                "id": "55rkv2HzElZDgu6VCQo3qt",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aed30807afddf46acb7d02dfd",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fed30807afddf46acb7d02dfd",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68ded30807afddf46acb7d02dfd",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Ukrainas historia under attack",
                "release_date": "2022-03-01",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:55rkv2HzElZDgu6VCQo3qt"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/f7104863f5178a39b9d08bd0fce38a81cc467350",
                "description": "Varför uppkom myten om stormakts-Sveriges tvångsdöpta muslimer? Vetenskapsradion Historia undersöker historien bakom berättelsen, och uppmärksammar försöket att ärerädda ärkeskurken Anckarström.  Tiotalet muslimska turkar påstås ha tvångsdöpts i Sverige i slutet av 1600-talet. Men uppgifterna stämmer inte, menar religionshistorikern Martin Berntson som studerat fallen, och nu drar paralleller med dagens mytbildning om svenska myndigheter som kidnappar muslimska barn.Dessutom uppmärksammar vi pjäsen PANG! sa Anckarström som vill ge en ny bild av den ökände kungamördaren och dessutom lanserar nya motiv. Kanske var mordet på maskeradbalen inte bara politiskt motiverat, utan också en hämnd för Anckarströms metoo-erfarenheter som livpage åt Gustav III, menar regissören Anders Berg. Historikern Jonas Nordin är skeptisk till metoo-anklagelserna, men menar att Anckarström förtjänar upprättelse idag.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/13XADuUpCW2St9qaZHJLsc"
                },
                "href": "https://api.spotify.com/v1/episodes/13XADuUpCW2St9qaZHJLsc",
                "html_description": "Varför uppkom myten om stormakts-Sveriges tvångsdöpta muslimer? Vetenskapsradion Historia undersöker historien bakom berättelsen, och uppmärksammar försöket att ärerädda ärkeskurken Anckarström. <br /><br /> Tiotalet muslimska turkar påstås ha tvångsdöpts i Sverige i slutet av 1600-talet. Men uppgifterna stämmer inte, menar religionshistorikern Martin Berntson som studerat fallen, och nu drar paralleller med dagens mytbildning om svenska myndigheter som kidnappar muslimska barn.Dessutom uppmärksammar vi pjäsen PANG! sa Anckarström som vill ge en ny bild av den ökände kungamördaren och dessutom lanserar nya motiv. Kanske var mordet på maskeradbalen inte bara politiskt motiverat, utan också en hämnd för Anckarströms metoo-erfarenheter som livpage åt Gustav III, menar regissören Anders Berg. Historikern Jonas Nordin är skeptisk till metoo-anklagelserna, men menar att Anckarström förtjänar upprättelse idag.Programledare är Tobias Svanelid.",
                "id": "13XADuUpCW2St9qaZHJLsc",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8af5564b904c96a0e3ab318fb2",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1ff5564b904c96a0e3ab318fb2",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68df5564b904c96a0e3ab318fb2",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Myten om tvångsdöpta muslimer",
                "release_date": "2022-02-22",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:13XADuUpCW2St9qaZHJLsc"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/08d53d704d1f3419f1e8679ef921725f0ff1f827",
                "description": "Metalldetektorer kan hjälpa oss att upptäcka vårt dolda kulturarv, men reglerna för att använda dem är stränga i Sverige. Vetenskapsradion Historia undersöker varför och om lagarna borde ändras.  Att söka efter fornfynd med hjälp av en metalldetektor är en växande hobby i Sverige men regelverket är strängt och tillstånden dyra menar entusiasterna. Medlemmar i Sveriges Metallsökarförening tycker att vi borde kunna ha samma liberala lagar som i Danmark, och att det är viktigt att få upp fornfynd ur marken eftersom de annars bryts ner i jorden. Men regelverket är utformat för att stoppa plundrare, anser Riksantikvarieämbetet.Vetenskapsradion Historia besöker utforskningarna vid Glanshammar där metalldetektorister gör gemensam sak med arkeologer i jakten på platsens historia. Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3c60iHyjTWlDvXyq6vDSYO"
                },
                "href": "https://api.spotify.com/v1/episodes/3c60iHyjTWlDvXyq6vDSYO",
                "html_description": "Metalldetektorer kan hjälpa oss att upptäcka vårt dolda kulturarv, men reglerna för att använda dem är stränga i Sverige. Vetenskapsradion Historia undersöker varför och om lagarna borde ändras. <br /><br /> Att söka efter fornfynd med hjälp av en metalldetektor är en växande hobby i Sverige men regelverket är strängt och tillstånden dyra menar entusiasterna. Medlemmar i Sveriges Metallsökarförening tycker att vi borde kunna ha samma liberala lagar som i Danmark, och att det är viktigt att få upp fornfynd ur marken eftersom de annars bryts ner i jorden. Men regelverket är utformat för att stoppa plundrare, anser Riksantikvarieämbetet.Vetenskapsradion Historia besöker utforskningarna vid Glanshammar där metalldetektorister gör gemensam sak med arkeologer i jakten på platsens historia. Programledare är Tobias Svanelid.",
                "id": "3c60iHyjTWlDvXyq6vDSYO",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8afe94e6ec6749503fa108b1b0",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1ffe94e6ec6749503fa108b1b0",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dfe94e6ec6749503fa108b1b0",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Skattplundrare eller hobbyarkeolog?",
                "release_date": "2022-02-15",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3c60iHyjTWlDvXyq6vDSYO"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/79a8a10bd9372b12c1da4c4bfda2a385618e5b99",
                "description": "Nu ska 139 moderna skidåkare fira Vasaloppets 100-årsdage genom att åka det på tidstrogna skidor. Tobias Svanelid tar reda på hur det kommer att gå och varför Vasaloppet fortsätter att fascinera oss.  Tremetersskidor vallade med tjära, honung och stearin ska föra 139 skidlöpare i mål när Vasaloppet firar sin hundraårsdag med ett jubileumslopp. Tobias Svanelid undersöker vilka utmaningar en hundraårig skidutrustning ställer på dagens skidlöpare och om blåbärssoppan är historiskt korrekt. Dessutom berättar idrottshistorikern Isak Lidström om Vasaloppets brokiga historia från starten 1922 till dagens massevent och varför skidloppet kommit att bli den svenska nationens skapelseberättelse.Och så svarar Dick Harrison på en lyssnarfråga om man kan spåra dagens adelsfamiljer till de romerska patricierna!",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5ClN3erkxxPQSMlDyYpMk3"
                },
                "href": "https://api.spotify.com/v1/episodes/5ClN3erkxxPQSMlDyYpMk3",
                "html_description": "Nu ska 139 moderna skidåkare fira Vasaloppets 100-årsdage genom att åka det på tidstrogna skidor. Tobias Svanelid tar reda på hur det kommer att gå och varför Vasaloppet fortsätter att fascinera oss. <br /><br /> Tremetersskidor vallade med tjära, honung och stearin ska föra 139 skidlöpare i mål när Vasaloppet firar sin hundraårsdag med ett jubileumslopp. Tobias Svanelid undersöker vilka utmaningar en hundraårig skidutrustning ställer på dagens skidlöpare och om blåbärssoppan är historiskt korrekt. Dessutom berättar idrottshistorikern Isak Lidström om Vasaloppets brokiga historia från starten 1922 till dagens massevent och varför skidloppet kommit att bli den svenska nationens skapelseberättelse.Och så svarar Dick Harrison på en lyssnarfråga om man kan spåra dagens adelsfamiljer till de romerska patricierna!",
                "id": "5ClN3erkxxPQSMlDyYpMk3",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a2ba9052e6d310c83923e5992",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f2ba9052e6d310c83923e5992",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d2ba9052e6d310c83923e5992",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Honungsvalla, nationalism och tremetersskidor när Vasaloppet fyller 100 år",
                "release_date": "2022-02-08",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5ClN3erkxxPQSMlDyYpMk3"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/0ff6605d825cc899952c626f33da4a20805741dd",
                "description": "Beslutet om slutförvar under Forsmark kräver att vi börjar tänka i 100 000-årsperioder. Tobias Svanelid träffar representanter från två organisationer som vill stimulera vårt långtidstänkande.  Det svenska kärnavfallet ska lagras under Forsmark i 100 000 år. Men hur kan vi förstå så långa tidsperioder, tre istider eller 4000 generationer? Och hur kan vi förbereda kommande generationer på farligheten i marken?Tobias Svanelid träffar två representanter från organisationer som liksom kärnkraftindustrin vill få oss att tänka i längre tidsperspektiv. Martin Kunze bygger framtidsarkivet Memory of Mankind i en österrikisk saltgruva som ska fungera som en tidskapsel för vår egen civilisation. Och Laura Welcher vid The Long Now Foundation berättar om hennes stiftelses olika initiativ att stimulera långtidstänk: en klocka som ska ticka i tiotusen år, språkarkiv som ska spara världens alla språk och bibliotek över vår mänskliga civilisation som kan placeras på månen eller kometer.Dessutom reder Dick Harrison ut varför just smör kom att bli en av Sveriges viktigaste exportprodukter under medeltiden.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0o7sUyCvetWTMhLjUcXgt9"
                },
                "href": "https://api.spotify.com/v1/episodes/0o7sUyCvetWTMhLjUcXgt9",
                "html_description": "Beslutet om slutförvar under Forsmark kräver att vi börjar tänka i 100 000-årsperioder. Tobias Svanelid träffar representanter från två organisationer som vill stimulera vårt långtidstänkande. <br /><br /> Det svenska kärnavfallet ska lagras under Forsmark i 100 000 år. Men hur kan vi förstå så långa tidsperioder, tre istider eller 4000 generationer? Och hur kan vi förbereda kommande generationer på farligheten i marken?Tobias Svanelid träffar två representanter från organisationer som liksom kärnkraftindustrin vill få oss att tänka i längre tidsperspektiv. Martin Kunze bygger framtidsarkivet Memory of Mankind i en österrikisk saltgruva som ska fungera som en tidskapsel för vår egen civilisation. Och Laura Welcher vid The Long Now Foundation berättar om hennes stiftelses olika initiativ att stimulera långtidstänk: en klocka som ska ticka i tiotusen år, språkarkiv som ska spara världens alla språk och bibliotek över vår mänskliga civilisation som kan placeras på månen eller kometer.Dessutom reder Dick Harrison ut varför just smör kom att bli en av Sveriges viktigaste exportprodukter under medeltiden.",
                "id": "0o7sUyCvetWTMhLjUcXgt9",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a2b09f642dc041c597180bd2f",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f2b09f642dc041c597180bd2f",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d2b09f642dc041c597180bd2f",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Nu måste vi tänka i 100 000-årsperioder!",
                "release_date": "2022-02-01",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0o7sUyCvetWTMhLjUcXgt9"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/ce3bcffd27cf219992a586fa6c13fe7633c5a0a1",
                "description": "Junkrar, pickelhuvor och korsriddare har präglat bilden av Preussen. Landet upplöstes för 75 år sedan men Tobias Svanelid spårar landets historia och vilket Preussens arv egentligen är.  Det började med krigiska korsriddare i 1200-talets Baltikum men slutade med total förintelse för 75 år sedan. Vetenskapsradion Historia tecknar Preussens brokiga historia från korsriddarnas Tyska orden, via filosofkungen Fredrik II på 1700-talet och de ökända junkrarnas och militärdisciplinens Preussen som kom att prägla Nazityskland. Historikern Johan Östling vid Lunds universitet menar att Preussen har två ansikten och att det är viktigt att känna till Preussens både demokratiska och kulturella historia och dess militäriska.Dessutom hör vi det utdöda fornpreussiska språket som kan ge ledtrådar till hur en urindoeuropeiska kan ha låtit. Språkhistorikern Jenny Larsson är expert på fornpreussiska och leder forskningsprojektet som söker de indoeuropeiska språkens äldsta rötter.Och så svarar Dick Harrison på den klassiska frågan om vikingarna verkligen åt flugsvamp för att bli modiga bärsärkar.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2h384AL3zndZJsGQ0YxpII"
                },
                "href": "https://api.spotify.com/v1/episodes/2h384AL3zndZJsGQ0YxpII",
                "html_description": "Junkrar, pickelhuvor och korsriddare har präglat bilden av Preussen. Landet upplöstes för 75 år sedan men Tobias Svanelid spårar landets historia och vilket Preussens arv egentligen är. <br /><br /> Det började med krigiska korsriddare i 1200-talets Baltikum men slutade med total förintelse för 75 år sedan. Vetenskapsradion Historia tecknar Preussens brokiga historia från korsriddarnas Tyska orden, via filosofkungen Fredrik II på 1700-talet och de ökända junkrarnas och militärdisciplinens Preussen som kom att prägla Nazityskland. Historikern Johan Östling vid Lunds universitet menar att Preussen har två ansikten och att det är viktigt att känna till Preussens både demokratiska och kulturella historia och dess militäriska.Dessutom hör vi det utdöda fornpreussiska språket som kan ge ledtrådar till hur en urindoeuropeiska kan ha låtit. Språkhistorikern Jenny Larsson är expert på fornpreussiska och leder forskningsprojektet som söker de indoeuropeiska språkens äldsta rötter.Och så svarar Dick Harrison på den klassiska frågan om vikingarna verkligen åt flugsvamp för att bli modiga bärsärkar.",
                "id": "2h384AL3zndZJsGQ0YxpII",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a8325c71824fc111b0073444c",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f8325c71824fc111b0073444c",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d8325c71824fc111b0073444c",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Preussen - från korsriddare till pickelhuvor",
                "release_date": "2022-01-25",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2h384AL3zndZJsGQ0YxpII"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/8312972c0aa25549ee30bd0145daf6932386f645",
                "description": "Hur kunde en enkel läkare få makten i Danmark, inleda en affär med drottningen och kontrollera en galen kung? Struenseeaffären har fascinerat oss i 250 år och Tobias Svanelid reder ut vad som hände.  För 250 år sedan fängslades Johann Friedrich Struensee i sin kammare på slottet i Köpenhamn och en tumultartad historia om en otrogen drottning, en makthungrig livläkare och en galen kung fick ett blodigt slut. I två och ett halvt sekel har Struenseeaffären inspirerat författare och filmskapare och Tobias Svanelid träffar historieprofessorn Harald Gustafsson för att reda ut vad som egentligen hände på de kungliga slotten i Danmarks 1770-tal, och hur vi idag ska förstå det som hände.Dessutom listar Urban Björstadius förra årets viktigaste arkeologiska upptäckter, från egyptiska guldstäder, korsfästa britter och slaktade korsriddare och så svarar Dick Harrison på en lyssnarfråga om romarnas påstådda blyförgiftning.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3vOw4otEV4er91NcqQWl1e"
                },
                "href": "https://api.spotify.com/v1/episodes/3vOw4otEV4er91NcqQWl1e",
                "html_description": "Hur kunde en enkel läkare få makten i Danmark, inleda en affär med drottningen och kontrollera en galen kung? Struenseeaffären har fascinerat oss i 250 år och Tobias Svanelid reder ut vad som hände. <br /><br /> För 250 år sedan fängslades Johann Friedrich Struensee i sin kammare på slottet i Köpenhamn och en tumultartad historia om en otrogen drottning, en makthungrig livläkare och en galen kung fick ett blodigt slut. I två och ett halvt sekel har Struenseeaffären inspirerat författare och filmskapare och Tobias Svanelid träffar historieprofessorn Harald Gustafsson för att reda ut vad som egentligen hände på de kungliga slotten i Danmarks 1770-tal, och hur vi idag ska förstå det som hände.Dessutom listar Urban Björstadius förra årets viktigaste arkeologiska upptäckter, från egyptiska guldstäder, korsfästa britter och slaktade korsriddare och så svarar Dick Harrison på en lyssnarfråga om romarnas påstådda blyförgiftning.",
                "id": "3vOw4otEV4er91NcqQWl1e",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a2c41aea09727bc4694bbc0cb",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f2c41aea09727bc4694bbc0cb",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d2c41aea09727bc4694bbc0cb",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Struenseeaffären lockar med otrohet, maktspel och galenskap",
                "release_date": "2022-01-18",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3vOw4otEV4er91NcqQWl1e"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/d4b12ad393ceb521466531c797017b0d89e0d52a",
                "description": "Ibland ryter historiker till i samhällsdebatten, när historia vantolkas eller används som politiskt slagträ. Men kanske borde de ryta oftare? Och kanske kan historia lägga grunden för klokare beslut?  Vilket ansvar har historikern för sin samtid? Tobias Svanelid samlar historikern David Ludvigsson och dokumentärfilmaren och författaren Maja Hagerman, aktuella med boken Historikern i samhället för att diskutera vad en historiker egentligen är, vilken roll hon spelar i samhällsdebatten och vilket ansvar hon tar och kanske borde ta när historia politiseras och används som slagträ i politiken.Dessutom uppmärksammar vi Handelshögskolan i Stockholms initiativ att utbilda sina elever i att använda historia i dagens beslutsfattande. Applied History heter kursen som rankats som en av utbildningens mest populära och som vill ge studenterna insikter om att kunskap om historia är grunden för kloka beslut och större empati mellan människor.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2Y4nbOKkDCXsUl2qk8I2Bz"
                },
                "href": "https://api.spotify.com/v1/episodes/2Y4nbOKkDCXsUl2qk8I2Bz",
                "html_description": "Ibland ryter historiker till i samhällsdebatten, när historia vantolkas eller används som politiskt slagträ. Men kanske borde de ryta oftare? Och kanske kan historia lägga grunden för klokare beslut? <br /><br /> Vilket ansvar har historikern för sin samtid? Tobias Svanelid samlar historikern David Ludvigsson och dokumentärfilmaren och författaren Maja Hagerman, aktuella med boken Historikern i samhället för att diskutera vad en historiker egentligen är, vilken roll hon spelar i samhällsdebatten och vilket ansvar hon tar och kanske borde ta när historia politiseras och används som slagträ i politiken.Dessutom uppmärksammar vi Handelshögskolan i Stockholms initiativ att utbilda sina elever i att använda historia i dagens beslutsfattande. Applied History heter kursen som rankats som en av utbildningens mest populära och som vill ge studenterna insikter om att kunskap om historia är grunden för kloka beslut och större empati mellan människor.",
                "id": "2Y4nbOKkDCXsUl2qk8I2Bz",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a6856b535b583e1fd095c22fc",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f6856b535b583e1fd095c22fc",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d6856b535b583e1fd095c22fc",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Historikerns ansvar för samtiden",
                "release_date": "2022-01-11",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2Y4nbOKkDCXsUl2qk8I2Bz"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/cfc30ae48cd42204ee33b5624bd0f4d689da3285",
                "description": "Klockstaplarna har ringt in det nya året, men vi behöver veta mer om hur de mår idag och vad de har för historia. Följ med till utforskandet av Njutångers klockstapel, och hör om framtidens historia!  De har just ringt in det nya året, men vi vet alltför lite om landets klockstaplar. Uppsala stift har nu dragit igång ett inventerings- och restaureringsprojekt som kartlägger många av landets hundratals klockstaplar och Vetenskapsradion Historia hänger med upp i Njutångers vackra klockstapel för att höra om 1700-talets byggmästare och staplarnas kulturhistoria.Dessutom tar vi tempen på framtidens historia. När 2022 står framför oss och nyårslöftena fortfarande är obrutna undersöker vi tillsammans med idéhistorikern Henrik Brissman hur vi sett på framtiden genom historien. En historia av orakelkulter, utopiska galenskaper och tekniska fantasier som sällan blivit verklighet.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0woRmVBOhJueoYMNpwtejC"
                },
                "href": "https://api.spotify.com/v1/episodes/0woRmVBOhJueoYMNpwtejC",
                "html_description": "Klockstaplarna har ringt in det nya året, men vi behöver veta mer om hur de mår idag och vad de har för historia. Följ med till utforskandet av Njutångers klockstapel, och hör om framtidens historia! <br /><br /> De har just ringt in det nya året, men vi vet alltför lite om landets klockstaplar. Uppsala stift har nu dragit igång ett inventerings- och restaureringsprojekt som kartlägger många av landets hundratals klockstaplar och Vetenskapsradion Historia hänger med upp i Njutångers vackra klockstapel för att höra om 1700-talets byggmästare och staplarnas kulturhistoria.Dessutom tar vi tempen på framtidens historia. När 2022 står framför oss och nyårslöftena fortfarande är obrutna undersöker vi tillsammans med idéhistorikern Henrik Brissman hur vi sett på framtiden genom historien. En historia av orakelkulter, utopiska galenskaper och tekniska fantasier som sällan blivit verklighet.Programledare är Tobias Svanelid.",
                "id": "0woRmVBOhJueoYMNpwtejC",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a7635b0853e8dd9fd6b32d9e4",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f7635b0853e8dd9fd6b32d9e4",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d7635b0853e8dd9fd6b32d9e4",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Klockstaplarnas hemligheter och framtidens historia",
                "release_date": "2022-01-04",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0woRmVBOhJueoYMNpwtejC"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/26512ac78aa66b88c53d9b40d63d1b51a9b0879d",
                "description": "Följ med Tobias Svanelid på en resa genom historien i Vetenskapsradion Historias årskrönika!  Även under ett coronaår har Vetenskapsradion Historia sett till att fara land och rike kring för att bevaka historiska nyheter och arkeologiska utgrävningar. Likt Salomon August Andrée, som flög mer än lovligt vilse under sina provflygningar, reser vi med Tobias Svanelid och Urban Björstadius från halländska medeltidsborgar, till blodiga klostermassakrer i Nydala, från slagfältets Selånger till samernas Tärnsjö. Hör om vikingar, DNA-hysteri, rösträttssånger och sjunkna skepp i Vetenskapsradion Historias årskrönika.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6JKa7j5fu5sTTwVtiERCwZ"
                },
                "href": "https://api.spotify.com/v1/episodes/6JKa7j5fu5sTTwVtiERCwZ",
                "html_description": "Följ med Tobias Svanelid på en resa genom historien i Vetenskapsradion Historias årskrönika! <br /><br /> Även under ett coronaår har Vetenskapsradion Historia sett till att fara land och rike kring för att bevaka historiska nyheter och arkeologiska utgrävningar. Likt Salomon August Andrée, som flög mer än lovligt vilse under sina provflygningar, reser vi med Tobias Svanelid och Urban Björstadius från halländska medeltidsborgar, till blodiga klostermassakrer i Nydala, från slagfältets Selånger till samernas Tärnsjö. Hör om vikingar, DNA-hysteri, rösträttssånger och sjunkna skepp i Vetenskapsradion Historias årskrönika.",
                "id": "6JKa7j5fu5sTTwVtiERCwZ",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a14387d7dfb1c109bd1000e67",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f14387d7dfb1c109bd1000e67",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d14387d7dfb1c109bd1000e67",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Vetenskapsradion Historias årskrönika flyger vilse med Andrée",
                "release_date": "2021-12-31",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6JKa7j5fu5sTTwVtiERCwZ"
            }
        ],
        "limit": 50,
        "next": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ/episodes?offset=50&limit=50",
        "offset": 0,
        "previous": null,
        "total": 500
    },
    "explicit": false,
    "external_urls": {
        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
    },
    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
    "html_description": "Vi är där historien är.<br/>Ansvarig utgivare: Nina Glans",
    "id": "38bS44xjbVVZ3No3ByF1dJ",
    "images": [
        {
            "height": 640,
            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
            "width": 640
        },
        {
            "height": 300,
            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
            "width": 300
        },
        {
            "height": 64,
            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
            "width": 64
        }
    ],
    "is_externally_hosted": false,
    "languages": [
        "sv"
    ],
    "media_type": "audio",
    "name": "Vetenskapsradion Historia",
    "publisher": "Sveriges Radio",
    "total_episodes": 500,
    "type": "show",
    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
}
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
cache-control: public, max-age=60
etag: "MC-IjY0ZGIyMzliZmI4YThhYmE1MTk2NGMxYjNkZDQ1Yjg0Ig=="
x-robots-tag: noindex, nofollow
access-control-allow-origin: *
access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
access-control-allow-credentials: true
access-control-max-age: 604800
content-encoding: gzip
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
date: Fri, 03 Feb 2023 18:23:45 GMT
server: envoy
Via: HTTP/2 edgeproxy, 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked

{
    "available_markets": [
        "AD",
        "AE",
        "AG",
        "AL",
        "AM",
        "AO",
        "AR",
        "AT",
        "AU",
        "AZ",
        "BA",
        "BB",
        "BE",
        "BF",
        "BG",
        "BH",
        "BI",
        "BJ",
        "BN",
        "BO",
        "BR",
        "BS",
        "BT",
        "BW",
        "BZ",
        "CA",
        "CH",
        "CI",
        "CL",
        "CM",
        "CO",
        "CR",
        "CV",
        "CW",
        "CY",
        "CZ",
        "DE",
        "DJ",
        "DK",
        "DM",
        "DO",
        "DZ",
        "EC",
        "EE",
        "EG",
        "ES",
        "FI",
        "FJ",
        "FM",
        "FR",
        "GA",
        "GB",
        "GD",
        "GE",
        "GH",
        "GM",
        "GN",
        "GQ",
        "GR",
        "GT",
        "GW",
        "GY",
        "HK",
        "HN",
        "HR",
        "HT",
        "HU",
        "ID",
        "IE",
        "IL",
        "IN",
        "IS",
        "IT",
        "JM",
        "JO",
        "JP",
        "KE",
        "KH",
        "KI",
        "KM",
        "KN",
        "KR",
        "KW",
        "LA",
        "LB",
        "LC",
        "LI",
        "LR",
        "LS",
        "LT",
        "LU",
        "LV",
        "MA",
        "MC",
        "ME",
        "MG",
        "MH",
        "MK",
        "ML",
        "MN",
        "MO",
        "MR",
        "MT",
        "MU",
        "MV",
        "MW",
        "MX",
        "MY",
        "MZ",
        "NA",
        "NE",
        "NG",
        "NI",
        "NL",
        "NO",
        "NP",
        "NR",
        "NZ",
        "OM",
        "PA",
        "PE",
        "PG",
        "PH",
        "PL",
        "PS",
        "PT",
        "PW",
        "PY",
        "QA",
        "RO",
        "RS",
        "RW",
        "SA",
        "SB",
        "SC",
        "SE",
        "SG",
        "SI",
        "SK",
        "SL",
        "SM",
        "SN",
        "SR",
        "ST",
        "SV",
        "SZ",
        "TD",
        "TG",
        "TH",
        "TL",
        "TN",
        "TO",
        "TR",
        "TT",
        "TV",
        "TW",
        "TZ",
        "UA",
        "US",
        "UY",
        "UZ",
        "VC",
        "VN",
        "VU",
        "WS",
        "XK",
        "ZA",
        "ZM",
        "ZW"
    ],
    "copyrights": [
        
    ],
    "description": "Vi är där historien är. Ansvarig utgivare: Nina Glans",
    "episodes": {
        "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ/episodes?offset=0&limit=50",
        "items": [
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/02ebea9ddc9a9e6099eb0281bcce148e5bec85cf",
                "description": "Flickor förväntades ta mest ansvar för oönskade graviditeter och sexuellt överförbara sjukdomar också under den sexuella revolutionen. Trots nya tankar levde gamla normer kvar visar ny forskning.  Den sexuella revolutionen på 70-talet innebar en ny syn på sex och samliv, men gamla tankar levde kvar. Historikern Anna-Karin Larsson har studerat debatterna i dåtidens medicinska tidskrifter och visar hur flickor fortfarande förväntades ta ansvar inte bara för sin egen sexualitet men också för pojkarnas.Vi undersöker också hur minnet av Mahatma Gandhi lever kvar i Indien, 75 år efter mordet på landsfadern. Sveriges Radios Sydasienkorrespondent Naila Saleem menar att Gandhi inte hade känt igen sig i dagens Indien.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när den långa gränsen mellan Sverige och Norge skulle dras på 1700-talet.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5GU0RuFEvJVlFGLxRoVKSz"
                },
                "href": "https://api.spotify.com/v1/episodes/5GU0RuFEvJVlFGLxRoVKSz",
                "html_description": "Flickor förväntades ta mest ansvar för oönskade graviditeter och sexuellt överförbara sjukdomar också under den sexuella revolutionen. Trots nya tankar levde gamla normer kvar visar ny forskning. <br /><br /> Den sexuella revolutionen på 70-talet innebar en ny syn på sex och samliv, men gamla tankar levde kvar. Historikern Anna-Karin Larsson har studerat debatterna i dåtidens medicinska tidskrifter och visar hur flickor fortfarande förväntades ta ansvar inte bara för sin egen sexualitet men också för pojkarnas.Vi undersöker också hur minnet av Mahatma Gandhi lever kvar i Indien, 75 år efter mordet på landsfadern. Sveriges Radios Sydasienkorrespondent Naila Saleem menar att Gandhi inte hade känt igen sig i dagens Indien.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när den långa gränsen mellan Sverige och Norge skulle dras på 1700-talet.Programledare är Tobias Svanelid.",
                "id": "5GU0RuFEvJVlFGLxRoVKSz",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8af7e700ae86451ae6c667541b",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1ff7e700ae86451ae6c667541b",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68df7e700ae86451ae6c667541b",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Tjejer tog mest ansvar för sex",
                "release_date": "2023-01-31",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5GU0RuFEvJVlFGLxRoVKSz"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/50e659c576893b88f64b1ae9127c8b0e43101264",
                "description": "Inte som lamm till slakt. Kenneth Hermeles nya bok om judiskt motstånd under Förintelsen ger en helt ny bild av hur judar i Europa gjorde kraftigt motstånd mot sina nazistiska bödlar.  Judarna gjorde inte nämnvärt motstånd mot sina nazistiska bödlar under Förintelsen, utan leddes som lamm till slakt har det hetat. Nu visar författaren Kenneth Hermele i en aktuell bok att så var långt ifrån fallet och tillsammans med Tobias Svanelid diskuterar han såväl våldsamma partisanaktioner, dödliga danserskor i förintelselägren och kulsprutor i synagogan, som judisk smuggling, teateruppsättningar och arkivarbete som tillsammans ger bilden av ett kraftfullt judiskt motstånd.Dessutom reder Dick Harrison ut hur rädda folk var inför millennieskiftet år 1000.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6OWCSj6Axvo1HaWl60yuYS"
                },
                "href": "https://api.spotify.com/v1/episodes/6OWCSj6Axvo1HaWl60yuYS",
                "html_description": "Inte som lamm till slakt. Kenneth Hermeles nya bok om judiskt motstånd under Förintelsen ger en helt ny bild av hur judar i Europa gjorde kraftigt motstånd mot sina nazistiska bödlar. <br /><br /> Judarna gjorde inte nämnvärt motstånd mot sina nazistiska bödlar under Förintelsen, utan leddes som lamm till slakt har det hetat. Nu visar författaren Kenneth Hermele i en aktuell bok att så var långt ifrån fallet och tillsammans med Tobias Svanelid diskuterar han såväl våldsamma partisanaktioner, dödliga danserskor i förintelselägren och kulsprutor i synagogan, som judisk smuggling, teateruppsättningar och arkivarbete som tillsammans ger bilden av ett kraftfullt judiskt motstånd.Dessutom reder Dick Harrison ut hur rädda folk var inför millennieskiftet år 1000.",
                "id": "6OWCSj6Axvo1HaWl60yuYS",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a4f8d504935bba46193b5a698",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f4f8d504935bba46193b5a698",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d4f8d504935bba46193b5a698",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Judiskt motstånd under Förintelsen",
                "release_date": "2023-01-24",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6OWCSj6Axvo1HaWl60yuYS"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/b323efde89c89f7c697edc47b94afb15e8aa7035",
                "description": "Vetenskapsradion Historia fortsätter resan i etruskernas fotspår, i jakt på det mytomspunna folkets liv för 2 500 år sedan, bland mäktiga tempelruiner och praktfulla gravkammare.  Följ med Tobias Svanelid och arkeologen Richard Holmgren i etruskernas fotspår  när de fortsätter att söka efter spåren efter såväl de levande som de döda etruskerna. I San Giovenales 2 500-åriga ruiner testar man dryckesspel och i Tarquinias tempelruiner diskuteras augurernas och andra etruskiska siares förmågor att förutsäga framtiden. Dessutom besöker man de magnifika gravfälten i Monterozzi  Italiens Konungarnas dal, testar att måla svartfigurig keramik på etruskiskt vis, och reser till Banditaccianekropolen, den antika medelhavsvärldens största gravplats med praktfulla gravar som skildrar livet på 500-talet före Kristus.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/1MSkmRUjGpcOC2Q4UrBHsx"
                },
                "href": "https://api.spotify.com/v1/episodes/1MSkmRUjGpcOC2Q4UrBHsx",
                "html_description": "Vetenskapsradion Historia fortsätter resan i etruskernas fotspår, i jakt på det mytomspunna folkets liv för 2 500 år sedan, bland mäktiga tempelruiner och praktfulla gravkammare. <br /><br /> Följ med Tobias Svanelid och arkeologen Richard Holmgren i etruskernas fotspår  när de fortsätter att söka efter spåren efter såväl de levande som de döda etruskerna. I San Giovenales 2 500-åriga ruiner testar man dryckesspel och i Tarquinias tempelruiner diskuteras augurernas och andra etruskiska siares förmågor att förutsäga framtiden. Dessutom besöker man de magnifika gravfälten i Monterozzi  Italiens Konungarnas dal, testar att måla svartfigurig keramik på etruskiskt vis, och reser till Banditaccianekropolen, den antika medelhavsvärldens största gravplats med praktfulla gravar som skildrar livet på 500-talet före Kristus.",
                "id": "1MSkmRUjGpcOC2Q4UrBHsx",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a537376c5d636741e3113653b",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f537376c5d636741e3113653b",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d537376c5d636741e3113653b",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "I etruskernas fotspår",
                "release_date": "2023-01-17",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:1MSkmRUjGpcOC2Q4UrBHsx"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/06cffa10385089272216a19db60410bf07123343",
                "description": "Följ med Tobias Svanelid och arkeologen Richard Holmgren på en resa i etruskernas värld. Vad var det för folk som föregick romarna som Italiens härskare och varifrån kom de?  De dominerade de italienska halvön hundratals år innan romarna steg upp på scenen, och de utvecklade en kultur som än idag fascinerar och förbryllar. Vetenskapsradion Historias Tobias Svanelid reser med arkeologen Richard Holmgren till etruskernas värld för att ta reda på vilka detta mytomspunna folk egentligen var. I gravkammare, djupa raviner och bland etruskiska ruiner och lämningar diskuteras bland annat frågan om etruskernas mystiska ursprung och språk. Var kom de egentligen ifrån? Och så diskuteras en teori till varför etruskerna kom att få en så dominant position runt Medelhavet för 2 500 år sedan.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3qnAJYd3yhwNpHQ9mJ23xS"
                },
                "href": "https://api.spotify.com/v1/episodes/3qnAJYd3yhwNpHQ9mJ23xS",
                "html_description": "Följ med Tobias Svanelid och arkeologen Richard Holmgren på en resa i etruskernas värld. Vad var det för folk som föregick romarna som Italiens härskare och varifrån kom de? <br /><br /> De dominerade de italienska halvön hundratals år innan romarna steg upp på scenen, och de utvecklade en kultur som än idag fascinerar och förbryllar. Vetenskapsradion Historias Tobias Svanelid reser med arkeologen Richard Holmgren till etruskernas värld för att ta reda på vilka detta mytomspunna folk egentligen var. I gravkammare, djupa raviner och bland etruskiska ruiner och lämningar diskuteras bland annat frågan om etruskernas mystiska ursprung och språk. Var kom de egentligen ifrån? Och så diskuteras en teori till varför etruskerna kom att få en så dominant position runt Medelhavet för 2 500 år sedan.",
                "id": "3qnAJYd3yhwNpHQ9mJ23xS",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a7118bd77c986982b079ae3cb",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f7118bd77c986982b079ae3cb",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d7118bd77c986982b079ae3cb",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "De mytomspunna etruskerna",
                "release_date": "2023-01-10",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3qnAJYd3yhwNpHQ9mJ23xS"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/df961768a0d0a7c1256f12d406c067385faa6341",
                "description": "Demokratiska städer, buffeltokiga präriefolk och mänsklig uppfinningsrikedom och lekfullhet står i fokus när forntidshistorien nu skrivs om. Vi träffar författaren till omdebatterade Början på allt.  Vår bild av forntiden och människans förhistoria formades för hundratals år sedan, men är dags att slå sönder. I boken Början på allt vill arkeologen David Wengrow och antropologen David Graeber ge en myllrande bild av alla de olika sätt som forntidsmänniskan format sina städer och tidiga civilisationer på. Glöm föreställningarna om en ursprunglig utopisk harmoni eller ett allas krig mot alla  forntiden kunde vara allt detta men mycket, mycket mer.Dessutom listar Urban Björstadius det gångna årets tio viktigaste arkeologiska upptäckter och så träffar vi egyptologen Zahi Hawass som suttit som en spindel i nätet i all fornegyptisk forskning de senaste femtio åren och nu är engagerad i utgrävningarna av den bländande staden Aten.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/52SjIso8es7SvxytK99pJn"
                },
                "href": "https://api.spotify.com/v1/episodes/52SjIso8es7SvxytK99pJn",
                "html_description": "Demokratiska städer, buffeltokiga präriefolk och mänsklig uppfinningsrikedom och lekfullhet står i fokus när forntidshistorien nu skrivs om. Vi träffar författaren till omdebatterade Början på allt. <br /><br /> Vår bild av forntiden och människans förhistoria formades för hundratals år sedan, men är dags att slå sönder. I boken Början på allt vill arkeologen David Wengrow och antropologen David Graeber ge en myllrande bild av alla de olika sätt som forntidsmänniskan format sina städer och tidiga civilisationer på. Glöm föreställningarna om en ursprunglig utopisk harmoni eller ett allas krig mot alla  forntiden kunde vara allt detta men mycket, mycket mer.Dessutom listar Urban Björstadius det gångna årets tio viktigaste arkeologiska upptäckter och så träffar vi egyptologen Zahi Hawass som suttit som en spindel i nätet i all fornegyptisk forskning de senaste femtio åren och nu är engagerad i utgrävningarna av den bländande staden Aten.Programledare är Tobias Svanelid.",
                "id": "52SjIso8es7SvxytK99pJn",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ac8ebfe77c168c59fa5a991e6",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fc8ebfe77c168c59fa5a991e6",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dc8ebfe77c168c59fa5a991e6",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Forntidens historia skrivs om",
                "release_date": "2023-01-03",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:52SjIso8es7SvxytK99pJn"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/b0a537ba043486fb098e88cd76d7be6dc823fca0",
                "description": "Vad minns du av historieåret 2022? Följ med Tobias Svanelid till årets jubileer och mest spännande forskning!  Historiskt storkrig i Europa, historiskt höga elpriser och en historiskt skenande inflation. År 2022 har varit ett historiskt år, och Vetenskapsradion Historias Tobias Svanelid guidar dig runt bland de viktigaste historiska händelserna, från Vasaloppsjubileum till återskapade historiska spritsorter.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/4hK61wlkooPyRcS9TB2sr5"
                },
                "href": "https://api.spotify.com/v1/episodes/4hK61wlkooPyRcS9TB2sr5",
                "html_description": "Vad minns du av historieåret 2022? Följ med Tobias Svanelid till årets jubileer och mest spännande forskning! <br /><br /> Historiskt storkrig i Europa, historiskt höga elpriser och en historiskt skenande inflation. År 2022 har varit ett historiskt år, och Vetenskapsradion Historias Tobias Svanelid guidar dig runt bland de viktigaste historiska händelserna, från Vasaloppsjubileum till återskapade historiska spritsorter.",
                "id": "4hK61wlkooPyRcS9TB2sr5",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8af15ccf7523348d3ec743b0aa",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1ff15ccf7523348d3ec743b0aa",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68df15ccf7523348d3ec743b0aa",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Historieåret 2022 avrundas",
                "release_date": "2022-12-27",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:4hK61wlkooPyRcS9TB2sr5"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/3caf8ce68782ff318aca069b574e9c3b14934641",
                "description": "Följ med Tobias Svanelid till Rhodos där spåren efter en av världshistoriens blodigaste belägringar fortfarande finns kvar. Hör om riddarnas sista strid, där johanniterorden försvarade sig mot turkar.  För femhundra år sedan utspelade sig en av världshistoriens blodigaste och mest ikoniska belägringar. Uppemot 70 000 turkiska soldater stod mot 700 korsriddare på den grekiska ön Rhodos i vad som vissa menat var riddarnas sista strid. Tobias Svanelid reser till Rhodos för att se de mäktiga befästningarna och diskuterar belägringen med historikern Dick Harrison och vad striden kom att leda till för såväl johanniterorden som för turkarna.Dessutom träffar vi historikern som försöker förklara varför det känns så skönt när svenska skidlöpare vinner mot norrmän i OS.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5emGcpaVVCSzPiTtmak3Md"
                },
                "href": "https://api.spotify.com/v1/episodes/5emGcpaVVCSzPiTtmak3Md",
                "html_description": "Följ med Tobias Svanelid till Rhodos där spåren efter en av världshistoriens blodigaste belägringar fortfarande finns kvar. Hör om riddarnas sista strid, där johanniterorden försvarade sig mot turkar. <br /><br /> För femhundra år sedan utspelade sig en av världshistoriens blodigaste och mest ikoniska belägringar. Uppemot 70 000 turkiska soldater stod mot 700 korsriddare på den grekiska ön Rhodos i vad som vissa menat var riddarnas sista strid. Tobias Svanelid reser till Rhodos för att se de mäktiga befästningarna och diskuterar belägringen med historikern Dick Harrison och vad striden kom att leda till för såväl johanniterorden som för turkarna.Dessutom träffar vi historikern som försöker förklara varför det känns så skönt när svenska skidlöpare vinner mot norrmän i OS.",
                "id": "5emGcpaVVCSzPiTtmak3Md",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a75cbeeb1e70c7f821a28b2a4",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f75cbeeb1e70c7f821a28b2a4",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d75cbeeb1e70c7f821a28b2a4",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Belägringen av Rhodos 1522",
                "release_date": "2022-12-20",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5emGcpaVVCSzPiTtmak3Md"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/d1ce0826dbad511e66f2eedc56d715278009ea48",
                "description": "Glimrande hovliv, smarriga kolbullar, kloka korpar och fjälliga sjömänniskor samsas i Vetenskapsradion Historias julklappsboktips! Och så testar vi brädspelet i Jane Austens herrgårds-England!  Missa inte Vetenskapsradion Historias julklappstips där Kristina Ekero Eriksson, Urban Björstadius och Tobias Svanelid tipsar om böcker om glimrande hovliv och kungligheter, om kolning, saffran, korpar och mycket, mycket annat. Och så testar Spelpanelen att navigera i Englands Downton Abbey-miljö i spelet Obsession och att överleva Första världskriget i The Grizzled.Böckerna och spelen som nämnts i programmet:Sagan om Saffran av Gunnel CarlssonKarl XV av Thorsten SandbergFrån Savolaxbrigden till Särskilda skyddsgruppen av Fredrik Eriksson, Lars Ericson Wolke och Gunnar ÅseliusAnfallskrigens argument av Ove BringTill eftervärlden av Marianne Molander BeyerDödens idéhistoria av Karin Dirke, Andreas Hellerstedt och Martin Wiklund (red)Mumier av Sofia HäggmanDe utomordentliga av Maja BondestamHovet av Björn AskerKolning av Gunnar NygrenKorpen av Bengt-Erik Engholm och Lina BlixtEuropas mödrar av Karin BojsJärnålderns symboler och dolda budskap av Kent AnderssonObsession av Dan HallagenThe Grizzled av Fabien Riffaud och Juan Rodriguez",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2xC5qxAqcxqNQpd1geIn7H"
                },
                "href": "https://api.spotify.com/v1/episodes/2xC5qxAqcxqNQpd1geIn7H",
                "html_description": "Glimrande hovliv, smarriga kolbullar, kloka korpar och fjälliga sjömänniskor samsas i Vetenskapsradion Historias julklappsboktips! Och så testar vi brädspelet i Jane Austens herrgårds-England! <br /><br /> Missa inte Vetenskapsradion Historias julklappstips där Kristina Ekero Eriksson, Urban Björstadius och Tobias Svanelid tipsar om böcker om glimrande hovliv och kungligheter, om kolning, saffran, korpar och mycket, mycket annat. Och så testar Spelpanelen att navigera i Englands Downton Abbey-miljö i spelet Obsession och att överleva Första världskriget i The Grizzled.Böckerna och spelen som nämnts i programmet:Sagan om Saffran av Gunnel CarlssonKarl XV av Thorsten SandbergFrån Savolaxbrigden till Särskilda skyddsgruppen av Fredrik Eriksson, Lars Ericson Wolke och Gunnar ÅseliusAnfallskrigens argument av Ove BringTill eftervärlden av Marianne Molander BeyerDödens idéhistoria av Karin Dirke, Andreas Hellerstedt och Martin Wiklund (red)Mumier av Sofia HäggmanDe utomordentliga av Maja BondestamHovet av Björn AskerKolning av Gunnar NygrenKorpen av Bengt-Erik Engholm och Lina BlixtEuropas mödrar av Karin BojsJärnålderns symboler och dolda budskap av Kent AnderssonObsession av Dan HallagenThe Grizzled av Fabien Riffaud och Juan Rodriguez",
                "id": "2xC5qxAqcxqNQpd1geIn7H",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a0644c9896f8466a39e90fc17",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f0644c9896f8466a39e90fc17",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d0644c9896f8466a39e90fc17",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Hovliv och kolbullar",
                "release_date": "2022-12-13",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2xC5qxAqcxqNQpd1geIn7H"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/55c6902d9659931a9e9e25b0b9a20ceb59bf91af",
                "description": "För femtio år sedan landade Apollo 17 på månen, men nu är vi på väg dit igen. Hör om människans ständiga längtan efter månen och vad vi genom historien trott och tänkt om denna mystiska himlakropp.  Det har gått femtio år sedan människan senast satte fötterna på månen men nu är vi så smått på väg dit igen. Tobias Svanelid samtalar med arkeologen och amatörastronomen Jonathan Lindström om vad månen betytt för oss människor genom historien och vad vi trott om denna den närmsta av våra himlakroppar. Var månfläckarna egentligen utspilld tjära? Kunde man starta kring när månen stod i nedan? Är det sant att vi blir mångalna?Och så berättar historikern Lisa Svanfeldt-Winter om sin forskning om 1800-talets vetenskapsdebatt om huruvida jorden var platt. Idag frodas dessa tankar på sociala medier, men redan i mitten av 1800-talet lanserade Samuel Rowbotham sina teorier om en platt jord.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/11L6kL6k1bSmS61bToXL3g"
                },
                "href": "https://api.spotify.com/v1/episodes/11L6kL6k1bSmS61bToXL3g",
                "html_description": "För femtio år sedan landade Apollo 17 på månen, men nu är vi på väg dit igen. Hör om människans ständiga längtan efter månen och vad vi genom historien trott och tänkt om denna mystiska himlakropp. <br /><br /> Det har gått femtio år sedan människan senast satte fötterna på månen men nu är vi så smått på väg dit igen. Tobias Svanelid samtalar med arkeologen och amatörastronomen Jonathan Lindström om vad månen betytt för oss människor genom historien och vad vi trott om denna den närmsta av våra himlakroppar. Var månfläckarna egentligen utspilld tjära? Kunde man starta kring när månen stod i nedan? Är det sant att vi blir mångalna?Och så berättar historikern Lisa Svanfeldt-Winter om sin forskning om 1800-talets vetenskapsdebatt om huruvida jorden var platt. Idag frodas dessa tankar på sociala medier, men redan i mitten av 1800-talet lanserade Samuel Rowbotham sina teorier om en platt jord.",
                "id": "11L6kL6k1bSmS61bToXL3g",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a8b3c6c23a2bf767b286e6f27",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f8b3c6c23a2bf767b286e6f27",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d8b3c6c23a2bf767b286e6f27",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Människans längtan till månen",
                "release_date": "2022-12-06",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:11L6kL6k1bSmS61bToXL3g"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/31ef36a91ba2fc9bc9cd38b4c174f4d1c8cae340",
                "description": "Bänka dig i biofåtöljen och hör historikerna granska bioaktuella The Woman King, om Afrikas amazoner och Devotion - Top Gun i Koreakrigsmiljö!  I hundratals år stred kvinnor som elitsoldater i det afrikanska kungariket Dahomeys armé. Nu skildras deras liv och öden i bioaktuella The Woman King och Vetenskapsradion Historia granskar filmens historiska kvalitéer med hjälp av historikern Anders Claréus och diskuterar kvinnliga krigare och kvinnors deltagande i historiska krig med författaren Anna Larsdotter.Dessutom granskar vi aktuella Devotion  en Top Gun-film under Koreakriget där Armémuseets Thomas Roth delar ut betyg.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3CRQcqucr4Qa6Jo7nB53U9"
                },
                "href": "https://api.spotify.com/v1/episodes/3CRQcqucr4Qa6Jo7nB53U9",
                "html_description": "Bänka dig i biofåtöljen och hör historikerna granska bioaktuella The Woman King, om Afrikas amazoner och Devotion - Top Gun i Koreakrigsmiljö! <br /><br /> I hundratals år stred kvinnor som elitsoldater i det afrikanska kungariket Dahomeys armé. Nu skildras deras liv och öden i bioaktuella The Woman King och Vetenskapsradion Historia granskar filmens historiska kvalitéer med hjälp av historikern Anders Claréus och diskuterar kvinnliga krigare och kvinnors deltagande i historiska krig med författaren Anna Larsdotter.Dessutom granskar vi aktuella Devotion  en Top Gun-film under Koreakriget där Armémuseets Thomas Roth delar ut betyg.Programledare är Tobias Svanelid.",
                "id": "3CRQcqucr4Qa6Jo7nB53U9",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a4e038afcbeeb4cdd9915bb28",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f4e038afcbeeb4cdd9915bb28",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d4e038afcbeeb4cdd9915bb28",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Afrikas amazoner på bio",
                "release_date": "2022-11-29",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3CRQcqucr4Qa6Jo7nB53U9"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/63c99681e302c2dc881cc2efaa65f65d723ee560",
                "description": "Smutsiga men ståtliga och tatuerade elitkrigare. Så beskrev muslimen Ibn Fadlan sitt möte med vikingar år 922. Men vad berättar han egentligen om relationen mellan nordbor och muslimer?  År 922 mötte den muslimske resenären vikingar under sina resor i nuvarande Ryssland. Han beskrev deras barbariska sedvänjor, deras obefintliga personliga hygien, deras tatueringar och hur en hövding begravdes i en båt. Men han talade också om dem som ståtliga och högvuxna krigare. Tobias Svanelid samlas arkeologen Charlotte Hedenstierna Jonsson och religionsvetaren Simon Sorgenfrei för att diskutera vad Ibn Fadlans berättelse betytt för vår förståelse av vikingar, men också vad den kan berätta om relationerna mellan Skandinavien och dåtidens högkultur, de muslimska kalifaten.Dessutom svarar Dick Harrison på en lyssnarfråga om vad vi egentligen vet om slaget vid Herrevadsbro år 1251, slaget som påstås lagt grunden för det moderna Sverige och banat vägen för den nya staden Stockholm.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/04HzXcqi8UoWk1MSrHAqWf"
                },
                "href": "https://api.spotify.com/v1/episodes/04HzXcqi8UoWk1MSrHAqWf",
                "html_description": "Smutsiga men ståtliga och tatuerade elitkrigare. Så beskrev muslimen Ibn Fadlan sitt möte med vikingar år 922. Men vad berättar han egentligen om relationen mellan nordbor och muslimer? <br /><br /> År 922 mötte den muslimske resenären vikingar under sina resor i nuvarande Ryssland. Han beskrev deras barbariska sedvänjor, deras obefintliga personliga hygien, deras tatueringar och hur en hövding begravdes i en båt. Men han talade också om dem som ståtliga och högvuxna krigare. Tobias Svanelid samlas arkeologen Charlotte Hedenstierna Jonsson och religionsvetaren Simon Sorgenfrei för att diskutera vad Ibn Fadlans berättelse betytt för vår förståelse av vikingar, men också vad den kan berätta om relationerna mellan Skandinavien och dåtidens högkultur, de muslimska kalifaten.Dessutom svarar Dick Harrison på en lyssnarfråga om vad vi egentligen vet om slaget vid Herrevadsbro år 1251, slaget som påstås lagt grunden för det moderna Sverige och banat vägen för den nya staden Stockholm.",
                "id": "04HzXcqi8UoWk1MSrHAqWf",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ab7604c0461bd9a2489f58a03",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fb7604c0461bd9a2489f58a03",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68db7604c0461bd9a2489f58a03",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Ibn Fadlans möte med vikingar",
                "release_date": "2022-11-22",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:04HzXcqi8UoWk1MSrHAqWf"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/f7cdd266162f0024036f4c54a443c5275cda2a67",
                "description": "Omkring 300 människor miste livet i det kalla novembervattnet 1872, när havet höjdes drygt 3 meter och slog sönder kusterna längs södra Östersjön. Vi söker spåren efter denna bortglömda katastrof.  För 150 år sedan översköljdes Östersjöns kuster av en stormflod. Havsnivån höjdes på sina ställen med mer än tre meter och hundratals människor drunknade i det iskalla vattnet. Tobias Svanelid vandrar runt på Falsterbonäset där det fortfarande finns spår kvar efter stormfloden 1872, och träffar kustingenjören Caroline Hallin som berättar om katastrofen och vad vi idag kan lära av den.Och så uppmärksammar vi tidskapseln från Storkyrkan som presenterades för allmänheten tidigare i höstas, men som bär på ytterligare dolda budskap.Dessutom granskar vi Netflixfilmen På västfronten intet nytt och tar reda på vad den kan säga om vår tids skyttegravskrig i Ukraina.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5vuboOq73oBTsTumCHE3E8"
                },
                "href": "https://api.spotify.com/v1/episodes/5vuboOq73oBTsTumCHE3E8",
                "html_description": "Omkring 300 människor miste livet i det kalla novembervattnet 1872, när havet höjdes drygt 3 meter och slog sönder kusterna längs södra Östersjön. Vi söker spåren efter denna bortglömda katastrof. <br /><br /> För 150 år sedan översköljdes Östersjöns kuster av en stormflod. Havsnivån höjdes på sina ställen med mer än tre meter och hundratals människor drunknade i det iskalla vattnet. Tobias Svanelid vandrar runt på Falsterbonäset där det fortfarande finns spår kvar efter stormfloden 1872, och träffar kustingenjören Caroline Hallin som berättar om katastrofen och vad vi idag kan lära av den.Och så uppmärksammar vi tidskapseln från Storkyrkan som presenterades för allmänheten tidigare i höstas, men som bär på ytterligare dolda budskap.Dessutom granskar vi Netflixfilmen På västfronten intet nytt och tar reda på vad den kan säga om vår tids skyttegravskrig i Ukraina.",
                "id": "5vuboOq73oBTsTumCHE3E8",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ad788851b76498f5c9b55dbad",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fd788851b76498f5c9b55dbad",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dd788851b76498f5c9b55dbad",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Stormfloden 1872",
                "release_date": "2022-11-15",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5vuboOq73oBTsTumCHE3E8"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/dfc72b57909555fcca6b5eff6622276919e2142e",
                "description": "Var det bläckfiskar, hajar eller galna mördare som orsakade Mary Celestes undergång. I 150 år har man nu spekulerat om spökskeppets öde och varför besättningen var spårlöst försvunnen.  I november 1872, för 150 år sedan, satte Mary Celeste segel för sin resa över Atlanten. Några veckor senare hittas hon drivande i vågorna utanför Portugals kust. Hennes besättning är spårlöst försvunnen. Allt sedan dess har spekulationerna om vad som hände Mary Celeste varit många och Tobias Svanelid reder ut bland teorierna om spökskeppets öden och äventyr, bland hajar, bläckfiskar, galna mördare och explosioner.Dessutom svarar Dick Harrison på en lyssnarfråga om varför Norge blev monarki och inte republik vid unionsupplösningen 1905.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6T7xgiOEJ8advsXfZOfiEL"
                },
                "href": "https://api.spotify.com/v1/episodes/6T7xgiOEJ8advsXfZOfiEL",
                "html_description": "Var det bläckfiskar, hajar eller galna mördare som orsakade Mary Celestes undergång. I 150 år har man nu spekulerat om spökskeppets öde och varför besättningen var spårlöst försvunnen. <br /><br /> I november 1872, för 150 år sedan, satte Mary Celeste segel för sin resa över Atlanten. Några veckor senare hittas hon drivande i vågorna utanför Portugals kust. Hennes besättning är spårlöst försvunnen. Allt sedan dess har spekulationerna om vad som hände Mary Celeste varit många och Tobias Svanelid reder ut bland teorierna om spökskeppets öden och äventyr, bland hajar, bläckfiskar, galna mördare och explosioner.Dessutom svarar Dick Harrison på en lyssnarfråga om varför Norge blev monarki och inte republik vid unionsupplösningen 1905.",
                "id": "6T7xgiOEJ8advsXfZOfiEL",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aaf8163b0c72ce6d3cb92042f",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1faf8163b0c72ce6d3cb92042f",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68daf8163b0c72ce6d3cb92042f",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Spökskeppet Mary Celeste",
                "release_date": "2022-11-08",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6T7xgiOEJ8advsXfZOfiEL"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/feda4d72714de4e6885323985448409b039f7ffb",
                "description": "Han var en av Egyptens kortast regerande faraoner och dog knappt 20 år gammal. Ändå skulle upptäckten av hans grav ta världen med storm och orsaka faraos förbannelse.  Jag ser underbara ting rapporterade Howard Carter när han som första människa på mer än 3000 år kikade in i Tutanchamons grav för exakt 100 år sedan. Vetenskapsradion Historia berättar om upptäckten som tog världen med storm och födde en Egyptenfeber utan like. Och som dessutom följdes av flertalet mystiska dödsfall  men vad ligger det egentligen för sanning i påståendena om mumiens förbannelse?Panelen med Jonathan Lindström och Kristina Ekero Eriksson återsamlas också för att diskutera andra banbrytande upptäckter i skuggan av Tutanchamon, och om de själva känt av förhistoriska förbannelser under sina egna arkeologiska utgrävningar.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/74unMg1Sta60SZV5gdjSqC"
                },
                "href": "https://api.spotify.com/v1/episodes/74unMg1Sta60SZV5gdjSqC",
                "html_description": "Han var en av Egyptens kortast regerande faraoner och dog knappt 20 år gammal. Ändå skulle upptäckten av hans grav ta världen med storm och orsaka faraos förbannelse. <br /><br /> Jag ser underbara ting rapporterade Howard Carter när han som första människa på mer än 3000 år kikade in i Tutanchamons grav för exakt 100 år sedan. Vetenskapsradion Historia berättar om upptäckten som tog världen med storm och födde en Egyptenfeber utan like. Och som dessutom följdes av flertalet mystiska dödsfall  men vad ligger det egentligen för sanning i påståendena om mumiens förbannelse?Panelen med Jonathan Lindström och Kristina Ekero Eriksson återsamlas också för att diskutera andra banbrytande upptäckter i skuggan av Tutanchamon, och om de själva känt av förhistoriska förbannelser under sina egna arkeologiska utgrävningar.Programledare är Tobias Svanelid.",
                "id": "74unMg1Sta60SZV5gdjSqC",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a5a283aa2fb103f081f170b34",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f5a283aa2fb103f081f170b34",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d5a283aa2fb103f081f170b34",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Tutanchamonfeber i hundra år",
                "release_date": "2022-11-01",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:74unMg1Sta60SZV5gdjSqC"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/5f4865ed84fe62992b252d8207f403181febe503",
                "description": "Vilka argument kan motivera ett anfallskrig. Genom årtusendena har stater, kungar och presidenter försökt rättfärdiga sina aggressionskrig och Vetenskapsradion Historia kartlägger argumenten.  Vi har rätten på vår sida. Vi är starkare. Motståndarna torterar våra vänner eller är nazister. Och det var fienden som sköt först. Så lyder anfallskrigens argument genom historien, från det antika Atens anfall på ön Melos, via Gustav III:s anfall på Ryssland och Putins anfall mot Ukraina. Vi träffar folkrättsexperten Ove Bring som undersökt anfallskrigens argument i en aktuell bok.Vi uppmärksammar också det nya fyndet av regalskeppet Äpplet, Vasaskeppets systerfartyg, som hittats på bottnen utanför Vaxholm.Dessutom reder Dick Harrison ut en lyssnarfråga om Ragnar Lodbrok. Vad vet vi egentligen om denna vikingahövdings existens?Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5glIX0MIjLjBLrxKzRhgNq"
                },
                "href": "https://api.spotify.com/v1/episodes/5glIX0MIjLjBLrxKzRhgNq",
                "html_description": "Vilka argument kan motivera ett anfallskrig. Genom årtusendena har stater, kungar och presidenter försökt rättfärdiga sina aggressionskrig och Vetenskapsradion Historia kartlägger argumenten. <br /><br /> Vi har rätten på vår sida. Vi är starkare. Motståndarna torterar våra vänner eller är nazister. Och det var fienden som sköt först. Så lyder anfallskrigens argument genom historien, från det antika Atens anfall på ön Melos, via Gustav III:s anfall på Ryssland och Putins anfall mot Ukraina. Vi träffar folkrättsexperten Ove Bring som undersökt anfallskrigens argument i en aktuell bok.Vi uppmärksammar också det nya fyndet av regalskeppet Äpplet, Vasaskeppets systerfartyg, som hittats på bottnen utanför Vaxholm.Dessutom reder Dick Harrison ut en lyssnarfråga om Ragnar Lodbrok. Vad vet vi egentligen om denna vikingahövdings existens?Programledare är Tobias Svanelid.",
                "id": "5glIX0MIjLjBLrxKzRhgNq",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aecb4ef4fc72d026f57a0ad41",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fecb4ef4fc72d026f57a0ad41",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68decb4ef4fc72d026f57a0ad41",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Därför startar vi krig",
                "release_date": "2022-10-25",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5glIX0MIjLjBLrxKzRhgNq"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/98398bbc6ac9c60553b8823059bbc8e31024996f",
                "description": "Nu återskapas två historiska spritsorter som kan skänka smaken av 1600-talet. Hör Vetenskapsradion Historia testa Vasaskeppets brännvin och 1700-talets mirakelkur - nu utan huggormskött!  En tydlig ton av anis präglar brännvinet som hittades ombord på Vasaskeppet när hon bärgades. Nu har spriten återskapats och Vetenskapsradion Historia uppmärksammar detta kanske världens äldsta bevarade brännvin, och diskuterar också konsten och utmaningarna med att återskapa historisk sprit. För samtidigt som Vasadrycken lanseras kommer också 1700-talets mirakelmedicin Hjärnes Testamente ut i handeln, men där tillverkarna fått utesluta bland annat originalingredienserna huggorm och opium.Dessutom uppmärksammar vi Ettans snus som fyller 200 år och därmed blivit Sveriges kanske äldsta varumärke som fortfarande finns i livsmedelshandeln. Hur väl liknar dagens snus 1820-talets?Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/4SEMDUbGpUWFcTQk62e5ox"
                },
                "href": "https://api.spotify.com/v1/episodes/4SEMDUbGpUWFcTQk62e5ox",
                "html_description": "Nu återskapas två historiska spritsorter som kan skänka smaken av 1600-talet. Hör Vetenskapsradion Historia testa Vasaskeppets brännvin och 1700-talets mirakelkur - nu utan huggormskött! <br /><br /> En tydlig ton av anis präglar brännvinet som hittades ombord på Vasaskeppet när hon bärgades. Nu har spriten återskapats och Vetenskapsradion Historia uppmärksammar detta kanske världens äldsta bevarade brännvin, och diskuterar också konsten och utmaningarna med att återskapa historisk sprit. För samtidigt som Vasadrycken lanseras kommer också 1700-talets mirakelmedicin Hjärnes Testamente ut i handeln, men där tillverkarna fått utesluta bland annat originalingredienserna huggorm och opium.Dessutom uppmärksammar vi Ettans snus som fyller 200 år och därmed blivit Sveriges kanske äldsta varumärke som fortfarande finns i livsmedelshandeln. Hur väl liknar dagens snus 1820-talets?Programledare är Tobias Svanelid.",
                "id": "4SEMDUbGpUWFcTQk62e5ox",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a4f54e7a23f621e24a3785d64",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f4f54e7a23f621e24a3785d64",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d4f54e7a23f621e24a3785d64",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Så smakar Vasas brännvin",
                "release_date": "2022-10-18",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:4SEMDUbGpUWFcTQk62e5ox"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/6eb73b9571cc30c039f8d5a08464e92c6f2e67ec",
                "description": "Under hundratals år levde många svenskar säsongsvis vid Norrlandskusten för att fiska i Bottenviken. Fiskarkapellen var mötespunkten som skänkte trygghet och tröst och nu kartläggs deras kulturarv.  För 400 år sedan började mellansvenska bönder resa till Norrlandskusten för att fiska. Ofta tog man med sig hela familjen och gårdens djur och tjänstefolk och var borta hela sommaren. Under det hårda livet bland Höga Kustens kobbar och skär var fiskekapellen ofta den enda trösten. Idag vittnar de om ett månghundraårigt kulturarv och nu har kapellen i Ångermanland och Medelpad undersökts. Vetenskapsradion Historia besöker Barsta kapell för att berätta fiskarkapellens spännande historia.Dessutom svarar Dick Harrison på en lyssnarfråga om svedjefinnarnas historia i Värmland  hur länge bibehöll man sina finska traditioner och finska namn egentligen?Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2sSYWETyAk9LcUSkX5Z2GE"
                },
                "href": "https://api.spotify.com/v1/episodes/2sSYWETyAk9LcUSkX5Z2GE",
                "html_description": "Under hundratals år levde många svenskar säsongsvis vid Norrlandskusten för att fiska i Bottenviken. Fiskarkapellen var mötespunkten som skänkte trygghet och tröst och nu kartläggs deras kulturarv. <br /><br /> För 400 år sedan började mellansvenska bönder resa till Norrlandskusten för att fiska. Ofta tog man med sig hela familjen och gårdens djur och tjänstefolk och var borta hela sommaren. Under det hårda livet bland Höga Kustens kobbar och skär var fiskekapellen ofta den enda trösten. Idag vittnar de om ett månghundraårigt kulturarv och nu har kapellen i Ångermanland och Medelpad undersökts. Vetenskapsradion Historia besöker Barsta kapell för att berätta fiskarkapellens spännande historia.Dessutom svarar Dick Harrison på en lyssnarfråga om svedjefinnarnas historia i Värmland  hur länge bibehöll man sina finska traditioner och finska namn egentligen?Programledare är Tobias Svanelid.",
                "id": "2sSYWETyAk9LcUSkX5Z2GE",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a9b739e5f95a69eabac3af252",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f9b739e5f95a69eabac3af252",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d9b739e5f95a69eabac3af252",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Fiskarkapellens spännande kulturarv",
                "release_date": "2022-10-11",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2sSYWETyAk9LcUSkX5Z2GE"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/9c7643fb9ad38cf1858bd3580e9c6339d825a5e0",
                "description": "Hur såg hallen ut där Uppåkras mäktiga hövdingar en gång bodde och höll hov och där de smidde planer för det förhistoriska Skåne i kamp mot daner och svear? Snart vet vi svaret!  I mer än 1000 år dominerade Uppåkra de rika jordbruksbygderna i Skåne, och trots att inte mer än någon promille grävts ut av arkeologer har redan makalösa fynd gjorts. Nu tas nya spadtag på platsen i jakt efter hövdingahallen i Uppåkra, där stolta dynastier avlöst varandra under många sekel.Tobias Svanelid promenerar runt i Uppåkra med Dick Harrison som i sin aktuella bok Tusen år i Uppåkra målar upp bilden av ett mäktigt hövdingadöme, där de rika makthavarna sannolikt kontrollerade den religiösa kulten som de styrde ifrån sin hall och ifrån det mystiska kulthus som redan varit känt av arkeologerna. Kanske tillhörde de stammen harubarder, ett mytomspunnet folk som verkar ha kämpat med daner om makten runt Öresund.Dessutom redogör arkeologerna Mats Roslund, Torbjörn Ahlström och Håkan Aspeborg för de kommande unika utgrävningar som nu planeras vid hövdingahallen och som kommer att sprida nytt ljus över platsen som så länge utgjorde en stabil maktbas i södra Skandinavien.Och så tar vi en snabbtitt på de pågående arkeologiska undersökningarna på Gotska sandön, där säljägare och fiskare bott och verkat i fyratusen år. ",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6PfvaqgLWebJioqPv3Tpfc"
                },
                "href": "https://api.spotify.com/v1/episodes/6PfvaqgLWebJioqPv3Tpfc",
                "html_description": "Hur såg hallen ut där Uppåkras mäktiga hövdingar en gång bodde och höll hov och där de smidde planer för det förhistoriska Skåne i kamp mot daner och svear? Snart vet vi svaret! <br /><br /> I mer än 1000 år dominerade Uppåkra de rika jordbruksbygderna i Skåne, och trots att inte mer än någon promille grävts ut av arkeologer har redan makalösa fynd gjorts. Nu tas nya spadtag på platsen i jakt efter hövdingahallen i Uppåkra, där stolta dynastier avlöst varandra under många sekel.Tobias Svanelid promenerar runt i Uppåkra med Dick Harrison som i sin aktuella bok Tusen år i Uppåkra målar upp bilden av ett mäktigt hövdingadöme, där de rika makthavarna sannolikt kontrollerade den religiösa kulten som de styrde ifrån sin hall och ifrån det mystiska kulthus som redan varit känt av arkeologerna. Kanske tillhörde de stammen harubarder, ett mytomspunnet folk som verkar ha kämpat med daner om makten runt Öresund.Dessutom redogör arkeologerna Mats Roslund, Torbjörn Ahlström och Håkan Aspeborg för de kommande unika utgrävningar som nu planeras vid hövdingahallen och som kommer att sprida nytt ljus över platsen som så länge utgjorde en stabil maktbas i södra Skandinavien.Och så tar vi en snabbtitt på de pågående arkeologiska undersökningarna på Gotska sandön, där säljägare och fiskare bott och verkat i fyratusen år. ",
                "id": "6PfvaqgLWebJioqPv3Tpfc",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aa255259e1238f1b559dcbaef",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fa255259e1238f1b559dcbaef",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68da255259e1238f1b559dcbaef",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Uppåkras hövdingahall grävs ut",
                "release_date": "2022-10-04",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6PfvaqgLWebJioqPv3Tpfc"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/955aa2926f9395e83fd80b007c2b3fb6aeacc782",
                "description": "För 200 år sedan knäcktes hieroglyfernas gåta med hjälp av texterna på den uråldriga Rosettastenen. Vi berättar hur det gick till, men också om Egyptens mumier som nu föräras en egen bok.  För 200 år sedan rusade språkvetaren Champollion till sin bror och utropade att han knäckt hieroglyfernas gåta. Vetenskapsradion Historia berättar historien om Rosettastenen som hittades i slutet av 1700-talet och som fungerade som en nyckel för att dechiffrera det fornegyptiska språket. Och om att en av nyckelpersonerna i pusslet faktiskt var svensk, Johan David Åkerblad, berättar historikern Fredrik Thomasson.Dessutom berättas de egyptiska mumiernas historia med anledning av aktuella boken Mumier. Egyptologen Sofia Häggman menar att det tog lång tid för de gamla egyptierna att bemästra den svåra konsten, som delvis påminner om ett PCR-test, och vi idag ofta glömmer att mumierna faktiskt är mänskliga kvarlevor och inte bara ett mytiskt väsen tillsammans med varulvar och vampyrer.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0QTLz2FQ7Ih4UDbnFfK5Ig"
                },
                "href": "https://api.spotify.com/v1/episodes/0QTLz2FQ7Ih4UDbnFfK5Ig",
                "html_description": "För 200 år sedan knäcktes hieroglyfernas gåta med hjälp av texterna på den uråldriga Rosettastenen. Vi berättar hur det gick till, men också om Egyptens mumier som nu föräras en egen bok. <br /><br /> För 200 år sedan rusade språkvetaren Champollion till sin bror och utropade att han knäckt hieroglyfernas gåta. Vetenskapsradion Historia berättar historien om Rosettastenen som hittades i slutet av 1700-talet och som fungerade som en nyckel för att dechiffrera det fornegyptiska språket. Och om att en av nyckelpersonerna i pusslet faktiskt var svensk, Johan David Åkerblad, berättar historikern Fredrik Thomasson.Dessutom berättas de egyptiska mumiernas historia med anledning av aktuella boken Mumier. Egyptologen Sofia Häggman menar att det tog lång tid för de gamla egyptierna att bemästra den svåra konsten, som delvis påminner om ett PCR-test, och vi idag ofta glömmer att mumierna faktiskt är mänskliga kvarlevor och inte bara ett mytiskt väsen tillsammans med varulvar och vampyrer.Programledare är Tobias Svanelid.",
                "id": "0QTLz2FQ7Ih4UDbnFfK5Ig",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ab386237c9df1a5b287ccd89a",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fb386237c9df1a5b287ccd89a",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68db386237c9df1a5b287ccd89a",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "När hieroglyferna knäcktes",
                "release_date": "2022-09-27",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0QTLz2FQ7Ih4UDbnFfK5Ig"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/1a1a7df417e12bafcf40ebe83b142a9503f9d256",
                "description": "Följ med till Bulverket - medeltidens sjunkna Atlantis - en gigantisk träplattform full av hus som nu kan avslöja 1000-åriga byggnadstekniker och vad plattformen en gång haft för funktion.  I början av medeltiden byggdes en enorm plattform av timmer ute i den grunda sjön Tingstäde träsk på Gotland. En kort tid senare övergavs platsen men ännu idag är bygget synligt som ett gigantiskt plockepinn någon meter under vattenytan. Tobias Svanelid hoppar i gummibåten tillsammans med arkeologen Peter dAgnan för att ta reda på vad Bulverket kan ha fyllt för funktion och för att fascineras av de extremt välbevarade träresterna som kan avslöja medeltidens byggnadstekniker.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6JjK4uJaxMh3DV6FJDP571"
                },
                "href": "https://api.spotify.com/v1/episodes/6JjK4uJaxMh3DV6FJDP571",
                "html_description": "Följ med till Bulverket - medeltidens sjunkna Atlantis - en gigantisk träplattform full av hus som nu kan avslöja 1000-åriga byggnadstekniker och vad plattformen en gång haft för funktion. <br /><br /> I början av medeltiden byggdes en enorm plattform av timmer ute i den grunda sjön Tingstäde träsk på Gotland. En kort tid senare övergavs platsen men ännu idag är bygget synligt som ett gigantiskt plockepinn någon meter under vattenytan. Tobias Svanelid hoppar i gummibåten tillsammans med arkeologen Peter dAgnan för att ta reda på vad Bulverket kan ha fyllt för funktion och för att fascineras av de extremt välbevarade träresterna som kan avslöja medeltidens byggnadstekniker.",
                "id": "6JjK4uJaxMh3DV6FJDP571",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a7adf99961dcffc84f2d22ec5",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f7adf99961dcffc84f2d22ec5",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d7adf99961dcffc84f2d22ec5",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Bulverket – medeltidens sjunkna Atlantis",
                "release_date": "2022-09-20",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6JjK4uJaxMh3DV6FJDP571"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/91662050a136b9aae974fa86c3ea8efe6f2ce0ca",
                "description": "En bonde med en kniv eller yxa i handen. Så såg 1600-talets typiska mördare ut visar den senaste forskningen som också försöker förstå varför dödligt våld blivit så mycket ovanligare i vår egen tid.  Antalet mord och dråp i Sverige har minskat avsevärt de senaste 400 åren. Vetenskapsradion Historia undersöker hur det kommer sig och hur det dödliga våldet såg ut på 1600-talet. I en ny forskningsrapport undersöker historikern Dag Lindström hur det dödliga våldet såg ut på 1640-talet, och kan visa att den typiska mördaren då var en bonde som tog livet av en nära vän eller granne i sitt eget hem med hjälp av ett skarpt föremål.Dessutom berättar historikern Gunnar Wetterberg om prästernas långa historia i Sverige  landets kanske viktigaste och mest inflytelserika yrkesgrupp som har tröstat och förmanat, begravt, vigt, döpt och predikat i tusen år. I hans aktuella bok Prästerna lyfts deras insats upp i ljuset.Programledare är Tobias Svanelid.",
                "duration_ms": 2685504,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5d8CxZvDo2eDyX6CuXze1M"
                },
                "href": "https://api.spotify.com/v1/episodes/5d8CxZvDo2eDyX6CuXze1M",
                "html_description": "En bonde med en kniv eller yxa i handen. Så såg 1600-talets typiska mördare ut visar den senaste forskningen som också försöker förstå varför dödligt våld blivit så mycket ovanligare i vår egen tid. <br /><br /> Antalet mord och dråp i Sverige har minskat avsevärt de senaste 400 åren. Vetenskapsradion Historia undersöker hur det kommer sig och hur det dödliga våldet såg ut på 1600-talet. I en ny forskningsrapport undersöker historikern Dag Lindström hur det dödliga våldet såg ut på 1640-talet, och kan visa att den typiska mördaren då var en bonde som tog livet av en nära vän eller granne i sitt eget hem med hjälp av ett skarpt föremål.Dessutom berättar historikern Gunnar Wetterberg om prästernas långa historia i Sverige  landets kanske viktigaste och mest inflytelserika yrkesgrupp som har tröstat och förmanat, begravt, vigt, döpt och predikat i tusen år. I hans aktuella bok Prästerna lyfts deras insats upp i ljuset.Programledare är Tobias Svanelid.",
                "id": "5d8CxZvDo2eDyX6CuXze1M",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ae82dcabc6ae42ceeb3f70eea",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fe82dcabc6ae42ceeb3f70eea",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68de82dcabc6ae42ceeb3f70eea",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "1600-talets dödliga våld utreds",
                "release_date": "2022-09-13",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5d8CxZvDo2eDyX6CuXze1M"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/28d0ae229d3f3c06689f60b66e1722a9585639a4",
                "description": "Sverige hade kunnat bli symbolen för frihet, jämlikhet och broderskap om det inte varit för Gustav III:s statskupp för 250 år sedan. Hör om den och om klimatkrisen 1770 som pågick samtidigt.  För 250 år sedan ställdes Sverige på ända. De demokratiska tendenser som börjat spira under Frihetstiden slog i ett slag sönder av Gustav III under hans statskupp. Vetenskapsradion Historia tar med sig historikern Jonas Nordin till Stockholms slott för att ta reda på hur kungen lyckades med kuppen och vilka politiska konsekvenser den fick för Sverige. Och vad som hade hänt om kuppen misslyckats?Dessutom lyfter historikern Dominik Collet upp den allvarliga klimatkrisen under 1770-talet som en okänd anledning till att statskuppen lyckades. I missväxttider och nödår lyckades Gustav III navigera skickligt, samtidigt som andra regenter i Europa drabbades betydligt hårdare.Och så uppmärksammar vi 400-årsdagen av den spanska galeonen Atochas undergång, och fyndet av hennes last som räknas som den värdefullaste i marinarkeologins historia.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3ImQwVrE6XBcb44zbZUk9x"
                },
                "href": "https://api.spotify.com/v1/episodes/3ImQwVrE6XBcb44zbZUk9x",
                "html_description": "Sverige hade kunnat bli symbolen för frihet, jämlikhet och broderskap om det inte varit för Gustav III:s statskupp för 250 år sedan. Hör om den och om klimatkrisen 1770 som pågick samtidigt. <br /><br /> För 250 år sedan ställdes Sverige på ända. De demokratiska tendenser som börjat spira under Frihetstiden slog i ett slag sönder av Gustav III under hans statskupp. Vetenskapsradion Historia tar med sig historikern Jonas Nordin till Stockholms slott för att ta reda på hur kungen lyckades med kuppen och vilka politiska konsekvenser den fick för Sverige. Och vad som hade hänt om kuppen misslyckats?Dessutom lyfter historikern Dominik Collet upp den allvarliga klimatkrisen under 1770-talet som en okänd anledning till att statskuppen lyckades. I missväxttider och nödår lyckades Gustav III navigera skickligt, samtidigt som andra regenter i Europa drabbades betydligt hårdare.Och så uppmärksammar vi 400-årsdagen av den spanska galeonen Atochas undergång, och fyndet av hennes last som räknas som den värdefullaste i marinarkeologins historia.Programledare är Tobias Svanelid.",
                "id": "3ImQwVrE6XBcb44zbZUk9x",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a3fefd4e69b1bcbcbb67905a5",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f3fefd4e69b1bcbcbb67905a5",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d3fefd4e69b1bcbcbb67905a5",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Gustav III:s statskupp",
                "release_date": "2022-09-06",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3ImQwVrE6XBcb44zbZUk9x"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/7831162321c2f6e2179dc18e509518437b5a6535",
                "description": "Hör Vetenskapsradion Historia live från Tantolunden där Panelen och Tobias Svanelid diskuterar historiska val och forntida demokrati, men också sjunger om Tantobommen och diskuterar mammutrumpor.  Vetenskapsradion Historia sänder live ifrån Ekermanska malmgården på Södermalm i Stockholm och bjuder in Historiepanelen med Kristina Ekero Eriksson, Jonathan Lindström och Annika Sandén för att diskutera historiska val och stockholmshistorier med Södermalmskoppling.Hör om vikingatida tingsplatser, om Torgny Lagman, om demokratiska säljägare och crossdressande 1600-talstjejer, och lyssna på musikalisk underhållning av The Apricots som spelar låtar med demokratihistorisk anknytning.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0IUR1AOhKItNRh0f44GC9I"
                },
                "href": "https://api.spotify.com/v1/episodes/0IUR1AOhKItNRh0f44GC9I",
                "html_description": "Hör Vetenskapsradion Historia live från Tantolunden där Panelen och Tobias Svanelid diskuterar historiska val och forntida demokrati, men också sjunger om Tantobommen och diskuterar mammutrumpor. <br /><br /> Vetenskapsradion Historia sänder live ifrån Ekermanska malmgården på Södermalm i Stockholm och bjuder in Historiepanelen med Kristina Ekero Eriksson, Jonathan Lindström och Annika Sandén för att diskutera historiska val och stockholmshistorier med Södermalmskoppling.Hör om vikingatida tingsplatser, om Torgny Lagman, om demokratiska säljägare och crossdressande 1600-talstjejer, och lyssna på musikalisk underhållning av The Apricots som spelar låtar med demokratihistorisk anknytning.Programledare är Tobias Svanelid.",
                "id": "0IUR1AOhKItNRh0f44GC9I",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a73f53bdd67eb2a3b793ee76b",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f73f53bdd67eb2a3b793ee76b",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d73f53bdd67eb2a3b793ee76b",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Livesändning om historiska svenska val",
                "release_date": "2022-08-30",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0IUR1AOhKItNRh0f44GC9I"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/754f7f21b047547e940780e0f997948633a58044",
                "description": "I november 1942 vände andra världskriget och Peter Englund vill nu ta reda på hur vanliga människor upplevde denna tumultartade tid. Dessutom tar vi reda på vad Facebook gör med vår historiesyn.  Hur kändes det att leva under en av de mörkaste och mest tumultartade månaderna under 1900-talet? Historikern Peter Englund har i aktuella boken Onda nätters drömmar samlat berättelserna från ett 40-tal helt vanliga människor som på olika sätt påverkades av krigets vändpunkt  frontsoldater, journalister, sexslavar, koncentrationslägerfångar och helt vanliga hemmafruar. Tobias Svanelid träffar författaren för att ta reda på vad dessa erfarenheter kan säga oss idag och vilken ny bild de ger av andra världskrigets vändpunkt.Dessutom uppmärksammar vi pinfärska forskningsfältet digital minnes- och historiekultur, där historiker och andra forskare nu vill ta reda på vad Facebook och andra sociala medier gör med våra minnen och vår historiekultur. Robin Ekelund vid Malmö universitet är en av få svenska forskare som fördjupat sig i ämnet.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0kHBMJv9ASbOkoEENdnvPY"
                },
                "href": "https://api.spotify.com/v1/episodes/0kHBMJv9ASbOkoEENdnvPY",
                "html_description": "I november 1942 vände andra världskriget och Peter Englund vill nu ta reda på hur vanliga människor upplevde denna tumultartade tid. Dessutom tar vi reda på vad Facebook gör med vår historiesyn. <br /><br /> Hur kändes det att leva under en av de mörkaste och mest tumultartade månaderna under 1900-talet? Historikern Peter Englund har i aktuella boken Onda nätters drömmar samlat berättelserna från ett 40-tal helt vanliga människor som på olika sätt påverkades av krigets vändpunkt  frontsoldater, journalister, sexslavar, koncentrationslägerfångar och helt vanliga hemmafruar. Tobias Svanelid träffar författaren för att ta reda på vad dessa erfarenheter kan säga oss idag och vilken ny bild de ger av andra världskrigets vändpunkt.Dessutom uppmärksammar vi pinfärska forskningsfältet digital minnes- och historiekultur, där historiker och andra forskare nu vill ta reda på vad Facebook och andra sociala medier gör med våra minnen och vår historiekultur. Robin Ekelund vid Malmö universitet är en av få svenska forskare som fördjupat sig i ämnet.",
                "id": "0kHBMJv9ASbOkoEENdnvPY",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aca8e4a7514e87017cf543816",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fca8e4a7514e87017cf543816",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dca8e4a7514e87017cf543816",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "November 1942 – världskrigets vändpunkt",
                "release_date": "2022-08-23",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0kHBMJv9ASbOkoEENdnvPY"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/96d8d5f0caf2a80018b499cb26362e929321d165",
                "description": "Ta med dig en historiebok i hängmattan så blir sommaren både spännande och lärorik. Och om det regnar kanske ett historiskt brädspel kan funka som underhållning?  Skandaler i societeten, mumiens förbannelse eller kolgruvor i Storbritannien kanske kan underhålla i hängmattan i sommar? Vetenskapsradion Historias Tobias Svanelid sammankallar Kristina Ekero Eriksson och Urban Björstadius för att tipsa om historiska böcker inför semestern, och så testar Spelpanelen två historiska brädspel med industrihistoriskt tema och delar ut betyg.Böcker och spel som nämns i programmet:Historiska kärlekspar av Sara GribergSveriges historia för släktforskare av Roger Axelsson, Carin Bergström, Carl Henrik Carlsson och Sofia LingDe kommer att vara annorlunda svenskar av Simon Sorgenfrei Jaquette Gyldenstolpe av Anna-Lena BergSvarta St Barthelemy av Fredrik ThomassonSveriges långa historia av Jonathan LindströmTusen år i Uppåkra av Dick HarrisonKlart skepp av Ann Pålsson (redaktör)Ruths garderob av Ingela BendtExtas i folkhemmet av Leonidas AretakisJakten på Tutankhamon av Bengt Fredriksson och Andreas PalmaerFurnace av Ivan LashinBrass Birmingham av Gavan Brown, Matt Tolman och Martin Wallace",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/4PulPQRdLooLmCdKiEe9GV"
                },
                "href": "https://api.spotify.com/v1/episodes/4PulPQRdLooLmCdKiEe9GV",
                "html_description": "Ta med dig en historiebok i hängmattan så blir sommaren både spännande och lärorik. Och om det regnar kanske ett historiskt brädspel kan funka som underhållning? <br /><br /> Skandaler i societeten, mumiens förbannelse eller kolgruvor i Storbritannien kanske kan underhålla i hängmattan i sommar? Vetenskapsradion Historias Tobias Svanelid sammankallar Kristina Ekero Eriksson och Urban Björstadius för att tipsa om historiska böcker inför semestern, och så testar Spelpanelen två historiska brädspel med industrihistoriskt tema och delar ut betyg.Böcker och spel som nämns i programmet:Historiska kärlekspar av Sara GribergSveriges historia för släktforskare av Roger Axelsson, Carin Bergström, Carl Henrik Carlsson och Sofia LingDe kommer att vara annorlunda svenskar av Simon Sorgenfrei Jaquette Gyldenstolpe av Anna-Lena BergSvarta St Barthelemy av Fredrik ThomassonSveriges långa historia av Jonathan LindströmTusen år i Uppåkra av Dick HarrisonKlart skepp av Ann Pålsson (redaktör)Ruths garderob av Ingela BendtExtas i folkhemmet av Leonidas AretakisJakten på Tutankhamon av Bengt Fredriksson och Andreas PalmaerFurnace av Ivan LashinBrass Birmingham av Gavan Brown, Matt Tolman och Martin Wallace",
                "id": "4PulPQRdLooLmCdKiEe9GV",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a41807911678c0b83537f2a99",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f41807911678c0b83537f2a99",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d41807911678c0b83537f2a99",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Kärlek och industriromantik förgyller sommaren",
                "release_date": "2022-06-21",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:4PulPQRdLooLmCdKiEe9GV"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/536e38215bd49e90208d92e6b0b1198a450b4306",
                "description": "Hör om stridshingstar, fotbollskrig, 1200-talets Vietnamkrig och mycket annat i Vetenskapsradion Historias lyssnarfrågemarathon där Dick Harrison svarar på lyssnarnas egna frågor i ett helt program.  Vad hände under Fotbollskriget 1969 och Körsbärskriget 1631 och varför bröt de ut? Följ med Vetenskapsradion Historia på Dick Harrison långlopp, årets lyssnarfrågemarathon där historieprofessorn besvarar lyssnarnas egna frågor. Denna gång berör samtliga frågor historiska krig med anledning av den pågående ryska invasionen av Ukraina.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/1m0Kagczdo04dXgvdWPuHu"
                },
                "href": "https://api.spotify.com/v1/episodes/1m0Kagczdo04dXgvdWPuHu",
                "html_description": "Hör om stridshingstar, fotbollskrig, 1200-talets Vietnamkrig och mycket annat i Vetenskapsradion Historias lyssnarfrågemarathon där Dick Harrison svarar på lyssnarnas egna frågor i ett helt program. <br /><br /> Vad hände under Fotbollskriget 1969 och Körsbärskriget 1631 och varför bröt de ut? Följ med Vetenskapsradion Historia på Dick Harrison långlopp, årets lyssnarfrågemarathon där historieprofessorn besvarar lyssnarnas egna frågor. Denna gång berör samtliga frågor historiska krig med anledning av den pågående ryska invasionen av Ukraina.Programledare är Tobias Svanelid.",
                "id": "1m0Kagczdo04dXgvdWPuHu",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a2e4f8d2a0f3b11bbe5c5e1e3",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f2e4f8d2a0f3b11bbe5c5e1e3",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d2e4f8d2a0f3b11bbe5c5e1e3",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Lyssnarfrågemarathon med toyotakrig, fotbollskrig och körsbärskrig!",
                "release_date": "2022-06-14",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:1m0Kagczdo04dXgvdWPuHu"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/33009f4972a398f72798bd1ab652ee6ac17d888a",
                "description": "Från Kronans undergång utanför Öland till den stora segern vid Svensksund. Flottans historia har format riket. Den har skapat stormakten Sverige och skyddat landets handel. Nu fyller den 500 år.  För femhundra år sedan ankrade ett antal krigsskepp upp i Slätbaken. Skeppen, som köpts på kredit från Lübeck, skulle komma att utgöra de första fartygen i den svenska flottan, och i Vetenskapsradion Historia berättar historikern Lars Ericson Wolke om flottans födelse och betydelse för Sveriges historia.Följ med till platserna för flottans största segrar och nederlag, till vattnen utanför Öland och till Finska viken, och hör om hur man nu planerar att fira jubiléet i en tid då flottans roll danas om igen.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5BzMNb6pNFzS3eUYYcdwfS"
                },
                "href": "https://api.spotify.com/v1/episodes/5BzMNb6pNFzS3eUYYcdwfS",
                "html_description": "Från Kronans undergång utanför Öland till den stora segern vid Svensksund. Flottans historia har format riket. Den har skapat stormakten Sverige och skyddat landets handel. Nu fyller den 500 år. <br /><br /> För femhundra år sedan ankrade ett antal krigsskepp upp i Slätbaken. Skeppen, som köpts på kredit från Lübeck, skulle komma att utgöra de första fartygen i den svenska flottan, och i Vetenskapsradion Historia berättar historikern Lars Ericson Wolke om flottans födelse och betydelse för Sveriges historia.Följ med till platserna för flottans största segrar och nederlag, till vattnen utanför Öland och till Finska viken, och hör om hur man nu planerar att fira jubiléet i en tid då flottans roll danas om igen.Programledare är Tobias Svanelid.",
                "id": "5BzMNb6pNFzS3eUYYcdwfS",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a279214989153202ca5782448",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f279214989153202ca5782448",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d279214989153202ca5782448",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Flottan fyller 500",
                "release_date": "2022-06-07",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5BzMNb6pNFzS3eUYYcdwfS"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/7c065061ed2c53b2f564d9e4625a311baaf9b526",
                "description": "Glöm den skäggige grottmannen och tänk dig istället en fingerfärdig och pratsam kulturvarelse med goda relationer med vår egen art. Det är författaren Rebecca Wragg Sykes budskap i aktuella Släktskap.  Satte han på sig en kostym hade man knappt sett någon skillnad mellan neanderthalaren och oss själva. Vetenskapsradion Historia tar pulsen på den senaste forskningen om vår nära kusin som nu presenteras i aktuella boken Släktskap av arkeologen Rebecca Wragg Sykes. Med dagens vetenskapliga metoder kan en enda neanderthaltand avslöja vad personen åt, hur den reste, hur länge den ammades och hur den tillverkade sina verktyg, och all denna kunskap ger oss ny en helt ny bild av vår nära släkting. Glöm den barbariske grottmannen, och tänk dig istället en kulturellt utvecklad varelse som säkert hade nära samarbete med vår egen art, menar författaren.Och så tipsar Panelen om historiska sommaraktiviteter och lekar som kan förnöja oss och reder ut vilken roll barnen spelat i historien apropå aktuella säsongen av Stranger Things.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5TpImZuFku43lvR0JyMvjO"
                },
                "href": "https://api.spotify.com/v1/episodes/5TpImZuFku43lvR0JyMvjO",
                "html_description": "Glöm den skäggige grottmannen och tänk dig istället en fingerfärdig och pratsam kulturvarelse med goda relationer med vår egen art. Det är författaren Rebecca Wragg Sykes budskap i aktuella Släktskap. <br /><br /> Satte han på sig en kostym hade man knappt sett någon skillnad mellan neanderthalaren och oss själva. Vetenskapsradion Historia tar pulsen på den senaste forskningen om vår nära kusin som nu presenteras i aktuella boken Släktskap av arkeologen Rebecca Wragg Sykes. Med dagens vetenskapliga metoder kan en enda neanderthaltand avslöja vad personen åt, hur den reste, hur länge den ammades och hur den tillverkade sina verktyg, och all denna kunskap ger oss ny en helt ny bild av vår nära släkting. Glöm den barbariske grottmannen, och tänk dig istället en kulturellt utvecklad varelse som säkert hade nära samarbete med vår egen art, menar författaren.Och så tipsar Panelen om historiska sommaraktiviteter och lekar som kan förnöja oss och reder ut vilken roll barnen spelat i historien apropå aktuella säsongen av Stranger Things.Programledare är Tobias Svanelid.",
                "id": "5TpImZuFku43lvR0JyMvjO",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ac301f28bb3c12e16024f411a",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fc301f28bb3c12e16024f411a",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dc301f28bb3c12e16024f411a",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Hemlighetsfulla neanderthalaren i rampljuset",
                "release_date": "2022-05-31",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5TpImZuFku43lvR0JyMvjO"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/c82a5f41619e3d20b80df210b39c2b7e1bb0a97b",
                "description": "Följ med Tobias Svanelid på en vandring längs Birger Jarlsgatan, startpunkten för den muslimska invandringen i Sverige. Och hör om korstågens betydelse för islams expansion.  Stockholmsutställningen 1897 fick besök av den ryske muslimen Ebrahim Umerkajeff, en pälshandlare som hittade kärleken i Sverige och blev kvar. Om honom och de andra tidiga muslimska invandrarna som fick svenskt medborgarskap handlar religionsvetaren Simon Sorgenfreis aktuella bok De kommer att vara annorlunda svenskar. Tobias Svanelid tar med författaren på en vandring längs Birger Jarlsgatan i Stockholm, platsen för de första svenska muslimernas företag och startpunkten för den utveckling som idag gjort Sverige till ett av världens mest mångkulturella länder.Dessutom svarar Dick Harrison på en lyssnarfråga om vad som hade hänt med Europas kristna befolkning om påven Urban II aldrig dragit igång korstågen.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/29pGMHLbL8MEOlixPUrom3"
                },
                "href": "https://api.spotify.com/v1/episodes/29pGMHLbL8MEOlixPUrom3",
                "html_description": "Följ med Tobias Svanelid på en vandring längs Birger Jarlsgatan, startpunkten för den muslimska invandringen i Sverige. Och hör om korstågens betydelse för islams expansion. <br /><br /> Stockholmsutställningen 1897 fick besök av den ryske muslimen Ebrahim Umerkajeff, en pälshandlare som hittade kärleken i Sverige och blev kvar. Om honom och de andra tidiga muslimska invandrarna som fick svenskt medborgarskap handlar religionsvetaren Simon Sorgenfreis aktuella bok De kommer att vara annorlunda svenskar. Tobias Svanelid tar med författaren på en vandring längs Birger Jarlsgatan i Stockholm, platsen för de första svenska muslimernas företag och startpunkten för den utveckling som idag gjort Sverige till ett av världens mest mångkulturella länder.Dessutom svarar Dick Harrison på en lyssnarfråga om vad som hade hänt med Europas kristna befolkning om påven Urban II aldrig dragit igång korstågen.",
                "id": "29pGMHLbL8MEOlixPUrom3",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a83d4c56598da1efc5bbb98cc",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f83d4c56598da1efc5bbb98cc",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d83d4c56598da1efc5bbb98cc",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Sveriges första muslimer",
                "release_date": "2022-05-24",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:29pGMHLbL8MEOlixPUrom3"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/769eb5ee90c24ccdaa5ede9cd022fcb125a6f6d8",
                "description": "Ormen Friskes undergång på Nordsjön 1950 är en tragedi i Kalla krigets skugga. Nu lyfts berättelsen fram och frågetecknen rätas ut. Dessutom undersöker vi tjusningen med att bygga gamla träbåtar.  Sommaren 1950 gick vikingaskeppet Ormen Friske under i Nordsjöns stormiga vågor. 15 man följde henne i djupet, och i Vetenskapsradion Historia undersöker vi den gripande och märkliga händelsen, en fartygskatastrof och en nationell tragedi i Kalla krigets skugga. Jack Werner är aktuell med boken Ormen Friske och berättar om människorna bakom frisksportprojektet att återskapa ett vikingaskepp och det misslyckade försöket att segla det ut i Europa.Dessutom besöker vi skeppsbyggarskolan på Skeppsholmen i Stockholm, där återskapade galeasen Förlig Vind nu tar form. Nyligen utsågs det traditionella nordiska skeppsbyggeriet till ett immateriellt världsarv, men vad är det egentligen som lockar med att återskapa gamla träfartyg?Programledare är Tobias Svanelid. ",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5hWBrfMZFNNzwpJuRlqqzy"
                },
                "href": "https://api.spotify.com/v1/episodes/5hWBrfMZFNNzwpJuRlqqzy",
                "html_description": "Ormen Friskes undergång på Nordsjön 1950 är en tragedi i Kalla krigets skugga. Nu lyfts berättelsen fram och frågetecknen rätas ut. Dessutom undersöker vi tjusningen med att bygga gamla träbåtar. <br /><br /> Sommaren 1950 gick vikingaskeppet Ormen Friske under i Nordsjöns stormiga vågor. 15 man följde henne i djupet, och i Vetenskapsradion Historia undersöker vi den gripande och märkliga händelsen, en fartygskatastrof och en nationell tragedi i Kalla krigets skugga. Jack Werner är aktuell med boken Ormen Friske och berättar om människorna bakom frisksportprojektet att återskapa ett vikingaskepp och det misslyckade försöket att segla det ut i Europa.Dessutom besöker vi skeppsbyggarskolan på Skeppsholmen i Stockholm, där återskapade galeasen Förlig Vind nu tar form. Nyligen utsågs det traditionella nordiska skeppsbyggeriet till ett immateriellt världsarv, men vad är det egentligen som lockar med att återskapa gamla träfartyg?Programledare är Tobias Svanelid. ",
                "id": "5hWBrfMZFNNzwpJuRlqqzy",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a78e0a3c92b4d358251aacd1f",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f78e0a3c92b4d358251aacd1f",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d78e0a3c92b4d358251aacd1f",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Kalla krigets vikingakatastrof",
                "release_date": "2022-05-17",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5hWBrfMZFNNzwpJuRlqqzy"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/6f2f49b4d775aa034cbc5195d9cd8888e7412372",
                "description": "1600-talets Dalarö var en förstad till Stockholm bestående av tätpackade fartyg. Vi reser dit för att ta pulsen på porten till stormakten Sverige och söka spåren efter dess farleder.  Dalarö var porten till stormaktstidens Sverige. Här samlades krigsskeppen inför sjöslagen på Östersjön och hit flockades handelsfartygen i jakt på stormaktens rikedomar. Vetenskapsradion Historia söker tillsammans med marinarkeologen Niklas Eriksson efter spåren av skeppslivet som avtecknar sig på havsbottnen och vid Dalarös skär och grynnor.Och så reder Jonathan Lindström ut om Harkilar verkligen var namnet på den äldsta kände svensken, eller kanske snarare namnet på hans svärd. En lyssnare undrar hur säker man kan vara på vad fyndet av en svärdsskida med runor från 300-talet egentligen berättar.Och så svarar Dick Harrison på en fråga om vilken kopplingen egentligen är mellan goter och gutar.Programledare är Tobias Svanelid. ",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/7qLVM6GFJAGuXw4RRwkUTb"
                },
                "href": "https://api.spotify.com/v1/episodes/7qLVM6GFJAGuXw4RRwkUTb",
                "html_description": "1600-talets Dalarö var en förstad till Stockholm bestående av tätpackade fartyg. Vi reser dit för att ta pulsen på porten till stormakten Sverige och söka spåren efter dess farleder. <br /><br /> Dalarö var porten till stormaktstidens Sverige. Här samlades krigsskeppen inför sjöslagen på Östersjön och hit flockades handelsfartygen i jakt på stormaktens rikedomar. Vetenskapsradion Historia söker tillsammans med marinarkeologen Niklas Eriksson efter spåren av skeppslivet som avtecknar sig på havsbottnen och vid Dalarös skär och grynnor.Och så reder Jonathan Lindström ut om Harkilar verkligen var namnet på den äldsta kände svensken, eller kanske snarare namnet på hans svärd. En lyssnare undrar hur säker man kan vara på vad fyndet av en svärdsskida med runor från 300-talet egentligen berättar.Och så svarar Dick Harrison på en fråga om vilken kopplingen egentligen är mellan goter och gutar.Programledare är Tobias Svanelid. ",
                "id": "7qLVM6GFJAGuXw4RRwkUTb",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a1d20aac8459b4dadbec059aa",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f1d20aac8459b4dadbec059aa",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d1d20aac8459b4dadbec059aa",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Porten till Stormakts-Sverige",
                "release_date": "2022-05-10",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:7qLVM6GFJAGuXw4RRwkUTb"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/1b0c7db54834991d3f66ba6c09d16d19270ca874",
                "description": "Följ med till polispaltarnas, uteliggarnas och lönnkrogarnas tid som populariserats av Niklas Natt och Dag och nu undersöks i en aktuell avhandling. Bellman noir på riktigt!  1790-talets mörkersidor har lockat mängder till Niklas Natt och Dags Bellman noir-trilogi. Vetenskapsradion Historia djupdyker i uteliggarnas, mördarnas och polispaltarnas Stockholm tillsammans med författaren och går också på en vandring runt Gamla Stans en gång smutsiga och illaluktande gränder tillsammans med historikern Tobias Osvald som undersökt stadens polisiära insatser och utmaningar under Bellmans epok. Uteliggare, lönnkrogar och fuskbyggda dass var några av de vanligaste problemen.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/7dChAMXhnjpY0RQu1nCGWm"
                },
                "href": "https://api.spotify.com/v1/episodes/7dChAMXhnjpY0RQu1nCGWm",
                "html_description": "Följ med till polispaltarnas, uteliggarnas och lönnkrogarnas tid som populariserats av Niklas Natt och Dag och nu undersöks i en aktuell avhandling. Bellman noir på riktigt! <br /><br /> 1790-talets mörkersidor har lockat mängder till Niklas Natt och Dags Bellman noir-trilogi. Vetenskapsradion Historia djupdyker i uteliggarnas, mördarnas och polispaltarnas Stockholm tillsammans med författaren och går också på en vandring runt Gamla Stans en gång smutsiga och illaluktande gränder tillsammans med historikern Tobias Osvald som undersökt stadens polisiära insatser och utmaningar under Bellmans epok. Uteliggare, lönnkrogar och fuskbyggda dass var några av de vanligaste problemen.Programledare är Tobias Svanelid.",
                "id": "7dChAMXhnjpY0RQu1nCGWm",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a535c4395a7a62faac79a11c8",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f535c4395a7a62faac79a11c8",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d535c4395a7a62faac79a11c8",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Polisarbete på Bellman noir-tiden",
                "release_date": "2022-05-03",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:7dChAMXhnjpY0RQu1nCGWm"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/1e66a45f609997412c8659fdf075c31666ddf20d",
                "description": "Bolmört, flugsvamp och andra droger har inmundigats i Sverige i jakt på extasen. Det menar författaren som gör upp med bilden av den rationella svensken - till och med Carl von Linné gillade opium!  Vikingarnas völvor, 1600-talets häxor och 1900-talets KI-forskare var alla fascinerade av drogstimulerad extas. I aktuella Extas i folkhemmet gör författaren Leonidas Aretakis upp med den svenska självbilden som en nykter och rationell nation och berättar extasens och de psykedeliska drogernas historia i Sverige.Dessutom reder Dick Harrison ut om berättelsen om råttfångaren i Hameln har en verklighetsbakgrund.Programledare är Tobias Svanelid. ",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/76CYLlRN4S5QwfdcQyAGLR"
                },
                "href": "https://api.spotify.com/v1/episodes/76CYLlRN4S5QwfdcQyAGLR",
                "html_description": "Bolmört, flugsvamp och andra droger har inmundigats i Sverige i jakt på extasen. Det menar författaren som gör upp med bilden av den rationella svensken - till och med Carl von Linné gillade opium! <br /><br /> Vikingarnas völvor, 1600-talets häxor och 1900-talets KI-forskare var alla fascinerade av drogstimulerad extas. I aktuella Extas i folkhemmet gör författaren Leonidas Aretakis upp med den svenska självbilden som en nykter och rationell nation och berättar extasens och de psykedeliska drogernas historia i Sverige.Dessutom reder Dick Harrison ut om berättelsen om råttfångaren i Hameln har en verklighetsbakgrund.Programledare är Tobias Svanelid. ",
                "id": "76CYLlRN4S5QwfdcQyAGLR",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aa53cf772bd8798172f3b6f1a",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fa53cf772bd8798172f3b6f1a",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68da53cf772bd8798172f3b6f1a",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Knarklandet Sveriges historia",
                "release_date": "2022-04-26",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:76CYLlRN4S5QwfdcQyAGLR"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/3958fc136c0d5263ffcba6c236320c1a42dc01e6",
                "description": "Det var demokratin och kungafamiljens kamp för existensberättigande som förvandlade Stockholms slott från lyxhem till museum. Vi besöker slottet och återträffar också Panelen för att prata hämnd.  Kungliga slottet i Stockholm förvandlades under 1900-talet från bostad till museum, från lyxigt residens till ett besöksmål för turister. Konstvetaren Rebecka Millhagen Adelswärd har kartlagt hur förvandlingen gick till och vad Slottets förvandling kan berätta om vår egen tid.Dessutom återsamlas Panelen för att diskutera hämndens eviga kraft genom historien utifrån bioaktuella The Northman, och hur dagens debatt om Nato-medlemskap har historiska paralleller till 500-talets Sveavälde och slaget vid Svolder år 1000.Programledare är Tobias Svanelid.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3cpTGZbobL2AGoLf3xO57L"
                },
                "href": "https://api.spotify.com/v1/episodes/3cpTGZbobL2AGoLf3xO57L",
                "html_description": "Det var demokratin och kungafamiljens kamp för existensberättigande som förvandlade Stockholms slott från lyxhem till museum. Vi besöker slottet och återträffar också Panelen för att prata hämnd. <br /><br /> Kungliga slottet i Stockholm förvandlades under 1900-talet från bostad till museum, från lyxigt residens till ett besöksmål för turister. Konstvetaren Rebecka Millhagen Adelswärd har kartlagt hur förvandlingen gick till och vad Slottets förvandling kan berätta om vår egen tid.Dessutom återsamlas Panelen för att diskutera hämndens eviga kraft genom historien utifrån bioaktuella The Northman, och hur dagens debatt om Nato-medlemskap har historiska paralleller till 500-talets Sveavälde och slaget vid Svolder år 1000.Programledare är Tobias Svanelid.",
                "id": "3cpTGZbobL2AGoLf3xO57L",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aa252d5799be567fe6759987d",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fa252d5799be567fe6759987d",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68da252d5799be567fe6759987d",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Slottet – från lyxhem till turistdestination",
                "release_date": "2022-04-19",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3cpTGZbobL2AGoLf3xO57L"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/7dc7d74f09b9fd3b49625a8c40189121a8488a9b",
                "description": "Hur uppstod den unika kulturen på Påskön, med sina magiska stenskulpturer och märkliga skriftspråk? Och vad hände med Påskön efter att européer upptäckte ön för 300 år sedan?  På påskdagen 1722 gick européer för första gången i land på Påskön, den gräsbevuxna ön mitt i Stilla Havet med sina märkliga, mystiska stenskulpturer. Allt sedan dess har öns kultur och historia gäckat oss och i Vetenskapsradion Historia samtalar Tobias Svanelid med arkeologen Helene Martinsson Wallin om vad européernas möte med Påsköborna betydde för ön, hur ön blivit symbol för mänsklig miljöförstöring och civilisationernas kollaps och hur ön egentligen befolkades  hade Thor Heyerdahl rätt i sina teorier om sydamerikanska kopplingar till Påskön?",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5jFn2X7DGimReBSYW5neiD"
                },
                "href": "https://api.spotify.com/v1/episodes/5jFn2X7DGimReBSYW5neiD",
                "html_description": "Hur uppstod den unika kulturen på Påskön, med sina magiska stenskulpturer och märkliga skriftspråk? Och vad hände med Påskön efter att européer upptäckte ön för 300 år sedan? <br /><br /> På påskdagen 1722 gick européer för första gången i land på Påskön, den gräsbevuxna ön mitt i Stilla Havet med sina märkliga, mystiska stenskulpturer. Allt sedan dess har öns kultur och historia gäckat oss och i Vetenskapsradion Historia samtalar Tobias Svanelid med arkeologen Helene Martinsson Wallin om vad européernas möte med Påsköborna betydde för ön, hur ön blivit symbol för mänsklig miljöförstöring och civilisationernas kollaps och hur ön egentligen befolkades  hade Thor Heyerdahl rätt i sina teorier om sydamerikanska kopplingar till Påskön?",
                "id": "5jFn2X7DGimReBSYW5neiD",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a0df0e18f9fe4307c5315fe76",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f0df0e18f9fe4307c5315fe76",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d0df0e18f9fe4307c5315fe76",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Påsköns hemligheter och kollaps",
                "release_date": "2022-04-12",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5jFn2X7DGimReBSYW5neiD"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/f86e1fd40f9b5824a1831037f2bb5e47619c6f4c",
                "description": "Följ med till medeltidsmetropolen Uppsala som nu avslöjar sina hemligheter i en ny utgrävning. Och träffa pojkkejsaren Elagabalus, Roms värste regent och historiens första transvestit.  Under medeltiden förvandlades forntidens heliga kultplats till Upplands metropol med ärkebiskopssäte och marknad vid Fyrisåns forsar. Vetenskapsradion Historia besöker de pågående utgrävningarna på Stora torget i Uppsala som nu tecknar en ny bild av en av medeltidens mäktigaste städer. Arkeologen Joakim Kjellberg deltar i utgrävningen och är dessutom aktuell med en ny avhandling om Uppsalas medeltid och guidar runt Urban Björstadius i spåren av en förlorad värld.Dessutom uppmärksammar vi Roms värste kejsare  den sexuellt utsvävade fjortisen Elagabalus som förfärade sin samtid och bara klarade ett par år på tronen innan hans avhuggna huvud kastades i Tibern. Antikvetaren Linnea Åshede tecknar bilden av Elagabalus, mest känd för att ha varit historiens förste transvestit och att ha dränkt sina gäster under ett hav av rosenblad, och menar att vi kanske inte ska tro blint på alla källor om den smutskastade kejsaren.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2lGVORuBoxu48826LZXLi2"
                },
                "href": "https://api.spotify.com/v1/episodes/2lGVORuBoxu48826LZXLi2",
                "html_description": "Följ med till medeltidsmetropolen Uppsala som nu avslöjar sina hemligheter i en ny utgrävning. Och träffa pojkkejsaren Elagabalus, Roms värste regent och historiens första transvestit. <br /><br /> Under medeltiden förvandlades forntidens heliga kultplats till Upplands metropol med ärkebiskopssäte och marknad vid Fyrisåns forsar. Vetenskapsradion Historia besöker de pågående utgrävningarna på Stora torget i Uppsala som nu tecknar en ny bild av en av medeltidens mäktigaste städer. Arkeologen Joakim Kjellberg deltar i utgrävningen och är dessutom aktuell med en ny avhandling om Uppsalas medeltid och guidar runt Urban Björstadius i spåren av en förlorad värld.Dessutom uppmärksammar vi Roms värste kejsare  den sexuellt utsvävade fjortisen Elagabalus som förfärade sin samtid och bara klarade ett par år på tronen innan hans avhuggna huvud kastades i Tibern. Antikvetaren Linnea Åshede tecknar bilden av Elagabalus, mest känd för att ha varit historiens förste transvestit och att ha dränkt sina gäster under ett hav av rosenblad, och menar att vi kanske inte ska tro blint på alla källor om den smutskastade kejsaren.Programledare är Tobias Svanelid.",
                "id": "2lGVORuBoxu48826LZXLi2",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a34cfc367a0be37c7d8d752b8",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f34cfc367a0be37c7d8d752b8",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d34cfc367a0be37c7d8d752b8",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Uppsalas medeltid och Roms värste kejsare",
                "release_date": "2022-04-05",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2lGVORuBoxu48826LZXLi2"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/9e60828496e9c011ebb758b9df78f380a5915627",
                "description": "Möt tvätterskan Suzannah och magikern Daly som några av Sankt Barthélemys svarta befolkning och hör om slavnationen Sveriges historia och hur vi idag borde minnas den.  För första gången kommer vi i aktuella boken Svarta S:t Barthélemy nära Sveriges svarta och förslavade befolkning på den karibiska ön. Historikern Fredrik Thomasson har som förste forskare fördjupat sig i de historiska dokument som skildrar de svarta öbornas villkor, som piskade slavar, som tvätterskor, frisörer och adelsdöttrar. Individer som alla hade det gemensamt att de räknades som en andra klassens människor. Vetenskapsradion Historia träffar författaren och uppmärksammar också frågan om hur vi idag kan minnas historien om slavnationen Sverige. Forskaren Rebecka Katz Thor undersöker initiativen att resa ett minnesmärke över slaveriets offer.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3KUekWsmbF7beIO9u9wmFM"
                },
                "href": "https://api.spotify.com/v1/episodes/3KUekWsmbF7beIO9u9wmFM",
                "html_description": "Möt tvätterskan Suzannah och magikern Daly som några av Sankt Barthélemys svarta befolkning och hör om slavnationen Sveriges historia och hur vi idag borde minnas den. <br /><br /> För första gången kommer vi i aktuella boken Svarta S:t Barthélemy nära Sveriges svarta och förslavade befolkning på den karibiska ön. Historikern Fredrik Thomasson har som förste forskare fördjupat sig i de historiska dokument som skildrar de svarta öbornas villkor, som piskade slavar, som tvätterskor, frisörer och adelsdöttrar. Individer som alla hade det gemensamt att de räknades som en andra klassens människor. Vetenskapsradion Historia träffar författaren och uppmärksammar också frågan om hur vi idag kan minnas historien om slavnationen Sverige. Forskaren Rebecka Katz Thor undersöker initiativen att resa ett minnesmärke över slaveriets offer.Programledare är Tobias Svanelid.",
                "id": "3KUekWsmbF7beIO9u9wmFM",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a3d127ebc88492169f8c91863",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f3d127ebc88492169f8c91863",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d3d127ebc88492169f8c91863",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Slavkolonin Sankt Barthélemy",
                "release_date": "2022-03-29",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3KUekWsmbF7beIO9u9wmFM"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/29221520c3144ae92d4ac6db1fb693cd80fba9a1",
                "description": "Möt hallonflickor, säljägare och sveakungar i Jonathan Lindströms aktuella Sveriges långa historia som för första gången skildrar Sveriges hela 14000-åriga historia utifrån senaste forskningen.  Forntidens myllrande värld med säljägare, sveakungar och hallonflickor får helt nytt liv i arkeologen Jonathan Lindströms aktuella Sveriges långa historia. Tobias Svanelid träffar författaren för att diskutera hur man idag kan skriva en helt ny typ av historia om en forntid som tidigare av många ansetts grå och trist. Med hjälp av genetik, klimatforskning och nya tolkningar av sagor, språkhistoria och myter tecknar boken en detaljerad bild av Sveriges 14000-åriga historia och försöker också förklara varför historien förändras så dramatiskt under epokerna.Dessutom svarar Dick Harrison på en lyssnarfråga om atombombernas historia, och om det egentligen var militära överväganden eller hämndmotiv som låg bakom bomberna över Hiroshima och Nagasaki.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/29fgmiW8Vcd7tS50rhouJe"
                },
                "href": "https://api.spotify.com/v1/episodes/29fgmiW8Vcd7tS50rhouJe",
                "html_description": "Möt hallonflickor, säljägare och sveakungar i Jonathan Lindströms aktuella Sveriges långa historia som för första gången skildrar Sveriges hela 14000-åriga historia utifrån senaste forskningen. <br /><br /> Forntidens myllrande värld med säljägare, sveakungar och hallonflickor får helt nytt liv i arkeologen Jonathan Lindströms aktuella Sveriges långa historia. Tobias Svanelid träffar författaren för att diskutera hur man idag kan skriva en helt ny typ av historia om en forntid som tidigare av många ansetts grå och trist. Med hjälp av genetik, klimatforskning och nya tolkningar av sagor, språkhistoria och myter tecknar boken en detaljerad bild av Sveriges 14000-åriga historia och försöker också förklara varför historien förändras så dramatiskt under epokerna.Dessutom svarar Dick Harrison på en lyssnarfråga om atombombernas historia, och om det egentligen var militära överväganden eller hämndmotiv som låg bakom bomberna över Hiroshima och Nagasaki.",
                "id": "29fgmiW8Vcd7tS50rhouJe",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8ab455f9564f36a482eba0f6ba",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fb455f9564f36a482eba0f6ba",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68db455f9564f36a482eba0f6ba",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Forntiden i helt nytt ljus",
                "release_date": "2022-03-22",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:29fgmiW8Vcd7tS50rhouJe"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/dad2964154b0af68e0b1053060f8899db9f9fb97",
                "description": "Det var historiens största inringning av fiendesoldater och en av krigshistoriens värsta katastrofer. Vetenskapsradion Historia undersöker parallellerna mellan slaget vid Kiev 1941 och striderna idag.  Inför Operation Barbarossa trodde Hitler att han skulle erövra Sovjetunionen på tre veckor och att befolkningen skulle möta de tyska trupperna med blommor och öppna famnar. Hitler hade fel och i Vetenskapsradion Historia diskuterar författaren Christer Bergström de paralleller som finns mellan 1941 års slag vid Kiev och dagens ryska invasion av Ukraina.Dessutom diskuteras frågorna om hur ett kulturarv bäst kan skyddas i händelse av krig. Historikern Mattias Legnér är aktuell med boken Värden att värna som undersöker vilka åtgärder Sverige gjorde inför och under andra världskriget för att skydda sina mest värdefulla museiföremål.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när Gotland ockuperades av Ryssland 1808.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/7i87bMdlsW5jfFdqGIuS9X"
                },
                "href": "https://api.spotify.com/v1/episodes/7i87bMdlsW5jfFdqGIuS9X",
                "html_description": "Det var historiens största inringning av fiendesoldater och en av krigshistoriens värsta katastrofer. Vetenskapsradion Historia undersöker parallellerna mellan slaget vid Kiev 1941 och striderna idag. <br /><br /> Inför Operation Barbarossa trodde Hitler att han skulle erövra Sovjetunionen på tre veckor och att befolkningen skulle möta de tyska trupperna med blommor och öppna famnar. Hitler hade fel och i Vetenskapsradion Historia diskuterar författaren Christer Bergström de paralleller som finns mellan 1941 års slag vid Kiev och dagens ryska invasion av Ukraina.Dessutom diskuteras frågorna om hur ett kulturarv bäst kan skyddas i händelse av krig. Historikern Mattias Legnér är aktuell med boken Värden att värna som undersöker vilka åtgärder Sverige gjorde inför och under andra världskriget för att skydda sina mest värdefulla museiföremål.Och så svarar Dick Harrison på en lyssnarfråga om hur det gick till när Gotland ockuperades av Ryssland 1808.Programledare är Tobias Svanelid.",
                "id": "7i87bMdlsW5jfFdqGIuS9X",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a7a36c56e46ad90607f2fc4ea",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f7a36c56e46ad90607f2fc4ea",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d7a36c56e46ad90607f2fc4ea",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Slagen om Kiev 1941 och 2022",
                "release_date": "2022-03-15",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:7i87bMdlsW5jfFdqGIuS9X"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/57f83af0ffec1420e3b6d54e2cee5b7af69c8bf8",
                "description": "Kanonmatssoldater, stelbent strategi och lyckokalkyler har präglat Rysslands krigserfarenheter det senaste seklet, och med invasionen av Ukraina tycks historien upprepa sig igen.  Vetenskapsradion Historia tar tempen på Rysslands taktik under invasionen i Ukraina och diskuterar rysk krigshistoria med försvarshistorikern Lars Ericson Wolke på Försvarshögskolan.- Den ryska krigföringen har djupa rötter i andra världskriget och kalla kriget, men det har inte fungerat i Ukraina, säger han.Erfarenheterna från Groznyj på 1990-talet, i Afghanistan på 80-talet, i Prag 1968 och under Vinterkriget i Finland har paralleller i dagens invasion där Ryssland tycks göra om samma strategiska och taktiska misstag som tidigare, med katastrofala förluster i människoliv som konsekvens.Dessutom återsamlas Panelen med Jonathan Lindström, Annika Sandén och Kristina Ekero Eriksson för att diskutera situationen i Ukraina och årets internationella kvinnodag med historiska glasögon.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/1kkQ1ORUsLtRsoH6Ux7Tqc"
                },
                "href": "https://api.spotify.com/v1/episodes/1kkQ1ORUsLtRsoH6Ux7Tqc",
                "html_description": "Kanonmatssoldater, stelbent strategi och lyckokalkyler har präglat Rysslands krigserfarenheter det senaste seklet, och med invasionen av Ukraina tycks historien upprepa sig igen. <br /><br /> Vetenskapsradion Historia tar tempen på Rysslands taktik under invasionen i Ukraina och diskuterar rysk krigshistoria med försvarshistorikern Lars Ericson Wolke på Försvarshögskolan.- Den ryska krigföringen har djupa rötter i andra världskriget och kalla kriget, men det har inte fungerat i Ukraina, säger han.Erfarenheterna från Groznyj på 1990-talet, i Afghanistan på 80-talet, i Prag 1968 och under Vinterkriget i Finland har paralleller i dagens invasion där Ryssland tycks göra om samma strategiska och taktiska misstag som tidigare, med katastrofala förluster i människoliv som konsekvens.Dessutom återsamlas Panelen med Jonathan Lindström, Annika Sandén och Kristina Ekero Eriksson för att diskutera situationen i Ukraina och årets internationella kvinnodag med historiska glasögon.Programledare är Tobias Svanelid.",
                "id": "1kkQ1ORUsLtRsoH6Ux7Tqc",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a6e9199a1a1f6d190f13dddf9",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f6e9199a1a1f6d190f13dddf9",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d6e9199a1a1f6d190f13dddf9",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Ryssland offer för sin egen krigshistoria",
                "release_date": "2022-03-08",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:1kkQ1ORUsLtRsoH6Ux7Tqc"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/7da394dda969ea8f2949c59b8042ea9ceafc9cb4",
                "description": "Ukrainas kulturarv riskerar att plundras eller förstöras i kriget. Vad görs för att rädda landets historia när den nu är under attack, och hur ser de historiska banden mellan Sverige och Ukraina ut?  Ukrainas kulturarv och många världsarv är nu under attack. Vetenskapsradion Historia reder ut hur ukrainska kulturarvsinstitutioner arbetar för att skydda sina föremål och historiska platser, men också hur Ukrainas historia attackeras av Putins historiesyn.I centrum för konflikten står Ukrainas rätt till självstyre och vi diskuterar landets långa historia och många kopplingar till Sverige tillsammans med vikingaexperten Charlotte Hedenstierna Jonsson som reder ut de skandinaviska rötterna i vikingariket Kievrus, med Riksarkivets Anna-Karin Hermodsson som berättar om den världsunika Örnkonstitutionen som lade grunden för ett självständigt Ukraina redan 1710, och historikern Kristian Gerner som menar att Putins historiebruk saknar grund.Programledare är Tobias Svanelid.Programmet spelas in direkt den 1 mars 2022.  ",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/55rkv2HzElZDgu6VCQo3qt"
                },
                "href": "https://api.spotify.com/v1/episodes/55rkv2HzElZDgu6VCQo3qt",
                "html_description": "Ukrainas kulturarv riskerar att plundras eller förstöras i kriget. Vad görs för att rädda landets historia när den nu är under attack, och hur ser de historiska banden mellan Sverige och Ukraina ut? <br /><br /> Ukrainas kulturarv och många världsarv är nu under attack. Vetenskapsradion Historia reder ut hur ukrainska kulturarvsinstitutioner arbetar för att skydda sina föremål och historiska platser, men också hur Ukrainas historia attackeras av Putins historiesyn.I centrum för konflikten står Ukrainas rätt till självstyre och vi diskuterar landets långa historia och många kopplingar till Sverige tillsammans med vikingaexperten Charlotte Hedenstierna Jonsson som reder ut de skandinaviska rötterna i vikingariket Kievrus, med Riksarkivets Anna-Karin Hermodsson som berättar om den världsunika Örnkonstitutionen som lade grunden för ett självständigt Ukraina redan 1710, och historikern Kristian Gerner som menar att Putins historiebruk saknar grund.Programledare är Tobias Svanelid.Programmet spelas in direkt den 1 mars 2022.  ",
                "id": "55rkv2HzElZDgu6VCQo3qt",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8aed30807afddf46acb7d02dfd",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1fed30807afddf46acb7d02dfd",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68ded30807afddf46acb7d02dfd",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Ukrainas historia under attack",
                "release_date": "2022-03-01",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:55rkv2HzElZDgu6VCQo3qt"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/f7104863f5178a39b9d08bd0fce38a81cc467350",
                "description": "Varför uppkom myten om stormakts-Sveriges tvångsdöpta muslimer? Vetenskapsradion Historia undersöker historien bakom berättelsen, och uppmärksammar försöket att ärerädda ärkeskurken Anckarström.  Tiotalet muslimska turkar påstås ha tvångsdöpts i Sverige i slutet av 1600-talet. Men uppgifterna stämmer inte, menar religionshistorikern Martin Berntson som studerat fallen, och nu drar paralleller med dagens mytbildning om svenska myndigheter som kidnappar muslimska barn.Dessutom uppmärksammar vi pjäsen PANG! sa Anckarström som vill ge en ny bild av den ökände kungamördaren och dessutom lanserar nya motiv. Kanske var mordet på maskeradbalen inte bara politiskt motiverat, utan också en hämnd för Anckarströms metoo-erfarenheter som livpage åt Gustav III, menar regissören Anders Berg. Historikern Jonas Nordin är skeptisk till metoo-anklagelserna, men menar att Anckarström förtjänar upprättelse idag.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/13XADuUpCW2St9qaZHJLsc"
                },
                "href": "https://api.spotify.com/v1/episodes/13XADuUpCW2St9qaZHJLsc",
                "html_description": "Varför uppkom myten om stormakts-Sveriges tvångsdöpta muslimer? Vetenskapsradion Historia undersöker historien bakom berättelsen, och uppmärksammar försöket att ärerädda ärkeskurken Anckarström. <br /><br /> Tiotalet muslimska turkar påstås ha tvångsdöpts i Sverige i slutet av 1600-talet. Men uppgifterna stämmer inte, menar religionshistorikern Martin Berntson som studerat fallen, och nu drar paralleller med dagens mytbildning om svenska myndigheter som kidnappar muslimska barn.Dessutom uppmärksammar vi pjäsen PANG! sa Anckarström som vill ge en ny bild av den ökände kungamördaren och dessutom lanserar nya motiv. Kanske var mordet på maskeradbalen inte bara politiskt motiverat, utan också en hämnd för Anckarströms metoo-erfarenheter som livpage åt Gustav III, menar regissören Anders Berg. Historikern Jonas Nordin är skeptisk till metoo-anklagelserna, men menar att Anckarström förtjänar upprättelse idag.Programledare är Tobias Svanelid.",
                "id": "13XADuUpCW2St9qaZHJLsc",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8af5564b904c96a0e3ab318fb2",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1ff5564b904c96a0e3ab318fb2",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68df5564b904c96a0e3ab318fb2",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Myten om tvångsdöpta muslimer",
                "release_date": "2022-02-22",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:13XADuUpCW2St9qaZHJLsc"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/08d53d704d1f3419f1e8679ef921725f0ff1f827",
                "description": "Metalldetektorer kan hjälpa oss att upptäcka vårt dolda kulturarv, men reglerna för att använda dem är stränga i Sverige. Vetenskapsradion Historia undersöker varför och om lagarna borde ändras.  Att söka efter fornfynd med hjälp av en metalldetektor är en växande hobby i Sverige men regelverket är strängt och tillstånden dyra menar entusiasterna. Medlemmar i Sveriges Metallsökarförening tycker att vi borde kunna ha samma liberala lagar som i Danmark, och att det är viktigt att få upp fornfynd ur marken eftersom de annars bryts ner i jorden. Men regelverket är utformat för att stoppa plundrare, anser Riksantikvarieämbetet.Vetenskapsradion Historia besöker utforskningarna vid Glanshammar där metalldetektorister gör gemensam sak med arkeologer i jakten på platsens historia. Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3c60iHyjTWlDvXyq6vDSYO"
                },
                "href": "https://api.spotify.com/v1/episodes/3c60iHyjTWlDvXyq6vDSYO",
                "html_description": "Metalldetektorer kan hjälpa oss att upptäcka vårt dolda kulturarv, men reglerna för att använda dem är stränga i Sverige. Vetenskapsradion Historia undersöker varför och om lagarna borde ändras. <br /><br /> Att söka efter fornfynd med hjälp av en metalldetektor är en växande hobby i Sverige men regelverket är strängt och tillstånden dyra menar entusiasterna. Medlemmar i Sveriges Metallsökarförening tycker att vi borde kunna ha samma liberala lagar som i Danmark, och att det är viktigt att få upp fornfynd ur marken eftersom de annars bryts ner i jorden. Men regelverket är utformat för att stoppa plundrare, anser Riksantikvarieämbetet.Vetenskapsradion Historia besöker utforskningarna vid Glanshammar där metalldetektorister gör gemensam sak med arkeologer i jakten på platsens historia. Programledare är Tobias Svanelid.",
                "id": "3c60iHyjTWlDvXyq6vDSYO",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8afe94e6ec6749503fa108b1b0",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1ffe94e6ec6749503fa108b1b0",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68dfe94e6ec6749503fa108b1b0",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Skattplundrare eller hobbyarkeolog?",
                "release_date": "2022-02-15",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3c60iHyjTWlDvXyq6vDSYO"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/79a8a10bd9372b12c1da4c4bfda2a385618e5b99",
                "description": "Nu ska 139 moderna skidåkare fira Vasaloppets 100-årsdage genom att åka det på tidstrogna skidor. Tobias Svanelid tar reda på hur det kommer att gå och varför Vasaloppet fortsätter att fascinera oss.  Tremetersskidor vallade med tjära, honung och stearin ska föra 139 skidlöpare i mål när Vasaloppet firar sin hundraårsdag med ett jubileumslopp. Tobias Svanelid undersöker vilka utmaningar en hundraårig skidutrustning ställer på dagens skidlöpare och om blåbärssoppan är historiskt korrekt. Dessutom berättar idrottshistorikern Isak Lidström om Vasaloppets brokiga historia från starten 1922 till dagens massevent och varför skidloppet kommit att bli den svenska nationens skapelseberättelse.Och så svarar Dick Harrison på en lyssnarfråga om man kan spåra dagens adelsfamiljer till de romerska patricierna!",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/5ClN3erkxxPQSMlDyYpMk3"
                },
                "href": "https://api.spotify.com/v1/episodes/5ClN3erkxxPQSMlDyYpMk3",
                "html_description": "Nu ska 139 moderna skidåkare fira Vasaloppets 100-årsdage genom att åka det på tidstrogna skidor. Tobias Svanelid tar reda på hur det kommer att gå och varför Vasaloppet fortsätter att fascinera oss. <br /><br /> Tremetersskidor vallade med tjära, honung och stearin ska föra 139 skidlöpare i mål när Vasaloppet firar sin hundraårsdag med ett jubileumslopp. Tobias Svanelid undersöker vilka utmaningar en hundraårig skidutrustning ställer på dagens skidlöpare och om blåbärssoppan är historiskt korrekt. Dessutom berättar idrottshistorikern Isak Lidström om Vasaloppets brokiga historia från starten 1922 till dagens massevent och varför skidloppet kommit att bli den svenska nationens skapelseberättelse.Och så svarar Dick Harrison på en lyssnarfråga om man kan spåra dagens adelsfamiljer till de romerska patricierna!",
                "id": "5ClN3erkxxPQSMlDyYpMk3",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a2ba9052e6d310c83923e5992",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f2ba9052e6d310c83923e5992",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d2ba9052e6d310c83923e5992",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Honungsvalla, nationalism och tremetersskidor när Vasaloppet fyller 100 år",
                "release_date": "2022-02-08",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:5ClN3erkxxPQSMlDyYpMk3"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/0ff6605d825cc899952c626f33da4a20805741dd",
                "description": "Beslutet om slutförvar under Forsmark kräver att vi börjar tänka i 100 000-årsperioder. Tobias Svanelid träffar representanter från två organisationer som vill stimulera vårt långtidstänkande.  Det svenska kärnavfallet ska lagras under Forsmark i 100 000 år. Men hur kan vi förstå så långa tidsperioder, tre istider eller 4000 generationer? Och hur kan vi förbereda kommande generationer på farligheten i marken?Tobias Svanelid träffar två representanter från organisationer som liksom kärnkraftindustrin vill få oss att tänka i längre tidsperspektiv. Martin Kunze bygger framtidsarkivet Memory of Mankind i en österrikisk saltgruva som ska fungera som en tidskapsel för vår egen civilisation. Och Laura Welcher vid The Long Now Foundation berättar om hennes stiftelses olika initiativ att stimulera långtidstänk: en klocka som ska ticka i tiotusen år, språkarkiv som ska spara världens alla språk och bibliotek över vår mänskliga civilisation som kan placeras på månen eller kometer.Dessutom reder Dick Harrison ut varför just smör kom att bli en av Sveriges viktigaste exportprodukter under medeltiden.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0o7sUyCvetWTMhLjUcXgt9"
                },
                "href": "https://api.spotify.com/v1/episodes/0o7sUyCvetWTMhLjUcXgt9",
                "html_description": "Beslutet om slutförvar under Forsmark kräver att vi börjar tänka i 100 000-årsperioder. Tobias Svanelid träffar representanter från två organisationer som vill stimulera vårt långtidstänkande. <br /><br /> Det svenska kärnavfallet ska lagras under Forsmark i 100 000 år. Men hur kan vi förstå så långa tidsperioder, tre istider eller 4000 generationer? Och hur kan vi förbereda kommande generationer på farligheten i marken?Tobias Svanelid träffar två representanter från organisationer som liksom kärnkraftindustrin vill få oss att tänka i längre tidsperspektiv. Martin Kunze bygger framtidsarkivet Memory of Mankind i en österrikisk saltgruva som ska fungera som en tidskapsel för vår egen civilisation. Och Laura Welcher vid The Long Now Foundation berättar om hennes stiftelses olika initiativ att stimulera långtidstänk: en klocka som ska ticka i tiotusen år, språkarkiv som ska spara världens alla språk och bibliotek över vår mänskliga civilisation som kan placeras på månen eller kometer.Dessutom reder Dick Harrison ut varför just smör kom att bli en av Sveriges viktigaste exportprodukter under medeltiden.",
                "id": "0o7sUyCvetWTMhLjUcXgt9",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a2b09f642dc041c597180bd2f",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f2b09f642dc041c597180bd2f",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d2b09f642dc041c597180bd2f",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Nu måste vi tänka i 100 000-årsperioder!",
                "release_date": "2022-02-01",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0o7sUyCvetWTMhLjUcXgt9"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/ce3bcffd27cf219992a586fa6c13fe7633c5a0a1",
                "description": "Junkrar, pickelhuvor och korsriddare har präglat bilden av Preussen. Landet upplöstes för 75 år sedan men Tobias Svanelid spårar landets historia och vilket Preussens arv egentligen är.  Det började med krigiska korsriddare i 1200-talets Baltikum men slutade med total förintelse för 75 år sedan. Vetenskapsradion Historia tecknar Preussens brokiga historia från korsriddarnas Tyska orden, via filosofkungen Fredrik II på 1700-talet och de ökända junkrarnas och militärdisciplinens Preussen som kom att prägla Nazityskland. Historikern Johan Östling vid Lunds universitet menar att Preussen har två ansikten och att det är viktigt att känna till Preussens både demokratiska och kulturella historia och dess militäriska.Dessutom hör vi det utdöda fornpreussiska språket som kan ge ledtrådar till hur en urindoeuropeiska kan ha låtit. Språkhistorikern Jenny Larsson är expert på fornpreussiska och leder forskningsprojektet som söker de indoeuropeiska språkens äldsta rötter.Och så svarar Dick Harrison på den klassiska frågan om vikingarna verkligen åt flugsvamp för att bli modiga bärsärkar.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2h384AL3zndZJsGQ0YxpII"
                },
                "href": "https://api.spotify.com/v1/episodes/2h384AL3zndZJsGQ0YxpII",
                "html_description": "Junkrar, pickelhuvor och korsriddare har präglat bilden av Preussen. Landet upplöstes för 75 år sedan men Tobias Svanelid spårar landets historia och vilket Preussens arv egentligen är. <br /><br /> Det började med krigiska korsriddare i 1200-talets Baltikum men slutade med total förintelse för 75 år sedan. Vetenskapsradion Historia tecknar Preussens brokiga historia från korsriddarnas Tyska orden, via filosofkungen Fredrik II på 1700-talet och de ökända junkrarnas och militärdisciplinens Preussen som kom att prägla Nazityskland. Historikern Johan Östling vid Lunds universitet menar att Preussen har två ansikten och att det är viktigt att känna till Preussens både demokratiska och kulturella historia och dess militäriska.Dessutom hör vi det utdöda fornpreussiska språket som kan ge ledtrådar till hur en urindoeuropeiska kan ha låtit. Språkhistorikern Jenny Larsson är expert på fornpreussiska och leder forskningsprojektet som söker de indoeuropeiska språkens äldsta rötter.Och så svarar Dick Harrison på den klassiska frågan om vikingarna verkligen åt flugsvamp för att bli modiga bärsärkar.",
                "id": "2h384AL3zndZJsGQ0YxpII",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a8325c71824fc111b0073444c",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f8325c71824fc111b0073444c",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d8325c71824fc111b0073444c",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Preussen - från korsriddare till pickelhuvor",
                "release_date": "2022-01-25",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2h384AL3zndZJsGQ0YxpII"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/8312972c0aa25549ee30bd0145daf6932386f645",
                "description": "Hur kunde en enkel läkare få makten i Danmark, inleda en affär med drottningen och kontrollera en galen kung? Struenseeaffären har fascinerat oss i 250 år och Tobias Svanelid reder ut vad som hände.  För 250 år sedan fängslades Johann Friedrich Struensee i sin kammare på slottet i Köpenhamn och en tumultartad historia om en otrogen drottning, en makthungrig livläkare och en galen kung fick ett blodigt slut. I två och ett halvt sekel har Struenseeaffären inspirerat författare och filmskapare och Tobias Svanelid träffar historieprofessorn Harald Gustafsson för att reda ut vad som egentligen hände på de kungliga slotten i Danmarks 1770-tal, och hur vi idag ska förstå det som hände.Dessutom listar Urban Björstadius förra årets viktigaste arkeologiska upptäckter, från egyptiska guldstäder, korsfästa britter och slaktade korsriddare och så svarar Dick Harrison på en lyssnarfråga om romarnas påstådda blyförgiftning.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/3vOw4otEV4er91NcqQWl1e"
                },
                "href": "https://api.spotify.com/v1/episodes/3vOw4otEV4er91NcqQWl1e",
                "html_description": "Hur kunde en enkel läkare få makten i Danmark, inleda en affär med drottningen och kontrollera en galen kung? Struenseeaffären har fascinerat oss i 250 år och Tobias Svanelid reder ut vad som hände. <br /><br /> För 250 år sedan fängslades Johann Friedrich Struensee i sin kammare på slottet i Köpenhamn och en tumultartad historia om en otrogen drottning, en makthungrig livläkare och en galen kung fick ett blodigt slut. I två och ett halvt sekel har Struenseeaffären inspirerat författare och filmskapare och Tobias Svanelid träffar historieprofessorn Harald Gustafsson för att reda ut vad som egentligen hände på de kungliga slotten i Danmarks 1770-tal, och hur vi idag ska förstå det som hände.Dessutom listar Urban Björstadius förra årets viktigaste arkeologiska upptäckter, från egyptiska guldstäder, korsfästa britter och slaktade korsriddare och så svarar Dick Harrison på en lyssnarfråga om romarnas påstådda blyförgiftning.",
                "id": "3vOw4otEV4er91NcqQWl1e",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a2c41aea09727bc4694bbc0cb",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f2c41aea09727bc4694bbc0cb",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d2c41aea09727bc4694bbc0cb",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Struenseeaffären lockar med otrohet, maktspel och galenskap",
                "release_date": "2022-01-18",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:3vOw4otEV4er91NcqQWl1e"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/d4b12ad393ceb521466531c797017b0d89e0d52a",
                "description": "Ibland ryter historiker till i samhällsdebatten, när historia vantolkas eller används som politiskt slagträ. Men kanske borde de ryta oftare? Och kanske kan historia lägga grunden för klokare beslut?  Vilket ansvar har historikern för sin samtid? Tobias Svanelid samlar historikern David Ludvigsson och dokumentärfilmaren och författaren Maja Hagerman, aktuella med boken Historikern i samhället för att diskutera vad en historiker egentligen är, vilken roll hon spelar i samhällsdebatten och vilket ansvar hon tar och kanske borde ta när historia politiseras och används som slagträ i politiken.Dessutom uppmärksammar vi Handelshögskolan i Stockholms initiativ att utbilda sina elever i att använda historia i dagens beslutsfattande. Applied History heter kursen som rankats som en av utbildningens mest populära och som vill ge studenterna insikter om att kunskap om historia är grunden för kloka beslut och större empati mellan människor.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/2Y4nbOKkDCXsUl2qk8I2Bz"
                },
                "href": "https://api.spotify.com/v1/episodes/2Y4nbOKkDCXsUl2qk8I2Bz",
                "html_description": "Ibland ryter historiker till i samhällsdebatten, när historia vantolkas eller används som politiskt slagträ. Men kanske borde de ryta oftare? Och kanske kan historia lägga grunden för klokare beslut? <br /><br /> Vilket ansvar har historikern för sin samtid? Tobias Svanelid samlar historikern David Ludvigsson och dokumentärfilmaren och författaren Maja Hagerman, aktuella med boken Historikern i samhället för att diskutera vad en historiker egentligen är, vilken roll hon spelar i samhällsdebatten och vilket ansvar hon tar och kanske borde ta när historia politiseras och används som slagträ i politiken.Dessutom uppmärksammar vi Handelshögskolan i Stockholms initiativ att utbilda sina elever i att använda historia i dagens beslutsfattande. Applied History heter kursen som rankats som en av utbildningens mest populära och som vill ge studenterna insikter om att kunskap om historia är grunden för kloka beslut och större empati mellan människor.",
                "id": "2Y4nbOKkDCXsUl2qk8I2Bz",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a6856b535b583e1fd095c22fc",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f6856b535b583e1fd095c22fc",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d6856b535b583e1fd095c22fc",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Historikerns ansvar för samtiden",
                "release_date": "2022-01-11",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:2Y4nbOKkDCXsUl2qk8I2Bz"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/cfc30ae48cd42204ee33b5624bd0f4d689da3285",
                "description": "Klockstaplarna har ringt in det nya året, men vi behöver veta mer om hur de mår idag och vad de har för historia. Följ med till utforskandet av Njutångers klockstapel, och hör om framtidens historia!  De har just ringt in det nya året, men vi vet alltför lite om landets klockstaplar. Uppsala stift har nu dragit igång ett inventerings- och restaureringsprojekt som kartlägger många av landets hundratals klockstaplar och Vetenskapsradion Historia hänger med upp i Njutångers vackra klockstapel för att höra om 1700-talets byggmästare och staplarnas kulturhistoria.Dessutom tar vi tempen på framtidens historia. När 2022 står framför oss och nyårslöftena fortfarande är obrutna undersöker vi tillsammans med idéhistorikern Henrik Brissman hur vi sett på framtiden genom historien. En historia av orakelkulter, utopiska galenskaper och tekniska fantasier som sällan blivit verklighet.Programledare är Tobias Svanelid.",
                "duration_ms": 2685000,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/0woRmVBOhJueoYMNpwtejC"
                },
                "href": "https://api.spotify.com/v1/episodes/0woRmVBOhJueoYMNpwtejC",
                "html_description": "Klockstaplarna har ringt in det nya året, men vi behöver veta mer om hur de mår idag och vad de har för historia. Följ med till utforskandet av Njutångers klockstapel, och hör om framtidens historia! <br /><br /> De har just ringt in det nya året, men vi vet alltför lite om landets klockstaplar. Uppsala stift har nu dragit igång ett inventerings- och restaureringsprojekt som kartlägger många av landets hundratals klockstaplar och Vetenskapsradion Historia hänger med upp i Njutångers vackra klockstapel för att höra om 1700-talets byggmästare och staplarnas kulturhistoria.Dessutom tar vi tempen på framtidens historia. När 2022 står framför oss och nyårslöftena fortfarande är obrutna undersöker vi tillsammans med idéhistorikern Henrik Brissman hur vi sett på framtiden genom historien. En historia av orakelkulter, utopiska galenskaper och tekniska fantasier som sällan blivit verklighet.Programledare är Tobias Svanelid.",
                "id": "0woRmVBOhJueoYMNpwtejC",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a7635b0853e8dd9fd6b32d9e4",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f7635b0853e8dd9fd6b32d9e4",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d7635b0853e8dd9fd6b32d9e4",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Klockstaplarnas hemligheter och framtidens historia",
                "release_date": "2022-01-04",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:0woRmVBOhJueoYMNpwtejC"
            },
            {
                "audio_preview_url": "https://p.scdn.co/mp3-preview/26512ac78aa66b88c53d9b40d63d1b51a9b0879d",
                "description": "Följ med Tobias Svanelid på en resa genom historien i Vetenskapsradion Historias årskrönika!  Även under ett coronaår har Vetenskapsradion Historia sett till att fara land och rike kring för att bevaka historiska nyheter och arkeologiska utgrävningar. Likt Salomon August Andrée, som flög mer än lovligt vilse under sina provflygningar, reser vi med Tobias Svanelid och Urban Björstadius från halländska medeltidsborgar, till blodiga klostermassakrer i Nydala, från slagfältets Selånger till samernas Tärnsjö. Hör om vikingar, DNA-hysteri, rösträttssånger och sjunkna skepp i Vetenskapsradion Historias årskrönika.",
                "duration_ms": 2685024,
                "explicit": false,
                "external_urls": {
                    "spotify": "https://open.spotify.com/episode/6JKa7j5fu5sTTwVtiERCwZ"
                },
                "href": "https://api.spotify.com/v1/episodes/6JKa7j5fu5sTTwVtiERCwZ",
                "html_description": "Följ med Tobias Svanelid på en resa genom historien i Vetenskapsradion Historias årskrönika! <br /><br /> Även under ett coronaår har Vetenskapsradion Historia sett till att fara land och rike kring för att bevaka historiska nyheter och arkeologiska utgrävningar. Likt Salomon August Andrée, som flög mer än lovligt vilse under sina provflygningar, reser vi med Tobias Svanelid och Urban Björstadius från halländska medeltidsborgar, till blodiga klostermassakrer i Nydala, från slagfältets Selånger till samernas Tärnsjö. Hör om vikingar, DNA-hysteri, rösträttssånger och sjunkna skepp i Vetenskapsradion Historias årskrönika.",
                "id": "6JKa7j5fu5sTTwVtiERCwZ",
                "images": [
                    {
                        "height": 640,
                        "url": "https://i.scdn.co/image/ab6765630000ba8a14387d7dfb1c109bd1000e67",
                        "width": 640
                    },
                    {
                        "height": 300,
                        "url": "https://i.scdn.co/image/ab67656300005f1f14387d7dfb1c109bd1000e67",
                        "width": 300
                    },
                    {
                        "height": 64,
                        "url": "https://i.scdn.co/image/ab6765630000f68d14387d7dfb1c109bd1000e67",
                        "width": 64
                    }
                ],
                "is_externally_hosted": false,
                "is_playable": true,
                "language": "sv",
                "languages": [
                    "sv"
                ],
                "name": "Vetenskapsradion Historias årskrönika flyger vilse med Andrée",
                "release_date": "2021-12-31",
                "release_date_precision": "day",
                "resume_point": {
                    "fully_played": false,
                    "resume_position_ms": 0
                },
                "type": "episode",
                "uri": "spotify:episode:6JKa7j5fu5sTTwVtiERCwZ"
            }
        ],
        "limit": 50,
        "next": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ/episodes?offset=50&limit=50",
        "offset": 0,
        "previous": null,
        "total": 500
    },
    "explicit": false,
    "external_urls": {
        "spotify": "https://open.spotify.com/show/38bS44xjbVVZ3No3ByF1dJ"
    },
    "href": "https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ",
    "html_description": "Vi är där historien är.<br/>Ansvarig utgivare: Nina Glans",
    "id": "38bS44xjbVVZ3No3ByF1dJ",
    "images": [
        {
            "height": 640,
            "url": "https://i.scdn.co/image/84bc7407c7a61e805284314bef8b9ed5a7c31426",
            "width": 640
        },
        {
            "height": 300,
            "url": "https://i.scdn.co/image/4b89f866aa625cf02f98f80b968da52b65944bf2",
            "width": 300
        },
        {
            "height": 64,
            "url": "https://i.scdn.co/image/cc1e47c7e3e5a169d2352e81dc1a681ac7bbc0bd",
            "width": 64
        }
    ],
    "is_externally_hosted": false,
    "languages": [
        "sv"
    ],
    "media_type": "audio",
    "name": "Vetenskapsradion Historia",
    "publisher": "Sveriges Radio",
    "total_episodes": 500,
    "type": "show",
    "uri": "spotify:show:38bS44xjbVVZ3No3ByF1dJ"
}
170